org.fourthline.cling.transport.impl.apache
Class HeaderUtil

java.lang.Object
  extended by org.fourthline.cling.transport.impl.apache.HeaderUtil

public class HeaderUtil
extends Object

Converts from/to Apache HTTP Components header format.

Author:
Christian Bauer

Constructor Summary
HeaderUtil()
           
 
Method Summary
static void add(org.apache.http.HttpMessage httpMessage, org.seamless.http.Headers headers)
           
static org.seamless.http.Headers get(org.apache.http.HttpMessage httpMessage)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HeaderUtil

public HeaderUtil()
Method Detail

add

public static void add(org.apache.http.HttpMessage httpMessage,
                       org.seamless.http.Headers headers)

get

public static org.seamless.http.Headers get(org.apache.http.HttpMessage httpMessage)


Copyright © 2013 4th Line GmbH, Switzerland. All Rights Reserved.