org.glassfish.grizzly
Interface Closeable<E extends Closeable>

All Known Subinterfaces:
Connection<L>
All Known Implementing Classes:
NIOConnection, TCPNIOConnection, TCPNIOServerConnection, UDPNIOConnection, UDPNIOServerConnection

public interface Closeable<E extends Closeable>

General asynchronous closable interface.

Author:
Alexey Stashok

Method Summary
 GrizzlyFuture<E> close()
           
 void close(CompletionHandler<E> completionHandler)
           
 

Method Detail

close

GrizzlyFuture<E> close()

close

void close(CompletionHandler<E> completionHandler)


Copyright © 2012 Oracle Corporation. All Rights Reserved.