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.http
Classes in org.glassfish.grizzly.http that implement FilterChainEventModifier and TypeClassDescriptionstatic final classstatic final classstatic final classstatic final classFields in org.glassfish.grizzly.http declared as FilterChainEventModifier and TypeFieldDescriptionstatic final FilterChainEventHttpServerFilter.RESPONSE_COMPLETE_EVENTMethods in org.glassfish.grizzly.http with parameters of type FilterChainEventModifier and TypeMethodDescriptionHttpClientFilter.handleEvent(FilterChainContext ctx, FilterChainEvent event) HttpServerFilter.handleEvent(FilterChainContext ctx, FilterChainEvent event) -
Uses of FilterChainEvent in org.glassfish.grizzly.http.ajp
Methods in org.glassfish.grizzly.http.ajp with parameters of type FilterChainEventModifier and TypeMethodDescriptionAjpHandlerFilter.handleEvent(FilterChainContext ctx, FilterChainEvent event) Handling Http request completion event sent by Http server filter and send the Ajp end response message. -
Uses of FilterChainEvent in org.glassfish.grizzly.http.server
Methods in org.glassfish.grizzly.http.server with parameters of type FilterChainEventModifier and TypeMethodDescriptionHttpServerFilter.handleEvent(FilterChainContext ctx, FilterChainEvent event) -
Uses of FilterChainEvent in org.glassfish.grizzly.http.server.http2
Classes in org.glassfish.grizzly.http.server.http2 that implement FilterChainEventModifier and TypeClassDescriptionclassAFilterChainEventto trigger an HTTP/2 push promise and trigger a new request to be sent upstream to generate a response for said push promise. -
Uses of FilterChainEvent in org.glassfish.grizzly.http2
Methods in org.glassfish.grizzly.http2 with parameters of type FilterChainEventModifier and TypeMethodDescriptionHttp2BaseFilter.handleEvent(FilterChainContext ctx, FilterChainEvent event) Http2ClientFilter.handleEvent(FilterChainContext ctx, FilterChainEvent event) Http2ServerFilter.handleEvent(FilterChainContext ctx, FilterChainEvent event) -
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.portunif
Methods in org.glassfish.grizzly.portunif with parameters of type FilterChainEventModifier and TypeMethodDescriptionBackChannelFilter.handleEvent(FilterChainContext ctx, FilterChainEvent event) PUFilter.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)