Package | Description |
---|---|
org.tinygroup.httpvisitor | |
org.tinygroup.httpvisitor.request |
Modifier and Type | Method and Description |
---|---|
Parameter |
Request.getParameter(String name) |
Modifier and Type | Method and Description |
---|---|
List<Parameter> |
Request.getParameters() |
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 Map<String,Parameter> |
HttpRequestBuilder.parameters |
Copyright © 2006–2018 TinyGroup. All rights reserved.