Modifier and Type | Class and Description |
---|---|
class |
ServletHttpRequest
HttpRequest wrapping a HttpServletRequest . |
Modifier and Type | Method and Description |
---|---|
HttpRequest |
ServletServerHttpConnection.getHttpRequest() |
Modifier and Type | Method and Description |
---|---|
static HttpRequest |
HttpTestUtil.createHttpRequest(String method,
String requestUri,
String entity,
String... headerNameValues)
Creates a
HttpRequest
for testing. |
HttpRequest |
ServerHttpConnection.getHttpRequest()
Obtains the
HttpRequest for this ServerHttpConnection . |
Modifier and Type | Class and Description |
---|---|
class |
HttpRequestImpl
HttpRequest implementation. |
Modifier and Type | Method and Description |
---|---|
HttpRequest |
HttpManagedObjectImpl.getHttpRequest() |
Modifier and Type | Method and Description |
---|---|
static HttpCookie |
HttpCookieUtil.extractHttpCookie(String cookieName,
HttpRequest request)
Extracts a specific
HttpCookie from the HttpRequest . |
static List<HttpCookie> |
HttpCookieUtil.extractHttpCookies(HttpRequest request)
Extracts all the
HttpCookie instances from the
HttpRequest . |
Modifier and Type | Method and Description |
---|---|
<O extends T> |
HttpParametersLoaderImpl.loadParameters(HttpRequest httpRequest,
O object) |
<O extends T> |
HttpParametersLoader.loadParameters(HttpRequest httpRequest,
O object)
Loads the parameters of the
HttpRequest to the Object. |
Modifier and Type | Method and Description |
---|---|
static HttpAuthenticationScheme |
HttpAuthenticationScheme.getHttpAuthenticationScheme(HttpRequest request)
|
Modifier and Type | Method and Description |
---|---|
static Map<String,String> |
HttpRequestTokeniserImpl.extractParameters(HttpRequest request)
Convenience method for extracting the parameters from the
HttpRequest . |
void |
HttpRequestTokeniserImpl.tokeniseHttpRequest(HttpRequest request,
HttpRequestTokenHandler handler) |
void |
HttpRequestTokeniser.tokeniseHttpRequest(HttpRequest request,
HttpRequestTokenHandler handler)
Tokenises the
HttpRequest for the path, parameters and fragment
providing them to the HttpRequestTokenHandler to handle. |
Copyright © 2005–2016. All rights reserved.