com.sun.grizzly.nio.transport
Class UDPNIOTemporarySelectorReader

java.lang.Object
  extended by com.sun.grizzly.AbstractReader<SocketAddress>
      extended by com.sun.grizzly.nio.tmpselectors.TemporarySelectorReader
          extended by com.sun.grizzly.nio.transport.UDPNIOTemporarySelectorReader
All Implemented Interfaces:
Reader<SocketAddress>

public class UDPNIOTemporarySelectorReader
extends TemporarySelectorReader

Author:
oleksiys

Field Summary
 
Fields inherited from class com.sun.grizzly.nio.tmpselectors.TemporarySelectorReader
DEFAULT_BUFFER_SIZE, defaultBufferSize, transport
 
Fields inherited from interface com.sun.grizzly.Reader
COMPLETE_EVENT, INCOMPLETE_EVENT, READ_EVENT
 
Constructor Summary
UDPNIOTemporarySelectorReader(UDPNIOTransport transport)
           
 
Method Summary
protected  int readNow0(Connection connection, Buffer buffer, ReadResult currentResult)
           
 
Methods inherited from class com.sun.grizzly.nio.tmpselectors.TemporarySelectorReader
acquireBuffer, getTimeout, getTransport, read, read, read0, setTimeout
 
Methods inherited from class com.sun.grizzly.AbstractReader
read, read, read
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UDPNIOTemporarySelectorReader

public UDPNIOTemporarySelectorReader(UDPNIOTransport transport)
Method Detail

readNow0

protected int readNow0(Connection connection,
                       Buffer buffer,
                       ReadResult currentResult)
                throws IOException
Specified by:
readNow0 in class TemporarySelectorReader
Throws:
IOException


Copyright © 2009 SUN Microsystems. All Rights Reserved.