Uses of Class
com.ning.http.client.FluentCaseInsensitiveStringsMap

Packages that use FluentCaseInsensitiveStringsMap
com.ning.http.client   
com.ning.http.client.providers.jdk   
com.ning.http.client.providers.netty   
com.ning.http.client.webdav   
 

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.
 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.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 NettyAsyncResponse.getHeaders()
           
 

Uses of FluentCaseInsensitiveStringsMap in com.ning.http.client.webdav
 

Methods in com.ning.http.client.webdav that return FluentCaseInsensitiveStringsMap
 FluentCaseInsensitiveStringsMap WebDavResponse.getHeaders()
           
 



Copyright © 2010. All Rights Reserved.