Uses of Interface
org.glassfish.grizzly.Closeable

Packages that use Closeable
org.glassfish.grizzly   
org.glassfish.grizzly.nio   
org.glassfish.grizzly.nio.transport   
 

Uses of Closeable in org.glassfish.grizzly
 

Subinterfaces of Closeable in org.glassfish.grizzly
 interface Connection<L>
          Common interface, which represents any kind of connection.
 interface Readable<L>
          Implementations of this interface are able to read data from internal source to a Buffer.
 interface Writable<L>
          Implementations of this interface are able to write data from a Buffer.
 

Uses of Closeable in org.glassfish.grizzly.nio
 

Classes in org.glassfish.grizzly.nio that implement Closeable
 class NIOConnection
          Common Connection implementation for Java NIO Connections.
 

Uses of Closeable in org.glassfish.grizzly.nio.transport
 

Classes in org.glassfish.grizzly.nio.transport that implement Closeable
 class TCPNIOConnection
          Connection implementation for the TCPNIOTransport
 class TCPNIOServerConnection
           
 class UDPNIOConnection
          Connection implementation for the UDPNIOTransport
 class UDPNIOServerConnection
          Server Connection implementation for the UDPNIOTransport
 



Copyright © 2011 Oracle Corpration. All Rights Reserved.