Uses of Class
com.ning.http.client.providers.grizzly.GrizzlyAsyncHttpProviderConfig.Property

Packages that use GrizzlyAsyncHttpProviderConfig.Property
com.ning.http.client.providers.grizzly   
 

Uses of GrizzlyAsyncHttpProviderConfig.Property in com.ning.http.client.providers.grizzly
 

Methods in com.ning.http.client.providers.grizzly that return GrizzlyAsyncHttpProviderConfig.Property
static GrizzlyAsyncHttpProviderConfig.Property GrizzlyAsyncHttpProviderConfig.Property.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static GrizzlyAsyncHttpProviderConfig.Property[] GrizzlyAsyncHttpProviderConfig.Property.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.ning.http.client.providers.grizzly that return types with arguments of type GrizzlyAsyncHttpProviderConfig.Property
 Set<Map.Entry<GrizzlyAsyncHttpProviderConfig.Property,Object>> GrizzlyAsyncHttpProviderConfig.propertiesSet()
          Return the curent entry set.
 

Methods in com.ning.http.client.providers.grizzly with parameters of type GrizzlyAsyncHttpProviderConfig.Property
 AsyncHttpProviderConfig GrizzlyAsyncHttpProviderConfig.addProperty(GrizzlyAsyncHttpProviderConfig.Property name, Object value)
          Add a property that will be used when the AsyncHttpClient initialize its AsyncHttpProvider
 Object GrizzlyAsyncHttpProviderConfig.getProperty(GrizzlyAsyncHttpProviderConfig.Property name)
          Return the value associated with the property's name
 Object GrizzlyAsyncHttpProviderConfig.removeProperty(GrizzlyAsyncHttpProviderConfig.Property name)
          Remove the value associated with the property's name
 



Copyright © 2014. All Rights Reserved.