public abstract class BaseHttpMessage extends Object implements HttpMessage
| Constructor and Description |
|---|
BaseHttpMessage() |
| Modifier and Type | Method and Description |
|---|---|
String |
getHeaderValueIgnoreCase(String headerName) |
Collection<String> |
getHeaderValuesIgnoreCase(String headerName) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetEntity, getHeaderNames, getHeaders, getHeaderValue, getHeaderValuespublic String getHeaderValueIgnoreCase(String headerName)
getHeaderValueIgnoreCase in interface HttpMessageheaderName - name of the headerpublic Collection<String> getHeaderValuesIgnoreCase(String headerName)
getHeaderValuesIgnoreCase in interface HttpMessageheaderName - name of the headerCollection containing all the values of that headers, regardless of the case. If not such
headers exists return null, otherwise the collection of header valuesCopyright © 2003–2018 MuleSoft, Inc.. All rights reserved.