Uses of Interface
org.glassfish.grizzly.Writer
-
Packages that use Writer Package Description org.glassfish.grizzly org.glassfish.grizzly.asyncqueue org.glassfish.grizzly.nio org.glassfish.grizzly.nio.tmpselectors org.glassfish.grizzly.nio.transport -
-
Uses of Writer in org.glassfish.grizzly
Classes in org.glassfish.grizzly that implement Writer Modifier and Type Class Description classAbstractWriter<L>Abstract class, which provides transitive dependencies for overloadedWritermethods.Methods in org.glassfish.grizzly that return Writer Modifier and Type Method Description WriterTransport. getWriter(boolean isBlocking)Get theWriterimplementation, depending on the requested mode.WriterTransport. getWriter(Connection connection)Get theWriterto write data to theConnection. -
Uses of Writer in org.glassfish.grizzly.asyncqueue
Subinterfaces of Writer in org.glassfish.grizzly.asyncqueue Modifier and Type Interface Description interfaceAsyncQueueWriter<L>TheAsyncQueue, which implements asynchronous write queue. -
Uses of Writer in org.glassfish.grizzly.nio
Classes in org.glassfish.grizzly.nio that implement Writer Modifier and Type Class Description classAbstractNIOAsyncQueueWriterTheAsyncQueueWriterimplementation, based on the Java NIO -
Uses of Writer in org.glassfish.grizzly.nio.tmpselectors
Classes in org.glassfish.grizzly.nio.tmpselectors that implement Writer Modifier and Type Class Description classTemporarySelectorWriterMethods in org.glassfish.grizzly.nio.tmpselectors that return Writer Modifier and Type Method Description Writer<SocketAddress>TemporarySelectorIO. getWriter()Constructors in org.glassfish.grizzly.nio.tmpselectors with parameters of type Writer Constructor Description TemporarySelectorIO(Reader<SocketAddress> reader, Writer<SocketAddress> writer)TemporarySelectorIO(Reader<SocketAddress> reader, Writer<SocketAddress> writer, TemporarySelectorPool selectorPool) -
Uses of Writer in org.glassfish.grizzly.nio.transport
Classes in org.glassfish.grizzly.nio.transport that implement Writer Modifier and Type Class Description classTCPNIOAsyncQueueWriterThe TCP transportAsyncQueueWriterimplementation, based on the Java NIOclassTCPNIOTemporarySelectorWriterclassUDPNIOAsyncQueueWriterThe UDP transportAsyncQueueWriterimplementation, based on the Java NIOclassUDPNIOTemporarySelectorWriterMethods in org.glassfish.grizzly.nio.transport that return Writer Modifier and Type Method Description Writer<SocketAddress>TCPNIOTransport. getWriter(boolean isBlocking)Get theWriterimplementation, depending on the requested mode.Writer<SocketAddress>TCPNIOTransport. getWriter(Connection connection)Get theWriterto write data to theConnection.WriterUDPNIOTransport. getWriter(boolean isBlocking)Get theWriterimplementation, depending on the requested mode.WriterUDPNIOTransport. getWriter(Connection connection)Get theWriterto write data to theConnection.
-