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