Uses of Interface
org.glassfish.grizzly.nio.NIOConnection

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

Uses of NIOConnection in org.glassfish.grizzly.nio
 

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

Methods in org.glassfish.grizzly.nio that return NIOConnection
 NIOConnection DefaultSelectionKeyHandler.getConnectionForKey(SelectionKey selectionKey)
           
 NIOConnection SelectionKeyHandler.getConnectionForKey(SelectionKey selectionKey)
           
 

Methods in org.glassfish.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 org.glassfish.grizzly.nio.transport
 

Classes in org.glassfish.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 org.glassfish.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.