Uses of Interface
org.glassfish.grizzly.filterchain.FilterChainEvent
-
Packages that use FilterChainEvent Package Description 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 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.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)
-