Class TransportFilter.FlushEvent
- java.lang.Object
-
- org.glassfish.grizzly.filterchain.TransportFilter.FlushEvent
-
- All Implemented Interfaces:
FilterChainEvent
- Enclosing class:
- TransportFilter
public static final class TransportFilter.FlushEvent extends java.lang.Object implements FilterChainEvent
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.ObjectTYPE
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CompletionHandlergetCompletionHandler()java.lang.Objecttype()
-
-
-
Method Detail
-
type
public java.lang.Object type()
- Specified by:
typein interfaceFilterChainEvent
-
getCompletionHandler
public CompletionHandler getCompletionHandler()
-
-