public class RequestUtils
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static ResponseParser<GenericResponse> |
GENERIC_RESPONSE_PARSER |
| Constructor and Description |
|---|
RequestUtils() |
| Modifier and Type | Method and Description |
|---|---|
static java.net.URI |
resolveURI(java.net.URI baseURI,
java.lang.String path)
A method to resolve base URIs without excluding the original path.
|
public static final ResponseParser<GenericResponse> GENERIC_RESPONSE_PARSER