Uses of Class
org.norther.tammi.spray.filter.chain.ServletRequestWrapper

Packages that use ServletRequestWrapper
org.norther.tammi.spray.authenticator.chain   
org.norther.tammi.spray.connector.chain   
org.norther.tammi.spray.filter.chain   
org.norther.tammi.spray.protocol.chain   
org.norther.tammi.spray.remote.chain   
org.norther.tammi.spray.servlet.chain   
org.norther.tammi.spray.terminal.chain   
 

Uses of ServletRequestWrapper in org.norther.tammi.spray.authenticator.chain
 

Subclasses of ServletRequestWrapper in org.norther.tammi.spray.authenticator.chain
 class AuthenticatedRequest
          A default implementation of the authenticated request.
 class SavedRequest
          A saved request to be restored after authentication.
 

Uses of ServletRequestWrapper in org.norther.tammi.spray.connector.chain
 

Subclasses of ServletRequestWrapper in org.norther.tammi.spray.connector.chain
 class AbstractConnectorRequest
          An abstract implementation of the connector request.
 class ConnectorRequest
          A default implementation of the connector request implementing raw stream support.
 class DispatchedRequest
          A dispatched request providing about the same functionality as ConnectorRequest and hiding others to provide a fresh start for forwards and includes.
 

Uses of ServletRequestWrapper in org.norther.tammi.spray.filter.chain
 

Subclasses of ServletRequestWrapper in org.norther.tammi.spray.filter.chain
 class HttpServletRequestWrapper
          A wrapper implementation of the javax.servlet.http.HttpServletRequest interface providing a recyclable alternative to the javax.servlet.http.HttpServletRequestWrapper class.
 

Uses of ServletRequestWrapper in org.norther.tammi.spray.protocol.chain
 

Subclasses of ServletRequestWrapper in org.norther.tammi.spray.protocol.chain
 class AbstractProtocolRequest
          An abstract protocol request implementing the ProtocolExtension interface as an inner class and extended parameter methods.
 class BaseProtocolRequest
          An abstract protocol request implementing URL, header and parameter methods.
 class HttpProtocolRequest
          A default implementation of the HTTP protocol request.
 class HttpRelayRequest
          A HTTP relay request.
 

Uses of ServletRequestWrapper in org.norther.tammi.spray.remote.chain
 

Subclasses of ServletRequestWrapper in org.norther.tammi.spray.remote.chain
 class HttpRMIRequest
          An HTTP request through an RMI connection.
 

Uses of ServletRequestWrapper in org.norther.tammi.spray.servlet.chain
 

Subclasses of ServletRequestWrapper in org.norther.tammi.spray.servlet.chain
 class HttpServletRequestDecorator
          A decorator for HttpServletRequest.
 

Uses of ServletRequestWrapper in org.norther.tammi.spray.terminal.chain
 

Subclasses of ServletRequestWrapper in org.norther.tammi.spray.terminal.chain
 class TerminalRequest
          A default implementation of the terminal request.
 



Copyright © 2004 The Norther Organization. All rights reserved.