public class Interceptors extends Object
| Constructor and Description |
|---|
Interceptors(AsyncHttpClientConfig config,
ChannelManager channelManager,
NettyRequestSender requestSender) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
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) |
public Interceptors(AsyncHttpClientConfig config, ChannelManager channelManager, NettyRequestSender requestSender)
public boolean 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)
throws Exception
ExceptionCopyright © 2020. All rights reserved.