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

Packages that use HttpServletRequestWrapper
org.norther.tammi.spray.authenticator.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 HttpServletRequestWrapper in org.norther.tammi.spray.authenticator.chain
 

Subclasses of HttpServletRequestWrapper 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 HttpServletRequestWrapper in org.norther.tammi.spray.protocol.chain
 

Subclasses of HttpServletRequestWrapper 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 HttpServletRequestWrapper in org.norther.tammi.spray.remote.chain
 

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

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

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

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

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



Copyright © 2004 The Norther Organization. All rights reserved.