Uses of Interface
com.sun.grizzly.nio.NIOConnection

Packages that use NIOConnection
com.sun.grizzly.nio   
com.sun.grizzly.nio.transport   
 

Uses of NIOConnection in com.sun.grizzly.nio
 

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

Methods in com.sun.grizzly.nio that return NIOConnection
 NIOConnection DefaultSelectionKeyHandler.getConnectionForKey(SelectionKey selectionKey)
           
 NIOConnection SelectionKeyHandler.getConnectionForKey(SelectionKey selectionKey)
           
 

Methods in com.sun.grizzly.nio with parameters of type NIOConnection
 void DefaultSelectionKeyHandler.setConnectionForKey(NIOConnection connection, SelectionKey selectionKey)
           
 void SelectionKeyHandler.setConnectionForKey(NIOConnection connection, SelectionKey selectionKey)
           
 

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

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

Methods in com.sun.grizzly.nio.transport that return NIOConnection
protected  NIOConnection UDPNIOTransport.obtainNIOConnection(DatagramChannel channel)
           
protected  NIOConnection TCPNIOTransport.obtainNIOConnection(SocketChannel channel)
           
 



Copyright © 2009 SUN Microsystems. All Rights Reserved.