Uses of Class
org.asynchttpclient.netty.request.NettyRequest
-
Packages that use NettyRequest Package Description org.asynchttpclient org.asynchttpclient.netty org.asynchttpclient.netty.request -
-
Uses of NettyRequest in org.asynchttpclient
Methods in org.asynchttpclient with parameters of type NettyRequest Modifier and Type Method Description default voidAsyncHandler. onRequestSend(NettyRequest request)Notify the callback when a request is being written on the channel. -
Uses of NettyRequest in org.asynchttpclient.netty
Methods in org.asynchttpclient.netty that return NettyRequest Modifier and Type Method Description NettyRequestNettyResponseFuture. getNettyRequest()Methods in org.asynchttpclient.netty with parameters of type NettyRequest Modifier and Type Method Description voidNettyResponseFuture. setNettyRequest(NettyRequest nettyRequest)Constructors in org.asynchttpclient.netty with parameters of type NettyRequest Constructor Description NettyResponseFuture(Request originalRequest, AsyncHandler<V> asyncHandler, NettyRequest nettyRequest, int maxRetry, ChannelPoolPartitioning connectionPoolPartitioning, ConnectionSemaphore connectionSemaphore, ProxyServer proxyServer) -
Uses of NettyRequest in org.asynchttpclient.netty.request
Methods in org.asynchttpclient.netty.request that return NettyRequest Modifier and Type Method Description NettyRequestNettyRequestFactory. newNettyRequest(Request request, boolean performConnectRequest, ProxyServer proxyServer, Realm realm, Realm proxyRealm)
-