org.glassfish.grizzly.nio.transport
Class TCPNIOTemporarySelectorWriter

java.lang.Object
  extended by org.glassfish.grizzly.AbstractWriter<SocketAddress>
      extended by org.glassfish.grizzly.nio.tmpselectors.TemporarySelectorWriter
          extended by org.glassfish.grizzly.nio.transport.TCPNIOTemporarySelectorWriter
All Implemented Interfaces:
Writer<SocketAddress>

public class TCPNIOTemporarySelectorWriter
extends TemporarySelectorWriter

Author:
oleksiys

Field Summary
 
Fields inherited from class org.glassfish.grizzly.nio.tmpselectors.TemporarySelectorWriter
transport
 
Constructor Summary
TCPNIOTemporarySelectorWriter(TCPNIOTransport transport)
           
 
Method Summary
protected  int writeNow0(Connection connection, SocketAddress dstAddress, Buffer buffer, WriteResult currentResult)
           
 
Methods inherited from class org.glassfish.grizzly.nio.tmpselectors.TemporarySelectorWriter
getTimeout, getTransport, setTimeout, write, write, write0
 
Methods inherited from class org.glassfish.grizzly.AbstractWriter
write, write, write, write, write
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TCPNIOTemporarySelectorWriter

public TCPNIOTemporarySelectorWriter(TCPNIOTransport transport)
Method Detail

writeNow0

protected int writeNow0(Connection connection,
                        SocketAddress dstAddress,
                        Buffer buffer,
                        WriteResult currentResult)
                 throws IOException
Specified by:
writeNow0 in class TemporarySelectorWriter
Throws:
IOException


Copyright © 2009 SUN Microsystems. All Rights Reserved.