Uses of Class
com.ning.http.client.FluentCaseInsensitiveStringsMap
Packages that use FluentCaseInsensitiveStringsMap
Package
Description
-
Uses of FluentCaseInsensitiveStringsMap in com.ning.http.client
Methods in com.ning.http.client that return FluentCaseInsensitiveStringsMapModifier and TypeMethodDescriptionAdds the specified values and returns this object.FluentCaseInsensitiveStringsMap.add(String key, Collection<String> values) Adds the specified values and returns this object.FluentCaseInsensitiveStringsMap.addAll(FluentCaseInsensitiveStringsMap src) Adds all key-values pairs from the given object to this object and returns this object.FluentCaseInsensitiveStringsMap.addAll(Map<String, Collection<String>> src) Adds all key-values pairs from the given map to this object and returns this object.Removes the values for the given key if present and returns this object.Removes the values for the given keys if present and returns this object.FluentCaseInsensitiveStringsMap.deleteAll(Collection<String> keys) Removes the values for the given keys if present and returns this object.abstract FluentCaseInsensitiveStringsMapHttpResponseHeaders.getHeaders()Return the HTTP headerRequest.getHeaders()Return the current set of Headers.Response.getHeaders()ResponseBase.getHeaders()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.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.FluentCaseInsensitiveStringsMap.replaceWith(String key, String... values) Replaces the values for the given key with the given values.FluentCaseInsensitiveStringsMap.replaceWith(String key, Collection<String> values) Replaces the values for the given key with the given values.Methods in com.ning.http.client with parameters of type FluentCaseInsensitiveStringsMapModifier and TypeMethodDescriptionFluentCaseInsensitiveStringsMap.addAll(FluentCaseInsensitiveStringsMap src) Adds all key-values pairs from the given object to this object and returns this object.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.AsyncHttpClient.BoundRequestBuilder.setHeaders(FluentCaseInsensitiveStringsMap headers) RequestBuilder.setHeaders(FluentCaseInsensitiveStringsMap headers) RequestBuilderBase.setHeaders(FluentCaseInsensitiveStringsMap headers) SimpleAsyncHttpClient.Builder.setHeaders(FluentCaseInsensitiveStringsMap headers) SimpleAsyncHttpClient.DerivedBuilder.setHeaders(FluentCaseInsensitiveStringsMap headers) Constructors in com.ning.http.client with parameters of type FluentCaseInsensitiveStringsMapModifierConstructorDescription -
Uses of FluentCaseInsensitiveStringsMap in com.ning.http.client.listener
Methods in com.ning.http.client.listener with parameters of type FluentCaseInsensitiveStringsMapModifier and TypeMethodDescriptionvoidTransferCompletionHandler.headers(FluentCaseInsensitiveStringsMap headers) Set headers to this listener.voidTransferListener.onRequestHeadersSent(FluentCaseInsensitiveStringsMap headers) Invoked when the request bytes are starting to get send.voidTransferListener.onResponseHeadersReceived(FluentCaseInsensitiveStringsMap headers) Invoked when the response bytes are starting to get received. -
Uses of FluentCaseInsensitiveStringsMap in com.ning.http.client.multipart
Methods in com.ning.http.client.multipart with parameters of type FluentCaseInsensitiveStringsMapModifier and TypeMethodDescriptionstatic MultipartBodyMultipartUtils.newMultipartBody(List<Part> parts, FluentCaseInsensitiveStringsMap requestHeaders) Creates a new multipart entity containing the given parts. -
Uses of FluentCaseInsensitiveStringsMap in com.ning.http.client.providers.grizzly
Methods in com.ning.http.client.providers.grizzly that return FluentCaseInsensitiveStringsMap -
Uses of FluentCaseInsensitiveStringsMap in com.ning.http.client.simple
Constructors in com.ning.http.client.simple with parameters of type FluentCaseInsensitiveStringsMap -
Uses of FluentCaseInsensitiveStringsMap in com.ning.http.client.webdav
Methods in com.ning.http.client.webdav that return FluentCaseInsensitiveStringsMap