java.lang.Object | |
↳ | com.ning.http.client.providers.netty.NettyAsyncHttpProviderConfig |
This class can be used to pass Netty's internal configuration options. See Netty documentation for more information.
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
String | BOSS_EXECUTOR_SERVICE | Allow configuring the Netty's boss executor service. | |||||||||
String | DISABLE_NESTED_REQUEST | Allow nested request from any AsyncHandler
|
|||||||||
String | EXECUTE_ASYNC_CONNECT | Execute the connect operation asynchronously. | |||||||||
String | REUSE_ADDRESS | See setReuseAddress(boolean)
|
|||||||||
String | USE_BLOCKING_IO | Use Netty's blocking IO stategy. | |||||||||
String | USE_DIRECT_BYTEBUFFER | Use direct java.nio.ByteBuffer |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Add a property that will be used when the AsyncHttpClient initialize its
AsyncHttpProvider | |||||||||||
Return the value associated with the property's name
| |||||||||||
Return the curent entry set.
| |||||||||||
Remove the value associated with the property's name
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() |
Allow configuring the Netty's boss executor service.
Allow nested request from any AsyncHandler
Execute the connect operation asynchronously.
Use Netty's blocking IO stategy.
Use direct java.nio.ByteBuffer
Add a property that will be used when the AsyncHttpClient initialize its AsyncHttpProvider
name | the name of the property |
---|---|
value | the value of the property |
Return the value associated with the property's name
Return the curent entry set.
Remove the value associated with the property's name