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

Packages that use FilterChainEvent
org.norther.tammi.spray.connector.chain   
org.norther.tammi.spray.filter.chain   
org.norther.tammi.spray.protocol.chain   
org.norther.tammi.spray.servlet.chain   
org.norther.tammi.spray.terminal.chain   
 

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

Methods in org.norther.tammi.spray.connector.chain with parameters of type FilterChainEvent
 void AbstractConnectorRequest.completed(FilterChainEvent event)
           
 void ConnectorRequest.filtered(FilterChainEvent event)
           
 void DispatchedRequest.filtered(FilterChainEvent event)
           
 

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

Methods in org.norther.tammi.spray.filter.chain with parameters of type FilterChainEvent
 void FilterChainListener.completed(FilterChainEvent event)
          Notifies the object that a filter chain has completed.
 void ServletRequestWrapper.completed(FilterChainEvent event)
           
 void ServletResponseWrapper.completed(FilterChainEvent event)
           
 void FilterChainListener.filtered(FilterChainEvent event)
          Notifies the object that it has been activated within a filter chain.
 void ServletRequestWrapper.filtered(FilterChainEvent event)
           
 void ServletResponseWrapper.filtered(FilterChainEvent event)
           
 

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

Methods in org.norther.tammi.spray.protocol.chain with parameters of type FilterChainEvent
 void HttpProtocolRequest.filtered(FilterChainEvent event)
           
 

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

Methods in org.norther.tammi.spray.servlet.chain with parameters of type FilterChainEvent
 void HttpServletRequestDecorator.completed(FilterChainEvent event)
           
 void HttpServletRequestDecorator.filtered(FilterChainEvent event)
           
 

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

Methods in org.norther.tammi.spray.terminal.chain with parameters of type FilterChainEvent
 void TerminalRequest.completed(FilterChainEvent event)
           
 void TerminalRequest.filtered(FilterChainEvent event)
           
 void TerminalResponse.filtered(FilterChainEvent event)
           
 



Copyright © 2004 The Norther Organization. All rights reserved.