Uses of Interface
org.glassfish.grizzly.filterchain.FilterChainEvent
Packages that use FilterChainEvent
Package
Description
-
Uses of FilterChainEvent in org.glassfish.grizzly.filterchain
Classes in org.glassfish.grizzly.filterchain that implement FilterChainEventModifier and TypeClassDescriptionclassAn event thatFilterimplementations may listen for if special processing is required during a graceful shutdown.static final classFields in org.glassfish.grizzly.filterchain declared as FilterChainEventModifier and TypeFieldDescriptionprotected FilterChainEventFilterChainContext.eventContext associated event, if EVENT operationMethods in org.glassfish.grizzly.filterchain that return FilterChainEventModifier and TypeMethodDescriptionstatic FilterChainEventTransportFilter.createFlushEvent()static FilterChainEventTransportFilter.createFlushEvent(CompletionHandler completionHandler) Methods in org.glassfish.grizzly.filterchain with parameters of type FilterChainEventModifier and TypeMethodDescriptionvoidDefaultFilterChain.fireEventDownstream(Connection connection, FilterChainEvent event, CompletionHandler<FilterChainContext> completionHandler) voidFilterChain.fireEventDownstream(Connection connection, FilterChainEvent event, CompletionHandler<FilterChainContext> completionHandler) voidDefaultFilterChain.fireEventUpstream(Connection connection, FilterChainEvent event, CompletionHandler<FilterChainContext> completionHandler) voidFilterChain.fireEventUpstream(Connection connection, FilterChainEvent event, CompletionHandler<FilterChainContext> completionHandler) BaseFilter.handleEvent(FilterChainContext ctx, FilterChainEvent event) Handle custom event associated with theConnection.Filter.handleEvent(FilterChainContext ctx, FilterChainEvent event) Handle custom event associated with theConnection.TransportFilter.handleEvent(FilterChainContext ctx, FilterChainEvent event) Delegates event operation toTransport's specific transport filter.voidFilterChainContext.notifyDownstream(FilterChainEvent event) voidFilterChainContext.notifyDownstream(FilterChainEvent event, CompletionHandler<FilterChainContext> completionHandler) voidFilterChainContext.notifyUpstream(FilterChainEvent event) voidFilterChainContext.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 FilterChainEventModifier and TypeMethodDescriptionTCPNIOTransportFilter.handleEvent(FilterChainContext ctx, FilterChainEvent event) UDPNIOTransportFilter.handleEvent(FilterChainContext ctx, FilterChainEvent event) -
Uses of FilterChainEvent in org.glassfish.grizzly.ssl
Classes in org.glassfish.grizzly.ssl that implement FilterChainEventMethods in org.glassfish.grizzly.ssl with parameters of type FilterChainEventModifier and TypeMethodDescriptionSSLBaseFilter.handleEvent(FilterChainContext ctx, FilterChainEvent event) SSLBaseFilter.SSLTransportFilterWrapper.handleEvent(FilterChainContext ctx, FilterChainEvent event)