| Package | Description |
|---|---|
| cn.wanghaomiao.seimi.http | |
| cn.wanghaomiao.seimi.struct |
| Modifier and Type | Method and Description |
|---|---|
static HttpMethod |
HttpMethod.valueOf(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(String url,
String callBack,
HttpMethod httpMethod,
Map<String,String> params,
Map<String,Object> meta) |
static Request |
Request.build(String url,
String callBack,
HttpMethod httpMethod,
Map<String,String> params,
Map<String,Object> meta,
int maxReqcount) |
void |
Request.setHttpMethod(HttpMethod httpMethod) |
| Constructor and Description |
|---|
Request(String url,
String callBack,
HttpMethod httpMethod,
Map<String,String> params,
Map<String,Object> meta) |
Request(String url,
String callBack,
HttpMethod httpMethod,
Map<String,String> params,
Map<String,Object> meta,
int maxReqCount) |
Copyright © 2015. All Rights Reserved.