public abstract class BaseHttpRequest extends Object implements HttpRequest
| Modifier and Type | Field and Description |
|---|---|
protected MultivaluedMap<String,String> |
decodedFormParameters |
protected SynchronousDispatcher |
dispatcher |
protected MultivaluedMap<String,String> |
formParameters |
protected HttpResponse |
httpResponse |
| Constructor and Description |
|---|
BaseHttpRequest(SynchronousDispatcher dispatcher) |
| Modifier and Type | Method and Description |
|---|---|
MultivaluedMap<String,String> |
getDecodedFormParameters() |
MultivaluedMap<String,String> |
getFormParameters()
application/x-www-form-urlencoded parameters
This is here because @FormParam needs it and for when there are servlet filters that eat up the input stream
|
boolean |
isInitial() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforward, getAsyncContext, getAttribute, getAttributeNames, getHttpHeaders, getHttpMethod, getInputStream, getMutableHeaders, getUri, removeAttribute, setAttribute, setHttpMethod, setInputStream, setRequestUri, setRequestUri, wasForwardedprotected SynchronousDispatcher dispatcher
protected MultivaluedMap<String,String> formParameters
protected MultivaluedMap<String,String> decodedFormParameters
protected HttpResponse httpResponse
public BaseHttpRequest(SynchronousDispatcher dispatcher)
public MultivaluedMap<String,String> getFormParameters()
HttpRequestgetFormParameters in interface HttpRequestpublic MultivaluedMap<String,String> getDecodedFormParameters()
getDecodedFormParameters in interface HttpRequestpublic boolean isInitial()
isInitial in interface HttpRequestCopyright © 2016. All Rights Reserved.