Uses of Interface
org.glassfish.grizzly.Writer

Packages that use Writer
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
 class AbstractWriter<L>
          Abstract class, which provides transitive dependencies for overloaded Writer methods.
 

Methods in org.glassfish.grizzly that return Writer
 Writer Transport.getWriter(boolean isBlocking)
          Get the Writer implementation, depending on the requested mode.
 Writer Transport.getWriter(Connection connection)
          Get the Writer to write data to the Connection.
 

Uses of Writer in org.glassfish.grizzly.asyncqueue
 

Subinterfaces of Writer in org.glassfish.grizzly.asyncqueue
 interface AsyncQueueWriter<L>
          The AsyncQueue, which implements asynchronous write queue.
 

Uses of Writer in org.glassfish.grizzly.nio
 

Classes in org.glassfish.grizzly.nio that implement Writer
 class AbstractNIOAsyncQueueWriter
          The AsyncQueueWriter implementation, based on the Java NIO
 

Uses of Writer in org.glassfish.grizzly.nio.tmpselectors
 

Classes in org.glassfish.grizzly.nio.tmpselectors that implement Writer
 class TemporarySelectorWriter
           
 

Methods in org.glassfish.grizzly.nio.tmpselectors that return Writer
 Writer<java.net.SocketAddress> TemporarySelectorIO.getWriter()
           
 

Constructors in org.glassfish.grizzly.nio.tmpselectors with parameters of type Writer
TemporarySelectorIO(Reader<java.net.SocketAddress> reader, Writer<java.net.SocketAddress> writer)
           
TemporarySelectorIO(Reader<java.net.SocketAddress> reader, Writer<java.net.SocketAddress> writer, TemporarySelectorPool selectorPool)
           
 

Uses of Writer in org.glassfish.grizzly.nio.transport
 

Classes in org.glassfish.grizzly.nio.transport that implement Writer
 class TCPNIOAsyncQueueWriter
          The TCP transport AsyncQueueWriter implementation, based on the Java NIO
 class TCPNIOTemporarySelectorWriter
           
 class UDPNIOAsyncQueueWriter
          The UDP transport AsyncQueueWriter implementation, based on the Java NIO
 class UDPNIOTemporarySelectorWriter
           
 

Methods in org.glassfish.grizzly.nio.transport that return Writer
 Writer UDPNIOTransport.getWriter(boolean isBlocking)
          Get the Writer implementation, depending on the requested mode.
 Writer<java.net.SocketAddress> TCPNIOTransport.getWriter(boolean isBlocking)
          Get the Writer implementation, depending on the requested mode.
 Writer UDPNIOTransport.getWriter(Connection connection)
          Get the Writer to write data to the Connection.
 Writer<java.net.SocketAddress> TCPNIOTransport.getWriter(Connection connection)
          Get the Writer to write data to the Connection.
 



Copyright © 2012 Oracle Corporation. All Rights Reserved.