org.apache.cxf.helpers
Class HttpHeaderHelper
java.lang.Object
org.apache.cxf.helpers.HttpHeaderHelper
public final class HttpHeaderHelper
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ACCEPT_ENCODING
public static final String ACCEPT_ENCODING
- See Also:
- Constant Field Values
CONTENT_TYPE
public static final String CONTENT_TYPE
- See Also:
- Constant Field Values
CONTENT_ID
public static final String CONTENT_ID
- See Also:
- Constant Field Values
CONTENT_ENCODING
public static final String CONTENT_ENCODING
- See Also:
- Constant Field Values
CONTENT_LENGTH
public static final String CONTENT_LENGTH
- See Also:
- Constant Field Values
CONTENT_TRANSFER_ENCODING
public static final String CONTENT_TRANSFER_ENCODING
- See Also:
- Constant Field Values
COOKIE
public static final String COOKIE
- See Also:
- Constant Field Values
TRANSFER_ENCODING
public static final String TRANSFER_ENCODING
- See Also:
- Constant Field Values
CHUNKED
public static final String CHUNKED
- See Also:
- Constant Field Values
CONNECTION
public static final String CONNECTION
- See Also:
- Constant Field Values
CLOSE
public static final String CLOSE
- See Also:
- Constant Field Values
AUTHORIZATION
public static final String AUTHORIZATION
- See Also:
- Constant Field Values
getHeader
public static List<String> getHeader(Map<String,List<String>> headerMap,
String key)
getHeaderKey
public static String getHeaderKey(String key)
findCharset
public static String findCharset(String contentType)
mapCharset
public static String mapCharset(String enc)
mapCharset
public static String mapCharset(String enc,
String deflt)
Apache CXF