Uses of Interface
org.glassfish.grizzly.asyncqueue.AsyncQueue
-
Packages that use AsyncQueue Package Description org.glassfish.grizzly.asyncqueue org.glassfish.grizzly.nio org.glassfish.grizzly.nio.transport -
-
Uses of AsyncQueue in org.glassfish.grizzly.asyncqueue
Subinterfaces of AsyncQueue in org.glassfish.grizzly.asyncqueue Modifier and Type Interface Description interfaceAsyncQueueReader<L>TheAsyncQueue, which implements asynchronous read queue.interfaceAsyncQueueWriter<L>TheAsyncQueue, which implements asynchronous write queue. -
Uses of AsyncQueue in org.glassfish.grizzly.nio
Classes in org.glassfish.grizzly.nio that implement AsyncQueue Modifier and Type Class Description classAbstractNIOAsyncQueueReaderTheAsyncQueueReaderimplementation, based on the Java NIOclassAbstractNIOAsyncQueueWriterTheAsyncQueueWriterimplementation, based on the Java NIO -
Uses of AsyncQueue in org.glassfish.grizzly.nio.transport
Classes in org.glassfish.grizzly.nio.transport that implement AsyncQueue Modifier and Type Class Description classTCPNIOAsyncQueueReaderThe TCP transportAsyncQueueReaderimplementation, based on the Java NIOclassTCPNIOAsyncQueueWriterThe TCP transportAsyncQueueWriterimplementation, based on the Java NIOclassUDPNIOAsyncQueueReaderThe UDP transportAsyncQueueReaderimplementation, based on the Java NIOclassUDPNIOAsyncQueueWriterThe UDP transportAsyncQueueWriterimplementation, based on the Java NIO
-