Uses of Interface
com.ning.http.client.AsyncHttpProviderConfig
Packages that use AsyncHttpProviderConfig
Package
Description
-
Uses of AsyncHttpProviderConfig in com.ning.http.client
Fields in com.ning.http.client declared as AsyncHttpProviderConfigModifier and TypeFieldDescriptionprotected AsyncHttpProviderConfig<?,?> AsyncHttpClientConfig.providerConfigMethods in com.ning.http.client that return AsyncHttpProviderConfigModifier and TypeMethodDescriptionAsyncHttpProviderConfig.addProperty(U name, V value) Add a property that will be used when the AsyncHttpClient initialize itsAsyncHttpProviderAsyncHttpClientConfig.getAsyncHttpProviderConfig()Return theAsyncHttpProviderConfigMethods in com.ning.http.client with parameters of type AsyncHttpProviderConfigModifier and TypeMethodDescriptionAsyncHttpClientConfig.Builder.setAsyncHttpClientProviderConfig(AsyncHttpProviderConfig<?, ?> providerConfig) Set theAsyncHttpProviderConfigAsyncHttpClientConfigBean.setProviderConfig(AsyncHttpProviderConfig<?, ?> providerConfig) -
Uses of AsyncHttpProviderConfig in com.ning.http.client.providers.grizzly
Classes in com.ning.http.client.providers.grizzly that implement AsyncHttpProviderConfigModifier and TypeClassDescriptionclassAsyncHttpProviderConfigimplementation that allows customization of the Grizzly runtime outside of the scope of what theAsyncHttpClientConfigoffers.Methods in com.ning.http.client.providers.grizzly that return AsyncHttpProviderConfigModifier and TypeMethodDescriptionGrizzlyAsyncHttpProviderConfig.addProperty(GrizzlyAsyncHttpProviderConfig.Property name, Object value) -
Uses of AsyncHttpProviderConfig in com.ning.http.client.providers.grizzly.websocket
Methods in com.ning.http.client.providers.grizzly.websocket with parameters of type AsyncHttpProviderConfigModifier and TypeMethodDescriptionstatic GrizzlyWebSocketAdapterGrizzlyWebSocketAdapter.newInstance(AsyncHttpProviderConfig<?, ?> config, org.glassfish.grizzly.websockets.ProtocolHandler protocolHandler) Create new GrizzlyWebSocketAdapter instance.