Modifier and Type | Method and Description |
---|---|
FluentCaseInsensitiveStringsMap |
FluentCaseInsensitiveStringsMap.add(String key,
Collection<String> values)
Adds the specified values and returns this object.
|
FluentCaseInsensitiveStringsMap |
FluentCaseInsensitiveStringsMap.add(String key,
String... values)
Adds the specified values and returns this object.
|
FluentCaseInsensitiveStringsMap |
FluentCaseInsensitiveStringsMap.addAll(FluentCaseInsensitiveStringsMap src)
Adds all key-values pairs from the given object to this object and returns this object.
|
FluentCaseInsensitiveStringsMap |
FluentCaseInsensitiveStringsMap.addAll(Map<String,Collection<String>> src)
Adds all key-values pairs from the given map to this object and returns this object.
|
FluentCaseInsensitiveStringsMap |
FluentCaseInsensitiveStringsMap.delete(String key)
Removes the values for the given key if present and returns this object.
|
FluentCaseInsensitiveStringsMap |
FluentCaseInsensitiveStringsMap.deleteAll(Collection<String> keys)
Removes the values for the given keys if present and returns this object.
|
FluentCaseInsensitiveStringsMap |
FluentCaseInsensitiveStringsMap.deleteAll(String... keys)
Removes the values for the given keys if present and returns this object.
|
FluentCaseInsensitiveStringsMap |
Response.getHeaders() |
FluentCaseInsensitiveStringsMap |
Request.getHeaders()
Return the current set of Headers.
|
abstract FluentCaseInsensitiveStringsMap |
HttpResponseHeaders.getHeaders()
Return the HTTP header
|
FluentCaseInsensitiveStringsMap |
FluentCaseInsensitiveStringsMap.replace(String key,
Collection<String> values)
Replaces the values for the given key with the given values.
|
FluentCaseInsensitiveStringsMap |
FluentCaseInsensitiveStringsMap.replace(String key,
String... values)
Replaces the values for the given key with the given values.
|
FluentCaseInsensitiveStringsMap |
FluentCaseInsensitiveStringsMap.replaceAll(FluentCaseInsensitiveStringsMap src)
Replace the values for all keys from the given map that are also present in this object, with the values from the given map.
|
FluentCaseInsensitiveStringsMap |
FluentCaseInsensitiveStringsMap.replaceAll(Map<? extends String,? extends Collection<String>> src)
Replace the values for all keys from the given map that are also present in this object, with the values from the given map.
|
Modifier and Type | Method and Description |
---|---|
FluentCaseInsensitiveStringsMap |
FluentCaseInsensitiveStringsMap.addAll(FluentCaseInsensitiveStringsMap src)
Adds all key-values pairs from the given object to this object and returns this object.
|
FluentCaseInsensitiveStringsMap |
FluentCaseInsensitiveStringsMap.replaceAll(FluentCaseInsensitiveStringsMap src)
Replace the values for all keys from the given map that are also present in this object, with the values from the given map.
|
T |
RequestBuilderBase.setHeaders(FluentCaseInsensitiveStringsMap headers) |
RequestBuilder |
RequestBuilder.setHeaders(FluentCaseInsensitiveStringsMap headers) |
SimpleAsyncHttpClient.DerivedBuilder |
SimpleAsyncHttpClient.DerivedBuilder.setHeaders(FluentCaseInsensitiveStringsMap headers) |
SimpleAsyncHttpClient.Builder |
SimpleAsyncHttpClient.Builder.setHeaders(FluentCaseInsensitiveStringsMap headers) |
AsyncHttpClient.BoundRequestBuilder |
AsyncHttpClient.BoundRequestBuilder.setHeaders(FluentCaseInsensitiveStringsMap headers) |
Constructor and Description |
---|
FluentCaseInsensitiveStringsMap(FluentCaseInsensitiveStringsMap src) |
Modifier and Type | Method and Description |
---|---|
FluentCaseInsensitiveStringsMap |
TransferCompletionHandler.TransferAdapter.getHeaders() |
Modifier and Type | Method and Description |
---|---|
void |
TransferListener.onRequestHeadersSent(FluentCaseInsensitiveStringsMap headers)
Invoked when the request bytes are starting to get send.
|
void |
TransferListener.onResponseHeadersReceived(FluentCaseInsensitiveStringsMap headers)
Invoked when the response bytes are starting to get received.
|
Constructor and Description |
---|
TransferCompletionHandler.TransferAdapter(FluentCaseInsensitiveStringsMap headers) |
Modifier and Type | Method and Description |
---|---|
FluentCaseInsensitiveStringsMap |
ApacheResponseHeaders.getHeaders()
Return the HTTP header
|
FluentCaseInsensitiveStringsMap |
ApacheResponse.getHeaders() |
Modifier and Type | Method and Description |
---|---|
FluentCaseInsensitiveStringsMap |
JDKResponse.getHeaders() |
FluentCaseInsensitiveStringsMap |
ResponseHeaders.getHeaders()
Return the HTTP header
|
Modifier and Type | Method and Description |
---|---|
FluentCaseInsensitiveStringsMap |
NettyResponse.getHeaders() |
FluentCaseInsensitiveStringsMap |
ResponseHeaders.getHeaders()
Return the HTTP header
|
Constructor and Description |
---|
HeaderMap(FluentCaseInsensitiveStringsMap headers) |
Modifier and Type | Method and Description |
---|---|
FluentCaseInsensitiveStringsMap |
WebDavResponse.getHeaders() |
Copyright © 2015. All rights reserved.