Uses of Class
org.asynchttpclient.netty.NettyResponseFuture
-
-
Uses of NettyResponseFuture in org.asynchttpclient.netty
Fields in org.asynchttpclient.netty declared as NettyResponseFuture Modifier and Type Field Description protected NettyResponseFuture<?>OnLastHttpContentCallback. futureMethods in org.asynchttpclient.netty that return NettyResponseFuture Modifier and Type Method Description NettyResponseFuture<?>OnLastHttpContentCallback. future()Constructors in org.asynchttpclient.netty with parameters of type NettyResponseFuture Constructor Description OnLastHttpContentCallback(NettyResponseFuture<?> future) -
Uses of NettyResponseFuture in org.asynchttpclient.netty.channel
Methods in org.asynchttpclient.netty.channel with parameters of type NettyResponseFuture Modifier and Type Method Description voidChannelManager. drainChannelAndOffer(io.netty.channel.Channel channel, NettyResponseFuture<?> future)voidChannelManager. drainChannelAndOffer(io.netty.channel.Channel channel, NettyResponseFuture<?> future, boolean keepAlive, Object partitionKey)Constructors in org.asynchttpclient.netty.channel with parameters of type NettyResponseFuture Constructor Description NettyConnectListener(NettyResponseFuture<T> future, NettyRequestSender requestSender, ChannelManager channelManager, ConnectionSemaphore connectionSemaphore) -
Uses of NettyResponseFuture in org.asynchttpclient.netty.handler
Methods in org.asynchttpclient.netty.handler with parameters of type NettyResponseFuture Modifier and Type Method Description abstract voidAsyncHttpClientHandler. handleChannelInactive(NettyResponseFuture<?> future)voidHttpHandler. handleChannelInactive(NettyResponseFuture<?> future)voidWebSocketHandler. handleChannelInactive(NettyResponseFuture<?> future)abstract voidAsyncHttpClientHandler. handleException(NettyResponseFuture<?> future, Throwable error)voidHttpHandler. handleException(NettyResponseFuture<?> future, Throwable error)voidWebSocketHandler. handleException(NettyResponseFuture<?> future, Throwable e)abstract voidAsyncHttpClientHandler. handleRead(io.netty.channel.Channel channel, NettyResponseFuture<?> future, Object message)voidHttpHandler. handleRead(io.netty.channel.Channel channel, NettyResponseFuture<?> future, Object e)voidWebSocketHandler. handleRead(io.netty.channel.Channel channel, NettyResponseFuture<?> future, Object e) -
Uses of NettyResponseFuture in org.asynchttpclient.netty.handler.intercept
Methods in org.asynchttpclient.netty.handler.intercept with parameters of type NettyResponseFuture Modifier and Type Method Description booleanUnauthorized401Interceptor. exitAfterHandling401(io.netty.channel.Channel channel, NettyResponseFuture<?> future, io.netty.handler.codec.http.HttpResponse response, Request request, Realm realm, io.netty.handler.codec.http.HttpRequest httpRequest)booleanProxyUnauthorized407Interceptor. exitAfterHandling407(io.netty.channel.Channel channel, NettyResponseFuture<?> future, io.netty.handler.codec.http.HttpResponse response, Request request, ProxyServer proxyServer, io.netty.handler.codec.http.HttpRequest httpRequest)booleanConnectSuccessInterceptor. exitAfterHandlingConnect(io.netty.channel.Channel channel, NettyResponseFuture<?> future, Request request, ProxyServer proxyServer)booleanRedirect30xInterceptor. exitAfterHandlingRedirect(io.netty.channel.Channel channel, NettyResponseFuture<?> future, io.netty.handler.codec.http.HttpResponse response, Request request, int statusCode, Realm realm)booleanInterceptors. exitAfterIntercept(io.netty.channel.Channel channel, NettyResponseFuture<?> future, AsyncHandler<?> handler, io.netty.handler.codec.http.HttpResponse response, HttpResponseStatus status, io.netty.handler.codec.http.HttpHeaders responseHeaders)booleanResponseFiltersInterceptor. exitAfterProcessingFilters(io.netty.channel.Channel channel, NettyResponseFuture<?> future, AsyncHandler<?> handler, HttpResponseStatus status, io.netty.handler.codec.http.HttpHeaders responseHeaders) -
Uses of NettyResponseFuture in org.asynchttpclient.netty.request
Fields in org.asynchttpclient.netty.request declared as NettyResponseFuture Modifier and Type Field Description protected NettyResponseFuture<?>WriteListener. futureMethods in org.asynchttpclient.netty.request with parameters of type NettyResponseFuture Modifier and Type Method Description voidNettyRequestSender. abort(io.netty.channel.Channel channel, NettyResponseFuture<?> future, Throwable t)booleanNettyRequestSender. applyIoExceptionFiltersAndReplayRequest(NettyResponseFuture<?> future, IOException e, io.netty.channel.Channel channel)voidNettyRequestSender. drainChannelAndExecuteNextRequest(io.netty.channel.Channel channel, NettyResponseFuture<?> future, Request nextRequest)voidNettyRequestSender. drainChannelAndExecuteNextRequest(io.netty.channel.Channel channel, NettyResponseFuture<?> future, Request nextRequest, io.netty.util.concurrent.Future<io.netty.channel.Channel> whenHandshaked)voidNettyRequestSender. handleUnexpectedClosedChannel(io.netty.channel.Channel channel, NettyResponseFuture<?> future)voidNettyRequestSender. replayRequest(NettyResponseFuture<?> future, FilterContext fc, io.netty.channel.Channel channel)booleanNettyRequestSender. retry(NettyResponseFuture<?> future)<T> voidNettyRequestSender. sendNextRequest(Request request, NettyResponseFuture<T> future)<T> ListenableFuture<T>NettyRequestSender. sendRequest(Request request, AsyncHandler<T> asyncHandler, NettyResponseFuture<T> future)<T> voidNettyRequestSender. writeRequest(NettyResponseFuture<T> future, io.netty.channel.Channel channel)Constructors in org.asynchttpclient.netty.request with parameters of type NettyResponseFuture Constructor Description WriteProgressListener(NettyResponseFuture<?> future, boolean notifyHeaders, long expectedTotal) -
Uses of NettyResponseFuture in org.asynchttpclient.netty.request.body
Methods in org.asynchttpclient.netty.request.body with parameters of type NettyResponseFuture Modifier and Type Method Description voidNettyBody. write(io.netty.channel.Channel channel, NettyResponseFuture<?> future)voidNettyBodyBody. write(io.netty.channel.Channel channel, NettyResponseFuture<?> future)voidNettyDirectBody. write(io.netty.channel.Channel channel, NettyResponseFuture<?> future)voidNettyFileBody. write(io.netty.channel.Channel channel, NettyResponseFuture<?> future)voidNettyInputStreamBody. write(io.netty.channel.Channel channel, NettyResponseFuture<?> future) -
Uses of NettyResponseFuture in org.asynchttpclient.netty.timeout
Constructors in org.asynchttpclient.netty.timeout with parameters of type NettyResponseFuture Constructor Description TimeoutsHolder(io.netty.util.Timer nettyTimer, NettyResponseFuture<?> nettyResponseFuture, NettyRequestSender requestSender, AsyncHttpClientConfig config, InetSocketAddress originalRemoteAddress)
-