| Package | Description |
|---|---|
| cn.wanghaomiao.seimi.http | |
| cn.wanghaomiao.seimi.struct |
| Modifier and Type | Method and Description |
|---|---|
static HttpMethod |
HttpMethod.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static HttpMethod[] |
HttpMethod.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
HttpMethod |
Request.getHttpMethod() |
| Modifier and Type | Method and Description |
|---|---|
static Request |
Request.build(java.lang.String url,
java.lang.String callBack,
HttpMethod httpMethod,
java.util.Map<java.lang.String,java.lang.String> params,
java.util.Map<java.lang.String,java.lang.Object> meta) |
void |
Request.setHttpMethod(HttpMethod httpMethod) |
| Constructor and Description |
|---|
Request(java.lang.String url,
java.lang.String callBack,
HttpMethod httpMethod,
java.util.Map<java.lang.String,java.lang.String> params,
java.util.Map<java.lang.String,java.lang.Object> meta) |
Copyright © 2015. All Rights Reserved.