Response |
FluentHttpClient.HttpBuilder.delete() |
Response |
FluentHttpClient.HttpBuilder.get() |
Response |
FluentHttpClient.HttpBuilder.head() |
Response |
FluentHttpClient.HttpBuilder.method(Method method) |
Response |
FluentHttpClient.HttpBuilder.options() |
Response |
FluentHttpClient.HttpBuilder.post() |
Response |
FluentHttpClient.HttpBuilder.put() |
protected Response |
CommonHttpClient.request(Method method,
Map<String,String> extraHeader,
byte[] body,
URL url,
HttpOptions options) |
Response |
CommonHttpClient.request(String resource) |
Response |
HttpClient.request(String resource,
Method method,
Map<String,String> extraHeader,
Map<String,List<String>> parameters,
byte[] body,
HttpOptions options) |
Response |
MockCommonHttpClient.request(String resource,
Method method,
Map<String,String> extraHeader,
Map<String,List<String>> parameters,
byte[] body,
HttpOptions options) |
Response |
CommonHttpClient.request(String resource,
Method method,
Map<String,String> extraHeader,
Map<String,List<String>> parameters,
byte[] body,
HttpOptions options) |
Response |
CommonHttpClient.request(String protocol,
String host,
Integer port,
String path,
Method method,
Map<String,String> extraHeader,
Map<String,List<String>> parameters,
byte[] body) |
Response |
FluentHttpClient.HttpBuilder.trace() |