org.glassfish.grizzly.filterchain
Class TransportFilter.FlushEvent

java.lang.Object
  extended by org.glassfish.grizzly.filterchain.TransportFilter.FlushEvent
All Implemented Interfaces:
FilterChainEvent
Enclosing class:
TransportFilter

public static final class TransportFilter.FlushEvent
extends Object
implements FilterChainEvent


Field Summary
static Object TYPE
           
 
Method Summary
 CompletionHandler getCompletionHandler()
           
 Object type()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TYPE

public static final Object TYPE
Method Detail

type

public Object type()
Specified by:
type in interface FilterChainEvent

getCompletionHandler

public CompletionHandler getCompletionHandler()


Copyright © 2012 Oracle Corporation. All Rights Reserved.