public class ServletServiceRequest extends ServiceRequest
ServiceRequest implemented over native
Servlet request.| Modifier and Type | Field and Description |
|---|---|
protected InputStream |
_nativeStream |
protected javax.servlet.http.HttpServletRequest |
_request
Underlying response object exposed by Servlet API.
|
_currentPath, _input, _isPathDecoded, _operation, _operationTypes, _originalFullPath, _urlEncoder| Constructor and Description |
|---|
ServletServiceRequest(javax.servlet.http.HttpServletRequest r,
String path,
boolean pathDecoded) |
| Modifier and Type | Method and Description |
|---|---|
String |
getHeader(String key) |
InputStream |
getNativeInputStream() |
javax.servlet.http.HttpServletRequest |
getNativeRequest()
Accessor for getting underlying
HttpServletRequest |
String |
getQueryParameter(String key) |
_decodePath, _resolveOperation, findByteRange, getBytesRead, getDecodedPath, getInputStream, getOperation, getPath, isPathDecoded, matchPathSegment, nextPathSegment, setPathprotected final javax.servlet.http.HttpServletRequest _request
protected InputStream _nativeStream
public ServletServiceRequest(javax.servlet.http.HttpServletRequest r,
String path,
boolean pathDecoded)
public InputStream getNativeInputStream() throws IOException
getNativeInputStream in class ServiceRequestIOExceptionpublic String getQueryParameter(String key)
getQueryParameter in interface DecodableRequestPathgetQueryParameter in class ServiceRequestpublic String getHeader(String key)
getHeader in interface DecodableRequestPathgetHeader in class ServiceRequestpublic javax.servlet.http.HttpServletRequest getNativeRequest()
HttpServletRequestCopyright © 2012-2014 fasterxml.com. All Rights Reserved.