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

Packages that use NIOTransport
org.glassfish.grizzly.nio   
org.glassfish.grizzly.nio.transport   
org.glassfish.grizzly.strategies   
 

Uses of NIOTransport in org.glassfish.grizzly.nio
 

Classes in org.glassfish.grizzly.nio that implement NIOTransport
 class AbstractNIOTransport
           
 

Fields in org.glassfish.grizzly.nio declared as NIOTransport
protected  NIOTransport AbstractNIOAsyncQueueReader.transport
           
protected  NIOTransport AbstractNIOAsyncQueueWriter.transport
           
protected  NIOTransport AbstractNIOConnection.transport
           
 

Methods in org.glassfish.grizzly.nio that return NIOTransport
 NIOTransport SelectorRunner.getTransport()
           
 

Constructors in org.glassfish.grizzly.nio with parameters of type NIOTransport
AbstractNIOAsyncQueueReader(NIOTransport transport)
           
AbstractNIOAsyncQueueWriter(NIOTransport transport)
           
AbstractNIOConnection(NIOTransport transport)
           
SelectorRunner(NIOTransport transport)
           
SelectorRunner(NIOTransport transport, Selector selector)
           
 

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

Classes in org.glassfish.grizzly.nio.transport that implement NIOTransport
 class TCPNIOTransport
          TCP Transport NIO implementation
 class UDPNIOTransport
          UDP NIO transport implementation
 

Constructors in org.glassfish.grizzly.nio.transport with parameters of type NIOTransport
TCPNIOAsyncQueueReader(NIOTransport transport)
           
TCPNIOAsyncQueueWriter(NIOTransport transport)
           
UDPNIOAsyncQueueReader(NIOTransport transport)
           
UDPNIOAsyncQueueWriter(NIOTransport transport)
           
 

Uses of NIOTransport in org.glassfish.grizzly.strategies
 

Constructors in org.glassfish.grizzly.strategies with parameters of type NIOTransport
LeaderFollowerStrategy(NIOTransport transport)
           
SimpleDynamicStrategy(NIOTransport transport)
           
 



Copyright © 2009 SUN Microsystems. All Rights Reserved.