public class AbstractRequestContext extends Object implements RequestContext
| Constructor and Description |
|---|
AbstractRequestContext(javax.servlet.http.HttpServletRequest clientRequest) |
| Modifier and Type | Method and Description |
|---|---|
String |
getCharacterEncoding() |
int |
getContentLength() |
String |
getContentType() |
InputStream |
getInputStream() |
BufferedReader |
getReader() |
public AbstractRequestContext(javax.servlet.http.HttpServletRequest clientRequest)
public String getCharacterEncoding()
getCharacterEncoding in interface RequestContextpublic BufferedReader getReader() throws IOException
getReader in interface RequestContextIOExceptionpublic InputStream getInputStream() throws IOException
getInputStream in interface RequestContextIOExceptionpublic int getContentLength()
getContentLength in interface RequestContextpublic String getContentType()
getContentType in interface RequestContextCopyright © 2003-2016 GateIn. All Rights Reserved.