Uses of Interface
org.norther.tammi.spray.filter.chain.FilterChainListener

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

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

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

Classes in org.norther.tammi.spray.connector.chain that implement FilterChainListener
 class AbstractConnectorRequest
          An abstract implementation of the connector request.
 class AbstractConnectorResponse
          An abstract implementation of the connector response.
 class ConnectorRequest
          A default implementation of the connector request implementing raw stream support.
 class ConnectorResponse
          A default implementation of the connector response 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.
 class DispatchedResponse
          A dispatched response providing about the same functionality as ConnectorResponse and hiding others to provide a fresh start for includes.
 

Uses of FilterChainListener in org.norther.tammi.spray.engine.chain
 

Classes in org.norther.tammi.spray.engine.chain that implement FilterChainListener
 class TemplateResponse
          A default implementation of the template response.
 

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

Classes in org.norther.tammi.spray.filter.chain that implement FilterChainListener
 class HttpServletRequestWrapper
          A wrapper implementation of the javax.servlet.http.HttpServletRequest interface providing a recyclable alternative to the javax.servlet.http.HttpServletRequestWrapper class.
 class HttpServletResponseWrapper
          A wrapper implementation of the javax.servlet.http.HttpServletResponse interface providing a recyclable alternative to the javax.servlet.http.HttpServletResponseWrapper class.
 class ServletRequestWrapper
          A wrapper implementation of the javax.servlet.ServletRequest interface providing a recyclable alternative to the javax.servlet.ServletRequestWrapper class.
 class ServletResponseWrapper
          A wrapper implementation of the javax.servlet.ServletResponse interface providing a recyclable alternative to the javax.servlet.ServletResponseWrapper class.
 

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

Classes in org.norther.tammi.spray.protocol.chain that implement FilterChainListener
 class AbstractProtocolRequest
          An abstract protocol request implementing the ProtocolExtension interface as an inner class and extended parameter methods.
 class AbstractProtocolResponse
          An abstract protocol response implementing extended character encoding.
 class BaseProtocolRequest
          An abstract protocol request implementing URL, header and parameter methods.
 class HttpProtocolRequest
          A default implementation of the HTTP protocol request.
 class HttpProtocolResponse
          A default implementation of the HTTP protocol response.
 class HttpRelayRequest
          A HTTP relay request.
 class HttpRelayResponse
          A HTTP relay response.
 

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

Classes in org.norther.tammi.spray.remote.chain that implement FilterChainListener
 class HttpRMIRequest
          An HTTP request through an RMI connection.
 class HttpRMIResponse
          An HTTP response through an RMI connection.
 

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

Classes in org.norther.tammi.spray.servlet.chain that implement FilterChainListener
 class HttpServletRequestDecorator
          A decorator for HttpServletRequest.
 class HttpServletResponseDecorator
          A decorator for HttpServletResponse.
 

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

Classes in org.norther.tammi.spray.terminal.chain that implement FilterChainListener
 class TerminalRequest
          A default implementation of the terminal request.
 class TerminalResponse
          A default implementation of the terminal response.
 



Copyright © 2004 The Norther Organization. All rights reserved.