Uses of Class
org.glassfish.grizzly.asyncqueue.AsyncQueueIO

Packages that use AsyncQueueIO
org.glassfish.grizzly.asyncqueue   
org.glassfish.grizzly.nio.transport   
 

Uses of AsyncQueueIO in org.glassfish.grizzly.asyncqueue
 

Methods in org.glassfish.grizzly.asyncqueue that return AsyncQueueIO
 AsyncQueueIO AsyncQueueEnabledTransport.getAsyncQueueIO()
          Get asynchronous queue implementation.
 

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

Fields in org.glassfish.grizzly.nio.transport declared as AsyncQueueIO
protected  AsyncQueueIO<java.net.SocketAddress> UDPNIOTransport.asyncQueueIO
          Transport AsyncQueueIO
 

Methods in org.glassfish.grizzly.nio.transport that return AsyncQueueIO
 AsyncQueueIO UDPNIOTransport.getAsyncQueueIO()
           
 AsyncQueueIO<java.net.SocketAddress> TCPNIOTransport.getAsyncQueueIO()
           
 



Copyright © 2011 Oracle Corpration. All Rights Reserved.