Uses of Interface
org.glassfish.grizzly.asyncqueue.AsyncQueueReader
-
Packages that use AsyncQueueReader Package Description org.glassfish.grizzly.asyncqueue org.glassfish.grizzly.nio org.glassfish.grizzly.nio.transport -
-
Uses of AsyncQueueReader in org.glassfish.grizzly.asyncqueue
Methods in org.glassfish.grizzly.asyncqueue that return AsyncQueueReader Modifier and Type Method Description AsyncQueueReader<L>AsyncQueueIO. getReader()GetAsyncQueueReaderimplementation.AsyncQueueReader<L>AsyncQueueIO.ImmutableAsyncQueueIO. getReader()GetAsyncQueueReaderimplementation.AsyncQueueReader<L>AsyncQueueIO.MutableAsyncQueueIO. getReader()GetAsyncQueueReaderimplementation.Methods in org.glassfish.grizzly.asyncqueue with parameters of type AsyncQueueReader Modifier and Type Method Description static <L> AsyncQueueIO<L>AsyncQueueIO.Factory. createImmutable(AsyncQueueReader<L> reader, AsyncQueueWriter<L> writer)static <L> AsyncQueueIO.MutableAsyncQueueIO<L>AsyncQueueIO.Factory. createMutable(AsyncQueueReader<L> reader, AsyncQueueWriter<L> writer)voidAsyncQueueIO.MutableAsyncQueueIO. setReader(AsyncQueueReader<L> reader) -
Uses of AsyncQueueReader in org.glassfish.grizzly.nio
Classes in org.glassfish.grizzly.nio that implement AsyncQueueReader Modifier and Type Class Description classAbstractNIOAsyncQueueReaderTheAsyncQueueReaderimplementation, based on the Java NIO -
Uses of AsyncQueueReader in org.glassfish.grizzly.nio.transport
Classes in org.glassfish.grizzly.nio.transport that implement AsyncQueueReader Modifier and Type Class Description classTCPNIOAsyncQueueReaderThe TCP transportAsyncQueueReaderimplementation, based on the Java NIOclassUDPNIOAsyncQueueReaderThe UDP transportAsyncQueueReaderimplementation, based on the Java NIO
-