Package org.apache.cxf.helpers
Class HttpHeaderHelper
- java.lang.Object
- 
- org.apache.cxf.helpers.HttpHeaderHelper
 
- 
 public final class HttpHeaderHelper extends Object 
- 
- 
Field SummaryFields Modifier and Type Field Description static StringACCEPT_ENCODINGstatic StringAUTHORIZATIONstatic StringCHUNKEDstatic StringCLOSEstatic StringCONNECTIONstatic StringCONTENT_ENCODINGstatic StringCONTENT_IDstatic StringCONTENT_LENGTHstatic StringCONTENT_TRANSFER_ENCODINGstatic StringCONTENT_TYPEstatic StringCOOKIEstatic StringTRANSFER_ENCODING
 - 
Method SummaryAll Methods Static Methods Concrete Methods Modifier and Type Method Description static StringfindCharset(String contentType)static List<String>getHeader(Map<String,List<String>> headerMap, String key)static StringgetHeaderKey(String key)static StringmapCharset(String enc)static StringmapCharset(String enc, String deflt)
 
- 
- 
- 
Field Detail- 
ACCEPT_ENCODINGpublic static final String ACCEPT_ENCODING - See Also:
- Constant Field Values
 
 - 
CONTENT_TYPEpublic static final String CONTENT_TYPE - See Also:
- Constant Field Values
 
 - 
CONTENT_IDpublic static final String CONTENT_ID - See Also:
- Constant Field Values
 
 - 
CONTENT_ENCODINGpublic static final String CONTENT_ENCODING - See Also:
- Constant Field Values
 
 - 
CONTENT_LENGTHpublic static final String CONTENT_LENGTH - See Also:
- Constant Field Values
 
 - 
CONTENT_TRANSFER_ENCODINGpublic static final String CONTENT_TRANSFER_ENCODING - See Also:
- Constant Field Values
 
 - 
COOKIEpublic static final String COOKIE - See Also:
- Constant Field Values
 
 - 
TRANSFER_ENCODINGpublic static final String TRANSFER_ENCODING - See Also:
- Constant Field Values
 
 - 
CHUNKEDpublic static final String CHUNKED - See Also:
- Constant Field Values
 
 - 
CONNECTIONpublic static final String CONNECTION - See Also:
- Constant Field Values
 
 - 
CLOSEpublic static final String CLOSE - See Also:
- Constant Field Values
 
 - 
AUTHORIZATIONpublic static final String AUTHORIZATION - See Also:
- Constant Field Values
 
 
- 
 
-