public class Redirect30xInterceptor extends Object
| Modifier and Type | Field and Description |
|---|---|
static Set<Integer> |
REDIRECT_STATUSES |
| Constructor and Description |
|---|
Redirect30xInterceptor(ChannelManager channelManager,
AsyncHttpClientConfig config,
NettyRequestSender requestSender) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
exitAfterHandlingRedirect(io.netty.channel.Channel channel,
NettyResponseFuture<?> future,
io.netty.handler.codec.http.HttpResponse response,
Request request,
int statusCode,
Realm realm) |
public Redirect30xInterceptor(ChannelManager channelManager, AsyncHttpClientConfig config, NettyRequestSender requestSender)
public boolean exitAfterHandlingRedirect(io.netty.channel.Channel channel,
NettyResponseFuture<?> future,
io.netty.handler.codec.http.HttpResponse response,
Request request,
int statusCode,
Realm realm)
throws Exception
ExceptionCopyright © 2017. All Rights Reserved.