| Package | Description |
|---|---|
| org.tinygroup.httpvisitor | |
| org.tinygroup.httpvisitor.request |
| Modifier and Type | Method and Description |
|---|---|
MethodMode |
Request.getMethod() |
static MethodMode |
MethodMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MethodMode[] |
MethodMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
Request(MethodMode method,
String url,
List<Header> headers,
List<Cookie> cookies,
List<Parameter> parameters,
List<BodyElement> bodyElements,
Charset charset) |
| Modifier and Type | Field and Description |
|---|---|
protected MethodMode |
HttpRequestBuilder.methodMode |
| Constructor and Description |
|---|
BodyRequestBuilder(MethodMode methodMode,
String url) |
HeadRequestBuilder(MethodMode methodMode,
String url) |
HttpRequestBuilder(MethodMode methodMode,
String url) |
PostRequestBuilder(MethodMode methodMode,
String url) |
Copyright © 2006–2018 TinyGroup. All rights reserved.