Uses of Interface
org.glassfish.grizzly.Writer
Packages that use Writer
Package
Description
-
Uses of Writer in org.glassfish.grizzly
Classes in org.glassfish.grizzly that implement WriterModifier and TypeClassDescriptionclassAbstract class, which provides transitive dependencies for overloadedWritermethods.Methods in org.glassfish.grizzly that return WriterModifier and TypeMethodDescriptionTransport.getWriter(boolean isBlocking) Get theWriterimplementation, depending on the requested mode.Transport.getWriter(Connection connection) Get theWriterto write data to theConnection. -
Uses of Writer in org.glassfish.grizzly.asyncqueue
Subinterfaces of Writer in org.glassfish.grizzly.asyncqueueModifier and TypeInterfaceDescriptioninterfaceTheAsyncQueue, which implements asynchronous write queue. -
Uses of Writer in org.glassfish.grizzly.nio
Classes in org.glassfish.grizzly.nio that implement WriterModifier and TypeClassDescriptionclassTheAsyncQueueWriterimplementation, based on the Java NIO -
Uses of Writer in org.glassfish.grizzly.nio.tmpselectors
Classes in org.glassfish.grizzly.nio.tmpselectors that implement WriterMethods in org.glassfish.grizzly.nio.tmpselectors that return WriterConstructors in org.glassfish.grizzly.nio.tmpselectors with parameters of type WriterModifierConstructorDescriptionTemporarySelectorIO(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 WriterModifier and TypeClassDescriptionfinal classThe TCP transportAsyncQueueWriterimplementation, based on the Java NIOfinal classfinal classThe UDP transportAsyncQueueWriterimplementation, based on the Java NIOfinal classMethods in org.glassfish.grizzly.nio.transport that return WriterModifier and TypeMethodDescriptionTCPNIOTransport.getWriter(boolean isBlocking) Get theWriterimplementation, depending on the requested mode.TCPNIOTransport.getWriter(Connection connection) Get theWriterto write data to theConnection.UDPNIOTransport.getWriter(boolean isBlocking) Get theWriterimplementation, depending on the requested mode.UDPNIOTransport.getWriter(Connection connection) Get theWriterto write data to theConnection.