public class InternalJettyServletRequest extends Request
Request.MultiPartCleanerListener__MULTIPART_CONFIG_ELEMENT, __MULTIPART_CONTEXT, __MULTIPART_INPUT_STREAM| Constructor and Description |
|---|
InternalJettyServletRequest(String method,
HttpURI uri,
String body,
javax.servlet.http.Cookie[] cookies,
String contentType,
String encoding,
InternalJettyServletResponse res) |
InternalJettyServletRequest(String method,
String uri,
String body,
InternalJettyServletResponse res) |
| Modifier and Type | Method and Description |
|---|---|
void |
addHeader(String header,
String value) |
String |
getAuthType() |
int |
getContentLength() |
long |
getContentRead() |
String |
getContentType() |
javax.servlet.http.Cookie[] |
getCookies() |
long |
getDateHeader(String name) |
String |
getHeader(String name) |
Enumeration<String> |
getHeaderNames() |
Enumeration<String> |
getHeaders(String name) |
javax.servlet.ServletInputStream |
getInputStream() |
int |
getIntHeader(String name) |
String |
getLocalAddr() |
String |
getLocalName() |
int |
getLocalPort() |
String |
getMethod() |
String |
getProtocol() |
BufferedReader |
getReader() |
String |
getRemoteAddr() |
String |
getRemoteHost() |
int |
getRemotePort() |
Response |
getResponse() |
boolean |
isSecure() |
void |
setContentType(String contentType) |
String |
toString() |
addEventListener, authenticate, changeSessionId, extractParameters, getAsyncContext, getAttribute, getAttributeNames, getAttributes, getAuthentication, getCharacterEncoding, getContext, getContextPath, getDispatcherType, getHttpChannel, getHttpChannelState, getHttpFields, getHttpInput, getHttpVersion, getInputState, getLocale, getLocales, getParameter, getParameterMap, getParameterNames, getParameters, getParameterValues, getPart, getParts, getPathInfo, getPathTranslated, getQueryEncoding, getQueryString, getRealPath, getRemoteUser, getRequestDispatcher, getRequestedSessionId, getRequestURI, getRequestURL, getResolvedUserIdentity, getRootURL, getScheme, getServerName, getServerPort, getServletContext, getServletName, getServletPath, getServletResponse, getSession, getSession, getSessionManager, getTimeStamp, getUri, getUserIdentity, getUserIdentityScope, getUserPrincipal, isAsyncStarted, isAsyncSupported, isHandled, isHead, isRequestedSessionIdFromCookie, isRequestedSessionIdFromUrl, isRequestedSessionIdFromURL, isRequestedSessionIdValid, isUserInRole, login, logout, mergeQueryString, recoverNewSession, removeAttribute, removeEventListener, saveNewSession, setAsyncSupported, setAttribute, setAttributes, setAuthentication, setCharacterEncoding, setCharacterEncodingUnchecked, setContext, setContextPath, setCookies, setDispatcherType, setHandled, setHttpVersion, setMethod, setParameters, setPathInfo, setQueryEncoding, setQueryString, setRemoteAddr, setRequestedSessionId, setRequestedSessionIdFromCookie, setRequestURI, setScheme, setSecure, setServerName, setServerPort, setServletPath, setSession, setSessionManager, setTimeStamp, setUri, setUserIdentityScope, startAsync, startAsync, takeNewContextpublic InternalJettyServletRequest(String method, String uri, String body, InternalJettyServletResponse res) throws UnsupportedEncodingException
UnsupportedEncodingExceptionpublic InternalJettyServletRequest(String method, HttpURI uri, String body, javax.servlet.http.Cookie[] cookies, String contentType, String encoding, InternalJettyServletResponse res) throws UnsupportedEncodingException
UnsupportedEncodingExceptionpublic int getContentLength()
getContentLength in interface javax.servlet.ServletRequestgetContentLength in class Requestpublic String getContentType()
getContentType in interface javax.servlet.ServletRequestgetContentType in class Requestpublic void setContentType(String contentType)
setContentType in class Requestpublic long getContentRead()
public javax.servlet.ServletInputStream getInputStream()
throws IOException
getInputStream in interface javax.servlet.ServletRequestgetInputStream in class RequestIOExceptionpublic String getProtocol()
getProtocol in interface javax.servlet.ServletRequestgetProtocol in class Requestpublic BufferedReader getReader() throws IOException
getReader in interface javax.servlet.ServletRequestgetReader in class RequestIOExceptionpublic String getRemoteAddr()
getRemoteAddr in interface javax.servlet.ServletRequestgetRemoteAddr in class Requestpublic String getRemoteHost()
getRemoteHost in interface javax.servlet.ServletRequestgetRemoteHost in class Requestpublic boolean isSecure()
public int getRemotePort()
getRemotePort in interface javax.servlet.ServletRequestgetRemotePort in class Requestpublic String getLocalName()
getLocalName in interface javax.servlet.ServletRequestgetLocalName in class Requestpublic String getLocalAddr()
getLocalAddr in interface javax.servlet.ServletRequestgetLocalAddr in class Requestpublic int getLocalPort()
getLocalPort in interface javax.servlet.ServletRequestgetLocalPort in class Requestpublic String getAuthType()
getAuthType in interface javax.servlet.http.HttpServletRequestgetAuthType in class Requestpublic javax.servlet.http.Cookie[] getCookies()
getCookies in interface javax.servlet.http.HttpServletRequestgetCookies in class Requestpublic long getDateHeader(String name)
getDateHeader in interface javax.servlet.http.HttpServletRequestgetDateHeader in class Requestpublic Enumeration<String> getHeaders(String name)
getHeaders in interface javax.servlet.http.HttpServletRequestgetHeaders in class Requestpublic Enumeration<String> getHeaderNames()
getHeaderNames in interface javax.servlet.http.HttpServletRequestgetHeaderNames in class Requestpublic int getIntHeader(String name)
getIntHeader in interface javax.servlet.http.HttpServletRequestgetIntHeader in class Requestpublic String getMethod()
public Response getResponse()
getResponse in class RequestCopyright © 2002–2014 The Neo4j Graph Database Project. All rights reserved.