org.mortbay.jetty.servlet
Class DirectorServletHttpRequest

java.lang.Object
  extended byorg.mortbay.jetty.servlet.ServletHttpRequest
      extended byorg.mortbay.jetty.servlet.DirectorServletHttpRequest
All Implemented Interfaces:
javax.servlet.http.HttpServletRequest, javax.servlet.ServletRequest

public class DirectorServletHttpRequest
extends org.mortbay.jetty.servlet.ServletHttpRequest

Author:
Milin Radivoj TODO To change the template for this generated type comment go to Window - Preferences - Java - Code Style - Code Templates

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

DirectorServletHttpRequest

public DirectorServletHttpRequest(org.mortbay.jetty.servlet.ServletHandler servletHandler,
                                  java.lang.String pathInContext,
                                  org.mortbay.http.HttpRequest request)
Constructor.


DirectorServletHttpRequest

public DirectorServletHttpRequest(DirectorHttpRequest req,
                                  org.mortbay.jetty.servlet.ServletHandler handler)
Method Detail

getRequestedSessionId

public java.lang.String getRequestedSessionId()

getSession

public javax.servlet.http.HttpSession getSession(boolean create)

getSession

public javax.servlet.http.HttpSession getSession()

isRequestedSessionIdValid

public boolean isRequestedSessionIdValid()

isRequestedSessionIdFromCookie

public boolean isRequestedSessionIdFromCookie()

isRequestedSessionIdFromURL

public boolean isRequestedSessionIdFromURL()

isRequestedSessionIdFromUrl

public boolean isRequestedSessionIdFromUrl()
Deprecated.  


getInputStream

public javax.servlet.ServletInputStream getInputStream()

getReader

public java.io.BufferedReader getReader()
                                 throws java.io.UnsupportedEncodingException
Throws:
java.io.UnsupportedEncodingException

obtainSessionId

public void obtainSessionId()

decodeURL

public void decodeURL()

getProtocol

public java.lang.String getProtocol()