public class _HttpHelperRequest extends Object implements HttpRequest
| Modifier and Type | Class and Description |
|---|---|
static class |
_HttpHelperRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
_HttpHelperRequestBody |
body() |
Charset |
charset() |
HttpHelperConfig |
config() |
Set<HttpHeader> |
headers() |
HttpMethod |
method() |
HttpProxy |
proxy() |
String |
toString() |
String |
url() |
HttpVersion |
version() |
public HttpMethod method()
method in interface HttpRequestpublic Charset charset()
charset in interface HttpRequestpublic HttpVersion version()
version in interface HttpRequestpublic String url()
url in interface HttpRequestpublic HttpProxy proxy()
proxy in interface HttpRequestpublic _HttpHelperRequestBody body()
body in interface HttpRequestpublic Set<HttpHeader> headers()
headers in interface HttpRequestpublic HttpHelperConfig config()
config in interface HttpRequestCopyright © 2018. All rights reserved.