public class InternalJettyServletRequest
extends org.eclipse.jetty.server.Request
| Modifier and Type | Class and Description |
|---|---|
static class |
InternalJettyServletRequest.RequestData |
| Constructor and Description |
|---|
InternalJettyServletRequest(String method,
org.eclipse.jetty.http.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) |
org.eclipse.jetty.server.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() |
org.eclipse.jetty.server.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, org.eclipse.jetty.http.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 org.eclipse.jetty.server.Requestpublic String getContentType()
getContentType in interface javax.servlet.ServletRequestgetContentType in class org.eclipse.jetty.server.Requestpublic void setContentType(String contentType)
setContentType in class org.eclipse.jetty.server.Requestpublic long getContentRead()
getContentRead in class org.eclipse.jetty.server.Requestpublic javax.servlet.ServletInputStream getInputStream()
throws IOException
getInputStream in interface javax.servlet.ServletRequestgetInputStream in class org.eclipse.jetty.server.RequestIOExceptionpublic String getProtocol()
getProtocol in interface javax.servlet.ServletRequestgetProtocol in class org.eclipse.jetty.server.Requestpublic BufferedReader getReader() throws IOException
getReader in interface javax.servlet.ServletRequestgetReader in class org.eclipse.jetty.server.RequestIOExceptionpublic String getRemoteAddr()
getRemoteAddr in interface javax.servlet.ServletRequestgetRemoteAddr in class org.eclipse.jetty.server.Requestpublic String getRemoteHost()
getRemoteHost in interface javax.servlet.ServletRequestgetRemoteHost in class org.eclipse.jetty.server.Requestpublic boolean isSecure()
isSecure in interface javax.servlet.ServletRequestisSecure in class org.eclipse.jetty.server.Requestpublic int getRemotePort()
getRemotePort in interface javax.servlet.ServletRequestgetRemotePort in class org.eclipse.jetty.server.Requestpublic String getLocalName()
getLocalName in interface javax.servlet.ServletRequestgetLocalName in class org.eclipse.jetty.server.Requestpublic String getLocalAddr()
getLocalAddr in interface javax.servlet.ServletRequestgetLocalAddr in class org.eclipse.jetty.server.Requestpublic int getLocalPort()
getLocalPort in interface javax.servlet.ServletRequestgetLocalPort in class org.eclipse.jetty.server.Requestpublic String getAuthType()
getAuthType in interface javax.servlet.http.HttpServletRequestgetAuthType in class org.eclipse.jetty.server.Requestpublic javax.servlet.http.Cookie[] getCookies()
getCookies in interface javax.servlet.http.HttpServletRequestgetCookies in class org.eclipse.jetty.server.Requestpublic long getDateHeader(String name)
getDateHeader in interface javax.servlet.http.HttpServletRequestgetDateHeader in class org.eclipse.jetty.server.Requestpublic String getHeader(String name)
getHeader in interface javax.servlet.http.HttpServletRequestgetHeader in class org.eclipse.jetty.server.Requestpublic Enumeration<String> getHeaders(String name)
getHeaders in interface javax.servlet.http.HttpServletRequestgetHeaders in class org.eclipse.jetty.server.Requestpublic Enumeration<String> getHeaderNames()
getHeaderNames in interface javax.servlet.http.HttpServletRequestgetHeaderNames in class org.eclipse.jetty.server.Requestpublic int getIntHeader(String name)
getIntHeader in interface javax.servlet.http.HttpServletRequestgetIntHeader in class org.eclipse.jetty.server.Requestpublic String getMethod()
getMethod in interface javax.servlet.http.HttpServletRequestgetMethod in class org.eclipse.jetty.server.Requestpublic org.eclipse.jetty.server.Response getResponse()
getResponse in class org.eclipse.jetty.server.Requestpublic String toString()
toString in class org.eclipse.jetty.server.Requestpublic org.eclipse.jetty.server.HttpChannelState getHttpChannelState()
getHttpChannelState in class org.eclipse.jetty.server.RequestCopyright © 2002–2017 The Neo4j Graph Database Project. All rights reserved.