Uses of Interface
org.glassfish.grizzly.filterchain.FilterChainEvent

Packages that use FilterChainEvent
org.glassfish.grizzly.filterchain   
org.glassfish.grizzly.nio.transport   
org.glassfish.grizzly.ssl   
 

Uses of FilterChainEvent in org.glassfish.grizzly.filterchain
 

Classes in org.glassfish.grizzly.filterchain that implement FilterChainEvent
static class TransportFilter.FlushEvent
           
 

Fields in org.glassfish.grizzly.filterchain declared as FilterChainEvent
protected  FilterChainEvent FilterChainContext.event
          Context associated event, if EVENT operation
 

Methods in org.glassfish.grizzly.filterchain that return FilterChainEvent
static FilterChainEvent TransportFilter.createFlushEvent()
           
static FilterChainEvent TransportFilter.createFlushEvent(CompletionHandler completionHandler)
           
 

Methods in org.glassfish.grizzly.filterchain with parameters of type FilterChainEvent
 void FilterChain.fireEventDownstream(Connection connection, FilterChainEvent event, CompletionHandler<FilterChainContext> completionHandler)
           
 void DefaultFilterChain.fireEventDownstream(Connection connection, FilterChainEvent event, CompletionHandler<FilterChainContext> completionHandler)
           
 void FilterChain.fireEventUpstream(Connection connection, FilterChainEvent event, CompletionHandler<FilterChainContext> completionHandler)
           
 void DefaultFilterChain.fireEventUpstream(Connection connection, FilterChainEvent event, CompletionHandler<FilterChainContext> completionHandler)
           
 NextAction TransportFilter.handleEvent(FilterChainContext ctx, FilterChainEvent event)
          Delegates event operation to Transport's specific transport filter.
 NextAction Filter.handleEvent(FilterChainContext ctx, FilterChainEvent event)
          Handle custom event associated with the Connection.
 NextAction BaseFilter.handleEvent(FilterChainContext ctx, FilterChainEvent event)
          Handle custom event associated with the Connection.
 void FilterChainContext.notifyDownstream(FilterChainEvent event)
           
 void FilterChainContext.notifyDownstream(FilterChainEvent event, CompletionHandler<FilterChainContext> completionHandler)
           
 void FilterChainContext.notifyUpstream(FilterChainEvent event)
           
 void FilterChainContext.notifyUpstream(FilterChainEvent event, CompletionHandler<FilterChainContext> completionHandler)
           
 

Uses of FilterChainEvent in org.glassfish.grizzly.nio.transport
 

Methods in org.glassfish.grizzly.nio.transport with parameters of type FilterChainEvent
 NextAction UDPNIOTransportFilter.handleEvent(FilterChainContext ctx, FilterChainEvent event)
           
 NextAction TCPNIOTransportFilter.handleEvent(FilterChainContext ctx, FilterChainEvent event)
           
 

Uses of FilterChainEvent in org.glassfish.grizzly.ssl
 

Classes in org.glassfish.grizzly.ssl that implement FilterChainEvent
static class SSLFilter.CertificateEvent
           
 

Methods in org.glassfish.grizzly.ssl with parameters of type FilterChainEvent
 NextAction SSLFilter.handleEvent(FilterChainContext ctx, FilterChainEvent event)
           
 



Copyright © 2012 Oracle Corporation. All Rights Reserved.