| Package | Description |
|---|---|
| de.galan.commons.net.flux |
| Modifier and Type | Class and Description |
|---|---|
static class |
MockCommonHttpClient.MockResponse
Mocks the body and metadata of a http response.
|
| Modifier and Type | Method and Description |
|---|---|
Response |
FluentHttpClient.HttpBuilder.delete() |
Response |
FluentHttpClient.HttpBuilder.get() |
protected Response |
MockCommonHttpClient.getNextResponse() |
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() |
| Modifier and Type | Method and Description |
|---|---|
protected Future<Response> |
FluentHttpClient.HttpBuilder.callAsync(Callable<Response> callable) |
Future<Response> |
FluentHttpClient.HttpBuilder.deleteAsync() |
Future<Response> |
FluentHttpClient.HttpBuilder.getAsync() |
Future<Response> |
FluentHttpClient.HttpBuilder.headAsync() |
Future<Response> |
FluentHttpClient.HttpBuilder.methodAsync(Method method) |
Future<Response> |
FluentHttpClient.HttpBuilder.optionsAsync() |
Future<Response> |
FluentHttpClient.HttpBuilder.postAsync() |
Future<Response> |
FluentHttpClient.HttpBuilder.putAsync() |
Future<Response> |
FluentHttpClient.HttpBuilder.traceAsync() |
| Modifier and Type | Method and Description |
|---|---|
protected Future<Response> |
FluentHttpClient.HttpBuilder.callAsync(Callable<Response> callable) |
Copyright © 2017. All rights reserved.