Modifier and Type | Field and Description |
---|---|
protected NettyResponseFuture<?> |
OnLastHttpContentCallback.future |
Modifier and Type | Method and Description |
---|---|
NettyResponseFuture<?> |
OnLastHttpContentCallback.future() |
Constructor and Description |
---|
OnLastHttpContentCallback(NettyResponseFuture<?> future) |
Modifier and Type | Method and Description |
---|---|
void |
ChannelManager.drainChannelAndOffer(Channel channel,
NettyResponseFuture<?> future) |
void |
ChannelManager.drainChannelAndOffer(Channel channel,
NettyResponseFuture<?> future,
boolean keepAlive,
java.lang.Object partitionKey) |
OnLastHttpContentCallback |
ChannelManager.newDrainCallback(NettyResponseFuture<?> future,
Channel channel,
boolean keepAlive,
java.lang.Object partitionKey) |
Constructor and Description |
---|
NettyConnectListener(NettyResponseFuture<T> future,
NettyRequestSender requestSender,
ChannelManager channelManager,
boolean channelPreempted,
java.lang.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,
java.lang.Throwable e) |
void |
HttpHandler.handleException(NettyResponseFuture<?> future,
java.lang.Throwable error) |
abstract void |
AsyncHttpClientHandler.handleException(NettyResponseFuture<?> future,
java.lang.Throwable error) |
void |
WebSocketHandler.handleRead(Channel channel,
NettyResponseFuture<?> future,
java.lang.Object e) |
void |
HttpHandler.handleRead(Channel channel,
NettyResponseFuture<?> future,
java.lang.Object e) |
abstract void |
AsyncHttpClientHandler.handleRead(Channel channel,
NettyResponseFuture<?> future,
java.lang.Object message) |
Constructor and Description |
---|
StreamedResponsePublisher(io.netty.util.concurrent.EventExecutor executor,
ChannelManager channelManager,
NettyResponseFuture<?> future,
Channel channel) |
Modifier and Type | Method and Description |
---|---|
boolean |
Continue100Interceptor.exitAfterHandling100(Channel channel,
NettyResponseFuture<?> future,
int statusCode) |
boolean |
Unauthorized401Interceptor.exitAfterHandling401(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(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(Channel channel,
NettyResponseFuture<?> future,
Request request,
ProxyServer proxyServer,
int statusCode,
io.netty.handler.codec.http.HttpRequest httpRequest) |
boolean |
Redirect30xInterceptor.exitAfterHandlingRedirect(Channel channel,
NettyResponseFuture<?> future,
io.netty.handler.codec.http.HttpResponse response,
Request request,
int statusCode,
Realm realm) |
boolean |
Interceptors.exitAfterIntercept(Channel channel,
NettyResponseFuture<?> future,
AsyncHandler<?> handler,
io.netty.handler.codec.http.HttpResponse response,
HttpResponseStatus status,
HttpResponseHeaders responseHeaders) |
boolean |
ResponseFiltersInterceptor.exitAfterProcessingFilters(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(Channel channel,
NettyResponseFuture<?> future,
java.lang.Throwable t) |
boolean |
NettyRequestSender.applyIoExceptionFiltersAndReplayRequest(NettyResponseFuture<?> future,
java.io.IOException e,
Channel channel) |
void |
NettyRequestSender.drainChannelAndExecuteNextRequest(Channel channel,
NettyResponseFuture<?> future,
Request nextRequest) |
void |
NettyRequestSender.handleUnexpectedClosedChannel(Channel channel,
NettyResponseFuture<?> future) |
void |
NettyRequestSender.replayRequest(NettyResponseFuture<?> future,
FilterContext fc,
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 performingNextRequest) |
<T> void |
NettyRequestSender.writeRequest(NettyResponseFuture<T> future,
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(Channel channel,
NettyResponseFuture<?> future) |
void |
NettyInputStreamBody.write(Channel channel,
NettyResponseFuture<?> future) |
void |
NettyFileBody.write(Channel channel,
NettyResponseFuture<?> future) |
void |
NettyDirectBody.write(Channel channel,
NettyResponseFuture<?> future) |
void |
NettyBodyBody.write(Channel channel,
NettyResponseFuture<?> future) |
void |
NettyBody.write(Channel channel,
NettyResponseFuture<?> future) |
Modifier and Type | Field and Description |
---|---|
protected NettyResponseFuture<?> |
TimeoutTimerTask.nettyResponseFuture |
Constructor and Description |
---|
ReadTimeoutTimerTask(NettyResponseFuture<?> nettyResponseFuture,
NettyRequestSender requestSender,
TimeoutsHolder timeoutsHolder,
int readTimeout) |
RequestTimeoutTimerTask(NettyResponseFuture<?> nettyResponseFuture,
NettyRequestSender requestSender,
TimeoutsHolder timeoutsHolder,
int requestTimeout) |
TimeoutsHolder(Timer nettyTimer,
NettyResponseFuture<?> nettyResponseFuture,
NettyRequestSender requestSender,
AsyncHttpClientConfig config) |
TimeoutTimerTask(NettyResponseFuture<?> nettyResponseFuture,
NettyRequestSender requestSender,
TimeoutsHolder timeoutsHolder) |
Copyright © 2017. All Rights Reserved.