public class InternalJettyServletRequest extends Request
| Modifier and Type | Class and Description |
|---|---|
static class |
InternalJettyServletRequest.RequestData |
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.RequestData requestData) |
InternalJettyServletRequest(String method,
String uri,
String body,
InternalJettyServletResponse res,
InternalJettyServletRequest.RequestData requestData) |
| 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) |
HttpChannelState |
getHttpChannelState() |
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, extractFormParameters, extractParameters, getAsyncContext, getAttribute, getAttributeNames, getAttributes, getAuthentication, getCharacterEncoding, getContentLengthLong, getContext, getContextPath, getDispatcherType, getHttpChannel, getHttpFields, getHttpInput, getHttpVersion, getInputState, getLocale, getLocales, getParameter, getParameterMap, getParameterNames, getParameterValues, getPart, getParts, getPathInfo, getPathTranslated, getQueryEncoding, getQueryParameters, getQueryString, getRealPath, getRemoteInetSocketAddress, 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, mergeQueryParameters, recoverNewSession, removeAttribute, removeEventListener, resetParameters, saveNewSession, setAsyncSupported, setAttribute, setAttributes, setAuthentication, setCharacterEncoding, setCharacterEncodingUnchecked, setContentParameters, setContext, setContextPath, setCookies, setDispatcherType, setHandled, setHttpVersion, setMethod, setPathInfo, setQueryEncoding, setQueryParameters, setQueryString, setRemoteAddr, setRequestedSessionId, setRequestedSessionIdFromCookie, setRequestURI, setScheme, setSecure, setServerName, setServerPort, setServletPath, setSession, setSessionManager, setTimeStamp, setUri, setUserIdentityScope, startAsync, startAsync, takeNewContext, upgradepublic InternalJettyServletRequest(String method, String uri, String body, InternalJettyServletResponse res, InternalJettyServletRequest.RequestData requestData) throws UnsupportedEncodingException
UnsupportedEncodingExceptionpublic InternalJettyServletRequest(String method, HttpURI uri, String body, javax.servlet.http.Cookie[] cookies, String contentType, String encoding, InternalJettyServletResponse res, InternalJettyServletRequest.RequestData requestData) 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()
getContentRead in class Requestpublic 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 Requestpublic HttpChannelState getHttpChannelState()
getHttpChannelState in class RequestCopyright © 2002–2016 The Neo4j Graph Database Project. All rights reserved.