|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.mortbay.jetty.servlet.ServletHttpRequest
org.mortbay.jetty.servlet.DirectorServletHttpRequest
Field Summary |
Fields inherited from class org.mortbay.jetty.servlet.ServletHttpRequest |
__SESSIONID_COOKIE, __SESSIONID_NONE, __SESSIONID_NOT_CHECKED, __SESSIONID_URL |
Fields inherited from interface javax.servlet.http.HttpServletRequest |
BASIC_AUTH, CLIENT_CERT_AUTH, DIGEST_AUTH, FORM_AUTH |
Constructor Summary | |
DirectorServletHttpRequest(DirectorHttpRequest req,
org.mortbay.jetty.servlet.ServletHandler handler)
|
|
DirectorServletHttpRequest(org.mortbay.jetty.servlet.ServletHandler servletHandler,
java.lang.String pathInContext,
org.mortbay.http.HttpRequest request)
Constructor. |
Method Summary | |
void |
decodeURL()
|
javax.servlet.ServletInputStream |
getInputStream()
|
java.lang.String |
getProtocol()
|
java.io.BufferedReader |
getReader()
|
java.lang.String |
getRequestedSessionId()
|
javax.servlet.http.HttpSession |
getSession()
|
javax.servlet.http.HttpSession |
getSession(boolean create)
|
boolean |
isRequestedSessionIdFromCookie()
|
boolean |
isRequestedSessionIdFromUrl()
Deprecated. |
boolean |
isRequestedSessionIdFromURL()
|
boolean |
isRequestedSessionIdValid()
|
void |
obtainSessionId()
|
Methods inherited from class org.mortbay.jetty.servlet.ServletHttpRequest |
getAttribute, getAttributeNames, getAuthType, getCharacterEncoding, getContentLength, getContentType, getContextPath, getCookies, getDateHeader, getHeader, getHeaderNames, getHeaders, getIntHeader, getLocalAddr, getLocale, getLocales, getLocalName, getLocalPort, getMethod, getParameter, getParameterMap, getParameterNames, getParameterValues, getPathInfo, getPathTranslated, getQueryString, getRealPath, getRemoteAddr, getRemoteHost, getRemotePort, getRemoteUser, getRequestDispatcher, getRequestURI, getRequestURL, getScheme, getServerName, getServerPort, getServletHttpResponse, getServletPath, getUserPrincipal, isSecure, isUserInRole, removeAttribute, setAttribute, setCharacterEncoding, toString, unwrap |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public DirectorServletHttpRequest(org.mortbay.jetty.servlet.ServletHandler servletHandler, java.lang.String pathInContext, org.mortbay.http.HttpRequest request)
public DirectorServletHttpRequest(DirectorHttpRequest req, org.mortbay.jetty.servlet.ServletHandler handler)
Method Detail |
public java.lang.String getRequestedSessionId()
public javax.servlet.http.HttpSession getSession(boolean create)
public javax.servlet.http.HttpSession getSession()
public boolean isRequestedSessionIdValid()
public boolean isRequestedSessionIdFromCookie()
public boolean isRequestedSessionIdFromURL()
public boolean isRequestedSessionIdFromUrl()
public javax.servlet.ServletInputStream getInputStream()
public java.io.BufferedReader getReader() throws java.io.UnsupportedEncodingException
java.io.UnsupportedEncodingException
public void obtainSessionId()
public void decodeURL()
public java.lang.String getProtocol()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |