|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of FluentCaseInsensitiveStringsMap in com.ning.http.client |
---|
Methods in com.ning.http.client that return FluentCaseInsensitiveStringsMap | |
---|---|
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. |
Methods in com.ning.http.client with parameters of type FluentCaseInsensitiveStringsMap | |
---|---|
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. |
SimpleAsyncHttpClient.DerivedBuilder |
SimpleAsyncHttpClient.DerivedBuilder.setHeaders(FluentCaseInsensitiveStringsMap headers)
|
SimpleAsyncHttpClient.Builder |
SimpleAsyncHttpClient.Builder.setHeaders(FluentCaseInsensitiveStringsMap headers)
|
T |
RequestBuilderBase.setHeaders(FluentCaseInsensitiveStringsMap headers)
|
RequestBuilder |
RequestBuilder.setHeaders(FluentCaseInsensitiveStringsMap headers)
|
AsyncHttpClient.BoundRequestBuilder |
AsyncHttpClient.BoundRequestBuilder.setHeaders(FluentCaseInsensitiveStringsMap headers)
|
Constructors in com.ning.http.client with parameters of type FluentCaseInsensitiveStringsMap | |
---|---|
FluentCaseInsensitiveStringsMap(FluentCaseInsensitiveStringsMap src)
|
Uses of FluentCaseInsensitiveStringsMap in com.ning.http.client.listener |
---|
Methods in com.ning.http.client.listener that return FluentCaseInsensitiveStringsMap | |
---|---|
FluentCaseInsensitiveStringsMap |
TransferCompletionHandler.TransferAdapter.getHeaders()
|
Methods in com.ning.http.client.listener with parameters of type FluentCaseInsensitiveStringsMap | |
---|---|
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. |
Constructors in com.ning.http.client.listener with parameters of type FluentCaseInsensitiveStringsMap | |
---|---|
TransferCompletionHandler.TransferAdapter(FluentCaseInsensitiveStringsMap headers)
|
Uses of FluentCaseInsensitiveStringsMap in com.ning.http.client.providers.apache |
---|
Methods in com.ning.http.client.providers.apache that return FluentCaseInsensitiveStringsMap | |
---|---|
FluentCaseInsensitiveStringsMap |
ApacheResponseHeaders.getHeaders()
Return the HTTP header |
FluentCaseInsensitiveStringsMap |
ApacheResponse.getHeaders()
|
Uses of FluentCaseInsensitiveStringsMap in com.ning.http.client.providers.jdk |
---|
Methods in com.ning.http.client.providers.jdk that return FluentCaseInsensitiveStringsMap | |
---|---|
FluentCaseInsensitiveStringsMap |
ResponseHeaders.getHeaders()
Return the HTTP header |
FluentCaseInsensitiveStringsMap |
JDKResponse.getHeaders()
|
Uses of FluentCaseInsensitiveStringsMap in com.ning.http.client.providers.netty |
---|
Methods in com.ning.http.client.providers.netty that return FluentCaseInsensitiveStringsMap | |
---|---|
FluentCaseInsensitiveStringsMap |
ResponseHeaders.getHeaders()
Return the HTTP header |
FluentCaseInsensitiveStringsMap |
NettyResponse.getHeaders()
|
Uses of FluentCaseInsensitiveStringsMap in com.ning.http.client.simple |
---|
Constructors in com.ning.http.client.simple with parameters of type FluentCaseInsensitiveStringsMap | |
---|---|
HeaderMap(FluentCaseInsensitiveStringsMap headers)
|
Uses of FluentCaseInsensitiveStringsMap in com.ning.http.client.webdav |
---|
Methods in com.ning.http.client.webdav that return FluentCaseInsensitiveStringsMap | |
---|---|
FluentCaseInsensitiveStringsMap |
WebDavResponse.getHeaders()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |