Uses of Interface
org.glassfish.grizzly.asyncqueue.AsyncQueueIO
-
Packages that use AsyncQueueIO Package Description org.glassfish.grizzly.asyncqueue org.glassfish.grizzly.nio.transport -
-
Uses of AsyncQueueIO in org.glassfish.grizzly.asyncqueue
Classes in org.glassfish.grizzly.asyncqueue that implement AsyncQueueIO Modifier and Type Class Description static classAsyncQueueIO.ImmutableAsyncQueueIO<L>static classAsyncQueueIO.MutableAsyncQueueIO<L>Methods in org.glassfish.grizzly.asyncqueue that return AsyncQueueIO Modifier and Type Method Description static <L> AsyncQueueIO<L>AsyncQueueIO.Factory. createImmutable(AsyncQueueReader<L> reader, AsyncQueueWriter<L> writer)AsyncQueueIOAsyncQueueEnabledTransport. getAsyncQueueIO()Get asynchronous queue implementation. -
Uses of AsyncQueueIO in org.glassfish.grizzly.nio.transport
Fields in org.glassfish.grizzly.nio.transport declared as AsyncQueueIO Modifier and Type Field Description protected AsyncQueueIO<SocketAddress>UDPNIOTransport. asyncQueueIOTransport AsyncQueueIOMethods in org.glassfish.grizzly.nio.transport that return AsyncQueueIO Modifier and Type Method Description AsyncQueueIO<SocketAddress>TCPNIOTransport. getAsyncQueueIO()AsyncQueueIOUDPNIOTransport. getAsyncQueueIO()
-