public class

GrizzlyAsyncHttpProviderConfig

extends Object
implements AsyncHttpProviderConfig<U, V>
java.lang.Object
   ↳ com.ning.http.client.providers.grizzly.GrizzlyAsyncHttpProviderConfig

Class Overview

AsyncHttpProviderConfig implementation that allows customization of the Grizzly runtime outside of the scope of what the AsyncHttpClientConfig offers.

Summary

Nested Classes
enum GrizzlyAsyncHttpProviderConfig.Property Grizzly-specific customization properties. 
Public Constructors
GrizzlyAsyncHttpProviderConfig()
Public Methods
AsyncHttpProviderConfig addProperty(GrizzlyAsyncHttpProviderConfig.Property name, Object value)
Object getProperty(GrizzlyAsyncHttpProviderConfig.Property name)
Set<Entry<GrizzlyAsyncHttpProviderConfig.Property, Object>> propertiesSet()
Return the curent entry set.
Object removeProperty(GrizzlyAsyncHttpProviderConfig.Property name)
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.ning.http.client.AsyncHttpProviderConfig

Public Constructors

public GrizzlyAsyncHttpProviderConfig ()

Public Methods

public AsyncHttpProviderConfig addProperty (GrizzlyAsyncHttpProviderConfig.Property name, Object value)

Throws
IllegalArgumentException if the type of the specified value does not match the expected type of the specified GrizzlyAsyncHttpProviderConfig.Property.

public Object getProperty (GrizzlyAsyncHttpProviderConfig.Property name)

public Set<Entry<GrizzlyAsyncHttpProviderConfig.Property, Object>> propertiesSet ()

Return the curent entry set.

Returns
  • a the curent entry set.

public Object removeProperty (GrizzlyAsyncHttpProviderConfig.Property name)