- java.lang.Object
-
- cn.mcres.karlatemp.mxlib.network.HttpHandlerAction
-
public class HttpHandlerAction extends Object
Specify what should be done next- 从以下版本开始:
- 2.9
-
-
嵌套类概要
嵌套类 修饰符和类型 类 说明 static class
HttpHandlerAction.Type
-
字段概要
字段 修饰符和类型 字段 说明 static HttpHandlerAction
CANCEL
static HttpHandlerAction
CONTINUE
static HttpHandlerAction
END
static HttpHandlerAction
RESET_DEPTH
static HttpHandlerAction
SKIP_CONTENT
-
方法概要
修饰符和类型 方法 说明 boolean
doRedirect()
String
getRedirect()
HttpHandlerAction.Type
getType()
static HttpHandlerAction
redirect(String uri)
static HttpHandlerAction
redirectAndReset(String uri)
boolean
resetDepth()
-
-
-
字段详细资料
-
CONTINUE
public static final HttpHandlerAction CONTINUE
-
RESET_DEPTH
public static final HttpHandlerAction RESET_DEPTH
-
CANCEL
public static final HttpHandlerAction CANCEL
-
END
public static final HttpHandlerAction END
-
SKIP_CONTENT
public static final HttpHandlerAction SKIP_CONTENT
-
-
方法详细资料
-
redirect
public static HttpHandlerAction redirect(String uri)
-
redirectAndReset
public static HttpHandlerAction redirectAndReset(String uri)
-
getType
public HttpHandlerAction.Type getType()
-
doRedirect
public boolean doRedirect()
-
getRedirect
public String getRedirect()
-
resetDepth
public boolean resetDepth()
-
-