Uses of Interface
org.glassfish.grizzly.asyncqueue.AsyncQueueReader
Packages that use AsyncQueueReader
Package
Description
-
Uses of AsyncQueueReader in org.glassfish.grizzly.asyncqueue
Methods in org.glassfish.grizzly.asyncqueue that return AsyncQueueReaderModifier and TypeMethodDescriptionAsyncQueueIO.getReader()GetAsyncQueueReaderimplementation.AsyncQueueIO.ImmutableAsyncQueueIO.getReader()GetAsyncQueueReaderimplementation.AsyncQueueIO.MutableAsyncQueueIO.getReader()GetAsyncQueueReaderimplementation.Methods in org.glassfish.grizzly.asyncqueue with parameters of type AsyncQueueReaderModifier and TypeMethodDescriptionstatic <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 AsyncQueueReaderModifier and TypeClassDescriptionclassTheAsyncQueueReaderimplementation, based on the Java NIO -
Uses of AsyncQueueReader in org.glassfish.grizzly.nio.transport
Classes in org.glassfish.grizzly.nio.transport that implement AsyncQueueReaderModifier and TypeClassDescriptionfinal classThe TCP transportAsyncQueueReaderimplementation, based on the Java NIOfinal classThe UDP transportAsyncQueueReaderimplementation, based on the Java NIO