public class ArgParser
extends java.lang.Object
| 限定符和类型 | 类和说明 |
|---|---|
static interface |
ArgParser.VerifiedCallback |
| 构造器和说明 |
|---|
ArgParser() |
| 限定符和类型 | 方法和说明 |
|---|---|
static com.google.gson.JsonObject |
parseGetAndVerify(io.netty.handler.codec.http.FullHttpRequest msg,
ArgParser.VerifiedCallback cb) |
static com.google.gson.JsonObject |
parsePostAndVerify(io.netty.handler.codec.http.FullHttpRequest msg,
ArgParser.VerifiedCallback cb) |
public static com.google.gson.JsonObject parseGetAndVerify(io.netty.handler.codec.http.FullHttpRequest msg,
ArgParser.VerifiedCallback cb)
throws java.lang.Exception
java.lang.Exceptionpublic static com.google.gson.JsonObject parsePostAndVerify(io.netty.handler.codec.http.FullHttpRequest msg,
ArgParser.VerifiedCallback cb)
throws java.lang.Exception
java.lang.Exception