| Package | Description |
|---|---|
| com.ning.http.client | |
| com.ning.http.client.providers.grizzly | |
| com.ning.http.client.providers.grizzly.websocket |
| Modifier and Type | Field and Description |
|---|---|
protected AsyncHttpProviderConfig<?,?> |
AsyncHttpClientConfig.providerConfig |
| Modifier and Type | Method and Description |
|---|---|
AsyncHttpProviderConfig<U,V> |
AsyncHttpProviderConfig.addProperty(U name,
V value)
Add a property that will be used when the AsyncHttpClient initialize its
AsyncHttpProvider |
AsyncHttpProviderConfig<?,?> |
AsyncHttpClientConfig.getAsyncHttpProviderConfig()
Return the
AsyncHttpProviderConfig |
| Modifier and Type | Method and Description |
|---|---|
AsyncHttpClientConfig.Builder |
AsyncHttpClientConfig.Builder.setAsyncHttpClientProviderConfig(AsyncHttpProviderConfig<?,?> providerConfig)
Set the
AsyncHttpProviderConfig |
AsyncHttpClientConfigBean |
AsyncHttpClientConfigBean.setProviderConfig(AsyncHttpProviderConfig<?,?> providerConfig) |
| Modifier and Type | Class and Description |
|---|---|
class |
GrizzlyAsyncHttpProviderConfig
AsyncHttpProviderConfig implementation that allows customization
of the Grizzly runtime outside of the scope of what the
AsyncHttpClientConfig offers. |
| Modifier and Type | Method and Description |
|---|---|
AsyncHttpProviderConfig |
GrizzlyAsyncHttpProviderConfig.addProperty(GrizzlyAsyncHttpProviderConfig.Property name,
Object value) |
| Modifier and Type | Method and Description |
|---|---|
static GrizzlyWebSocketAdapter |
GrizzlyWebSocketAdapter.newInstance(AsyncHttpProviderConfig<?,?> config,
org.glassfish.grizzly.websockets.ProtocolHandler protocolHandler)
Create new GrizzlyWebSocketAdapter instance.
|
Copyright © 2022. All Rights Reserved.