Uses of Interface
com.sun.grizzly.Readable

Packages that use Readable
com.sun.grizzly   
com.sun.grizzly.nio   
com.sun.grizzly.nio.transport   
com.sun.grizzly.utils   
 

Uses of Readable in com.sun.grizzly
 

Subinterfaces of Readable in com.sun.grizzly
 interface Connection<L>
          Common interface, which represents any kind of connection.
 

Uses of Readable in com.sun.grizzly.nio
 

Subinterfaces of Readable in com.sun.grizzly.nio
 interface NIOConnection
           
 

Classes in com.sun.grizzly.nio that implement Readable
 class AbstractNIOConnection
          Common Connection implementation for Java NIO Connections.
 

Uses of Readable in com.sun.grizzly.nio.transport
 

Classes in com.sun.grizzly.nio.transport that implement Readable
 class TCPNIOConnection
          Connection implementation for the TCPNIOTransport
 class TCPNIOServerConnection
           
 class UDPNIOConnection
          Connection implementation for the UDPNIOTransport
 class UDPNIOServerConnection
          Server Connection implementation for the UDPNIOTransport
 

Uses of Readable in com.sun.grizzly.utils
 

Methods in com.sun.grizzly.utils that return Readable
 Readable ReadableInputStream.getReadable()
           
 

Methods in com.sun.grizzly.utils with parameters of type Readable
 void ReadableInputStream.setReadable(Readable readable)
           
 



Copyright © 2009 SUN Microsystems. All Rights Reserved.