| Package | Description |
|---|---|
| in.ejava.rest.plugin.core |
| 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 |
|---|---|
Object |
BaseClient.makeCall(String url,
HttpMethod httpMethod,
Map<String,String> headers,
String queryString,
String payload,
DataType responseDataType,
Class typeReference) |
Object |
BaseClient.makeCall(String url,
HttpMethod httpMethod,
Map<String,String> headers,
String queryString,
String payload,
DataType responseDataType,
Class typeReference,
boolean followRedirect) |
Object |
BaseClient.makeCall(String url,
HttpMethod httpMethod,
Map<String,String> headers,
String queryString,
String payload,
DataType responseDataType,
com.fasterxml.jackson.core.type.TypeReference typeReference) |
Object |
BaseClient.makeCall(String url,
HttpMethod httpMethod,
Map<String,String> headers,
String queryString,
String payload,
DataType responseDataType,
com.fasterxml.jackson.core.type.TypeReference typeReference,
boolean followRedirect) |
Copyright © 2016. All rights reserved.