Uses of Interface
org.glassfish.grizzly.asyncqueue.AsyncQueueWriter
Packages that use AsyncQueueWriter
Package
Description
-
Uses of AsyncQueueWriter in org.glassfish.grizzly.asyncqueue
Methods in org.glassfish.grizzly.asyncqueue that return AsyncQueueWriterModifier and TypeMethodDescriptionAsyncQueueIO.getWriter()GetAsyncQueueWriterimplementation.AsyncQueueIO.ImmutableAsyncQueueIO.getWriter()GetAsyncQueueWriterimplementation.AsyncQueueIO.MutableAsyncQueueIO.getWriter()GetAsyncQueueWriterimplementation.Methods in org.glassfish.grizzly.asyncqueue with parameters of type AsyncQueueWriterModifier 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.setWriter(AsyncQueueWriter<L> writer) -
Uses of AsyncQueueWriter in org.glassfish.grizzly.nio
Classes in org.glassfish.grizzly.nio that implement AsyncQueueWriterModifier and TypeClassDescriptionclassTheAsyncQueueWriterimplementation, based on the Java NIO -
Uses of AsyncQueueWriter in org.glassfish.grizzly.nio.transport
Classes in org.glassfish.grizzly.nio.transport that implement AsyncQueueWriterModifier and TypeClassDescriptionfinal classThe TCP transportAsyncQueueWriterimplementation, based on the Java NIOfinal classThe UDP transportAsyncQueueWriterimplementation, based on the Java NIO