public class Redirect30xInterceptor
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static java.util.Set<java.lang.Integer> |
REDIRECT_STATUSES |
| 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 static final java.util.Set<java.lang.Integer> REDIRECT_STATUSES
public boolean exitAfterHandlingRedirect(io.netty.channel.Channel channel,
NettyResponseFuture<?> future,
io.netty.handler.codec.http.HttpResponse response,
Request request,
int statusCode,
Realm realm)
throws java.lang.Exception
java.lang.ExceptionCopyright © 2018. All Rights Reserved.