|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use RestRequest.Method | |
|---|---|
| net.csdn.junit | |
| net.csdn.modules.http | |
| net.csdn.modules.mock | |
| net.csdn.modules.transport | |
| Uses of RestRequest.Method in net.csdn.junit |
|---|
| Methods in net.csdn.junit that return types with arguments of type RestRequest.Method | |
|---|---|
Map<RestRequest.Method,RestResponse> |
BaseControllerTest.each(List<RestRequest.Method> methods,
String path,
Map params)
|
Map<RestRequest.Method,RestResponse> |
BaseControllerTest.each(List<RestRequest.Method> methods,
String path,
String rawParamStr)
|
| Methods in net.csdn.junit with parameters of type RestRequest.Method | |
|---|---|
RestResponse |
BaseControllerTest.runAction(String path,
Map params,
RestRequest.Method method)
|
RestResponse |
BaseControllerTest.runAction(String path,
String rawParamsStr,
RestRequest.Method method)
|
| Method parameters in net.csdn.junit with type arguments of type RestRequest.Method | |
|---|---|
Map<RestRequest.Method,RestResponse> |
BaseControllerTest.each(List<RestRequest.Method> methods,
String path,
Map params)
|
Map<RestRequest.Method,RestResponse> |
BaseControllerTest.each(List<RestRequest.Method> methods,
String path,
String rawParamStr)
|
| Uses of RestRequest.Method in net.csdn.modules.http |
|---|
| Methods in net.csdn.modules.http that return RestRequest.Method | |
|---|---|
RestRequest.Method |
RestRequest.method()
|
RestRequest.Method |
DefaultRestRequest.method()
|
static RestRequest.Method |
RestRequest.Method.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static RestRequest.Method[] |
RestRequest.Method.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in net.csdn.modules.http with parameters of type RestRequest.Method | |
|---|---|
ApplicationController |
ApplicationController.mockRequest(Map<String,String> params,
RestRequest.Method method,
String xmlOrJsonData)
|
void |
RestController.registerHandler(RestRequest.Method method,
String path,
net.csdn.common.collect.Tuple<Class<ApplicationController>,Method> handler)
|
| Uses of RestRequest.Method in net.csdn.modules.mock |
|---|
| Methods in net.csdn.modules.mock that return RestRequest.Method | |
|---|---|
RestRequest.Method |
MockRestRequest.method()
|
| Constructors in net.csdn.modules.mock with parameters of type RestRequest.Method | |
|---|---|
MockRestRequest(Map<String,String> params,
RestRequest.Method method,
String bodyContentNotForm)
|
|
MockRestRequest(String path,
Map<String,String> params,
RestRequest.Method requestMethod,
String bodyContentNotForm)
|
|
| Uses of RestRequest.Method in net.csdn.modules.transport |
|---|
| Methods in net.csdn.modules.transport with parameters of type RestRequest.Method | |
|---|---|
FutureTask<HttpTransportService.SResponse> |
HttpTransportService.asyncHttp(net.csdn.common.path.Url url,
String jsonData,
RestRequest.Method method)
|
FutureTask<HttpTransportService.SResponse> |
DefaultHttpTransportService.asyncHttp(net.csdn.common.path.Url url,
String jsonData,
RestRequest.Method method)
|
List<HttpTransportService.SResponse> |
HttpTransportService.asyncHttps(List<net.csdn.common.path.Url> urls,
String jsonData,
RestRequest.Method method)
|
List<HttpTransportService.SResponse> |
DefaultHttpTransportService.asyncHttps(List<net.csdn.common.path.Url> urls,
String jsonData,
RestRequest.Method method)
|
HttpTransportService.SResponse |
HttpTransportService.http(net.csdn.common.path.Url url,
String jsonData,
Map<String,String> headers,
RestRequest.Method method)
|
HttpTransportService.SResponse |
DefaultHttpTransportService.http(net.csdn.common.path.Url url,
String jsonData,
Map<String,String> headers,
RestRequest.Method method)
|
HttpTransportService.SResponse |
HttpTransportService.http(net.csdn.common.path.Url url,
String jsonData,
Map<String,String> headers,
RestRequest.Method method,
int timeout)
|
HttpTransportService.SResponse |
DefaultHttpTransportService.http(net.csdn.common.path.Url url,
String jsonData,
Map<String,String> headers,
RestRequest.Method method,
int timeout)
|
HttpTransportService.SResponse |
HttpTransportService.http(net.csdn.common.path.Url url,
String jsonData,
RestRequest.Method method)
|
HttpTransportService.SResponse |
DefaultHttpTransportService.http(net.csdn.common.path.Url url,
String jsonData,
RestRequest.Method method)
|
HttpTransportService.SResponse |
HttpTransportService.http(net.csdn.common.path.Url url,
String jsonData,
RestRequest.Method method,
int timeout)
|
HttpTransportService.SResponse |
DefaultHttpTransportService.http(net.csdn.common.path.Url url,
String jsonData,
RestRequest.Method method,
int timeout)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||