Modifier and Type | Field and Description |
---|---|
protected NettyResponseFuture<?> |
Callback.future |
Modifier and Type | Method and Description |
---|---|
NettyResponseFuture<?> |
Callback.future() |
Constructor and Description |
---|
Callback(NettyResponseFuture<?> future) |
Modifier and Type | Method and Description |
---|---|
void |
ChannelManager.drainChannelAndOffer(io.netty.channel.Channel channel,
NettyResponseFuture<?> future) |
void |
ChannelManager.drainChannelAndOffer(io.netty.channel.Channel channel,
NettyResponseFuture<?> future,
boolean keepAlive,
Object partitionKey) |
Callback |
ChannelManager.newDrainCallback(NettyResponseFuture<?> future,
io.netty.channel.Channel channel,
boolean keepAlive,
Object partitionKey) |
Constructor and Description |
---|
NettyConnectListener(NettyResponseFuture<T> future,
NettyRequestSender requestSender,
ChannelManager channelManager,
boolean channelPreempted,
Object partitionKey) |
Modifier and Type | Method and Description |
---|---|
void |
WebSocketHandler.handleChannelInactive(NettyResponseFuture<?> future) |
void |
HttpHandler.handleChannelInactive(NettyResponseFuture<?> future) |
abstract void |
AsyncHttpClientHandler.handleChannelInactive(NettyResponseFuture<?> future) |
void |
WebSocketHandler.handleException(NettyResponseFuture<?> future,
Throwable e) |
void |
HttpHandler.handleException(NettyResponseFuture<?> future,
Throwable error) |
abstract void |
AsyncHttpClientHandler.handleException(NettyResponseFuture<?> future,
Throwable error) |
void |
WebSocketHandler.handleRead(io.netty.channel.Channel channel,
NettyResponseFuture<?> future,
Object e) |
void |
HttpHandler.handleRead(io.netty.channel.Channel channel,
NettyResponseFuture<?> future,
Object e) |
abstract void |
AsyncHttpClientHandler.handleRead(io.netty.channel.Channel channel,
NettyResponseFuture<?> future,
Object message) |
Constructor and Description |
---|
StreamedResponsePublisher(io.netty.util.concurrent.EventExecutor executor,
ChannelManager channelManager,
NettyResponseFuture<?> future,
io.netty.channel.Channel channel) |
Modifier and Type | Method and Description |
---|---|
boolean |
Continue100Interceptor.exitAfterHandling100(io.netty.channel.Channel channel,
NettyResponseFuture<?> future,
int statusCode) |
boolean |
Unauthorized401Interceptor.exitAfterHandling401(io.netty.channel.Channel channel,
NettyResponseFuture<?> future,
io.netty.handler.codec.http.HttpResponse response,
Request request,
int statusCode,
Realm realm,
ProxyServer proxyServer,
io.netty.handler.codec.http.HttpRequest httpRequest) |
boolean |
ProxyUnauthorized407Interceptor.exitAfterHandling407(io.netty.channel.Channel channel,
NettyResponseFuture<?> future,
io.netty.handler.codec.http.HttpResponse response,
Request request,
int statusCode,
ProxyServer proxyServer,
io.netty.handler.codec.http.HttpRequest httpRequest) |
boolean |
ConnectSuccessInterceptor.exitAfterHandlingConnect(io.netty.channel.Channel channel,
NettyResponseFuture<?> future,
Request request,
ProxyServer proxyServer,
int statusCode,
io.netty.handler.codec.http.HttpRequest httpRequest) |
boolean |
Redirect30xInterceptor.exitAfterHandlingRedirect(io.netty.channel.Channel channel,
NettyResponseFuture<?> future,
io.netty.handler.codec.http.HttpResponse response,
Request request,
int statusCode,
Realm realm) |
boolean |
Interceptors.exitAfterIntercept(io.netty.channel.Channel channel,
NettyResponseFuture<?> future,
AsyncHandler<?> handler,
io.netty.handler.codec.http.HttpResponse response,
HttpResponseStatus status,
HttpResponseHeaders responseHeaders) |
boolean |
ResponseFiltersInterceptor.exitAfterProcessingFilters(io.netty.channel.Channel channel,
NettyResponseFuture<?> future,
AsyncHandler<?> handler,
HttpResponseStatus status,
HttpResponseHeaders responseHeaders) |
Modifier and Type | Field and Description |
---|---|
protected NettyResponseFuture<?> |
WriteListener.future |
Modifier and Type | Method and Description |
---|---|
void |
NettyRequestSender.abort(io.netty.channel.Channel channel,
NettyResponseFuture<?> future,
Throwable t) |
boolean |
NettyRequestSender.applyIoExceptionFiltersAndReplayRequest(NettyResponseFuture<?> future,
IOException e,
io.netty.channel.Channel channel) |
void |
NettyRequestSender.drainChannelAndExecuteNextRequest(io.netty.channel.Channel channel,
NettyResponseFuture<?> future,
Request nextRequest) |
void |
NettyRequestSender.handleUnexpectedClosedChannel(io.netty.channel.Channel channel,
NettyResponseFuture<?> future) |
Callback |
NettyRequestSender.newExecuteNextRequestCallback(NettyResponseFuture<?> future,
Request nextRequest) |
void |
NettyRequestSender.replayRequest(NettyResponseFuture<?> future,
FilterContext fc,
io.netty.channel.Channel channel) |
boolean |
NettyRequestSender.retry(NettyResponseFuture<?> future) |
<T> void |
NettyRequestSender.sendNextRequest(Request request,
NettyResponseFuture<T> future) |
<T> ListenableFuture<T> |
NettyRequestSender.sendRequest(Request request,
AsyncHandler<T> asyncHandler,
NettyResponseFuture<T> future,
boolean reclaimCache) |
<T> void |
NettyRequestSender.writeRequest(NettyResponseFuture<T> future,
io.netty.channel.Channel channel) |
Constructor and Description |
---|
WriteCompleteListener(NettyResponseFuture<?> future) |
WriteListener(NettyResponseFuture<?> future,
boolean notifyHeaders) |
WriteProgressListener(NettyResponseFuture<?> future,
boolean notifyHeaders,
long expectedTotal) |
Modifier and Type | Method and Description |
---|---|
void |
NettyReactiveStreamsBody.write(io.netty.channel.Channel channel,
NettyResponseFuture<?> future) |
void |
NettyInputStreamBody.write(io.netty.channel.Channel channel,
NettyResponseFuture<?> future) |
void |
NettyFileBody.write(io.netty.channel.Channel channel,
NettyResponseFuture<?> future) |
void |
NettyDirectBody.write(io.netty.channel.Channel channel,
NettyResponseFuture<?> future) |
void |
NettyBodyBody.write(io.netty.channel.Channel channel,
NettyResponseFuture<?> future) |
void |
NettyBody.write(io.netty.channel.Channel channel,
NettyResponseFuture<?> future) |
Modifier and Type | Field and Description |
---|---|
protected NettyResponseFuture<?> |
TimeoutTimerTask.nettyResponseFuture |
Constructor and Description |
---|
ReadTimeoutTimerTask(NettyResponseFuture<?> nettyResponseFuture,
NettyRequestSender requestSender,
TimeoutsHolder timeoutsHolder,
long readTimeout) |
RequestTimeoutTimerTask(NettyResponseFuture<?> nettyResponseFuture,
NettyRequestSender requestSender,
TimeoutsHolder timeoutsHolder,
long requestTimeout) |
TimeoutsHolder(io.netty.util.Timer nettyTimer,
NettyResponseFuture<?> nettyResponseFuture,
NettyRequestSender requestSender,
AsyncHttpClientConfig config) |
TimeoutTimerTask(NettyResponseFuture<?> nettyResponseFuture,
NettyRequestSender requestSender,
TimeoutsHolder timeoutsHolder) |
Copyright © 2016. All Rights Reserved.