| Package | Description |
|---|---|
| org.asynchttpclient.handler | |
| org.asynchttpclient.netty | |
| org.asynchttpclient.netty.request |
| Modifier and Type | Method and Description |
|---|---|
void |
ExtendedAsyncHandler.onRequestSend(NettyRequest request) |
void |
AsyncHandlerExtensions.onRequestSend(NettyRequest request)
Notify the callback when a request is being written on the channel.
|
| Modifier and Type | Method and Description |
|---|---|
NettyRequest |
NettyResponseFuture.getNettyRequest() |
| Modifier and Type | Method and Description |
|---|---|
void |
NettyResponseFuture.setNettyRequest(NettyRequest nettyRequest) |
| Constructor and Description |
|---|
NettyResponseFuture(Request originalRequest,
AsyncHandler<V> asyncHandler,
NettyRequest nettyRequest,
int maxRetry,
ChannelPoolPartitioning connectionPoolPartitioning,
ProxyServer proxyServer) |
| Modifier and Type | Method and Description |
|---|---|
NettyRequest |
NettyRequestFactory.newNettyRequest(Request request,
boolean forceConnect,
ProxyServer proxyServer,
Realm realm,
Realm proxyRealm) |
Copyright © 2016. All Rights Reserved.