Uses of Interface
org.glassfish.grizzly.filterchain.FilterChainEvent
-
-
Uses of FilterChainEvent in org.glassfish.grizzly.filterchain
Classes in org.glassfish.grizzly.filterchain that implement FilterChainEvent Modifier and Type Class Description classShutdownEventAn event thatFilterimplementations may listen for if special processing is required during a graceful shutdown.static classTransportFilter.FlushEventFields in org.glassfish.grizzly.filterchain declared as FilterChainEvent Modifier and Type Field Description protected FilterChainEventFilterChainContext. eventContext associated event, if EVENT operationMethods in org.glassfish.grizzly.filterchain that return FilterChainEvent Modifier and Type Method Description static FilterChainEventTransportFilter. createFlushEvent()static FilterChainEventTransportFilter. createFlushEvent(CompletionHandler completionHandler) -
Uses of FilterChainEvent in org.glassfish.grizzly.http
Classes in org.glassfish.grizzly.http that implement FilterChainEvent Modifier and Type Class Description static classHttpEvents.ChangePacketInProgressEventstatic classHttpEvents.IncomingHttpUpgradeEventstatic classHttpEvents.OutgoingHttpUpgradeEventstatic classHttpEvents.ResponseCompleteEventFields in org.glassfish.grizzly.http declared as FilterChainEvent Modifier and Type Field Description static FilterChainEventHttpServerFilter. RESPONSE_COMPLETE_EVENTMethods in org.glassfish.grizzly.http with parameters of type FilterChainEvent Modifier and Type Method Description NextActionHttpClientFilter. handleEvent(FilterChainContext ctx, FilterChainEvent event)NextActionHttpServerFilter. handleEvent(FilterChainContext ctx, FilterChainEvent event) -
Uses of FilterChainEvent in org.glassfish.grizzly.http.server
Methods in org.glassfish.grizzly.http.server with parameters of type FilterChainEvent Modifier and Type Method Description NextActionHttpServerFilter. 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 FilterChainEvent Modifier and Type Class Description classPushEventAFilterChainEventto 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.nio.transport
Methods in org.glassfish.grizzly.nio.transport with parameters of type FilterChainEvent Modifier and Type Method Description NextActionTCPNIOTransportFilter. handleEvent(FilterChainContext ctx, FilterChainEvent event)NextActionUDPNIOTransportFilter. handleEvent(FilterChainContext ctx, FilterChainEvent event) -
Uses of FilterChainEvent in org.glassfish.grizzly.ssl
Classes in org.glassfish.grizzly.ssl that implement FilterChainEvent Modifier and Type Class Description static classSSLBaseFilter.CertificateEventMethods in org.glassfish.grizzly.ssl with parameters of type FilterChainEvent Modifier and Type Method Description NextActionSSLBaseFilter. handleEvent(FilterChainContext ctx, FilterChainEvent event)NextActionSSLBaseFilter.SSLTransportFilterWrapper. handleEvent(FilterChainContext ctx, FilterChainEvent event)
-