org.glassfish.grizzly.nio.transport
Class DefaultStreamReader

java.lang.Object
  extended by org.glassfish.grizzly.streams.AbstractStreamReader
      extended by org.glassfish.grizzly.nio.transport.DefaultStreamReader
All Implemented Interfaces:
java.io.Closeable, Stream, StreamReader

public final class DefaultStreamReader
extends AbstractStreamReader

Author:
Alexey Stashok

Nested Class Summary
static class DefaultStreamReader.Input
           
 
Field Summary
 
Fields inherited from class org.glassfish.grizzly.streams.AbstractStreamReader
connection, input, isClosed
 
Constructor Summary
DefaultStreamReader(Connection connection)
           
 
Method Summary
 DefaultStreamReader.Input getSource()
           
 
Methods inherited from class org.glassfish.grizzly.streams.AbstractStreamReader
available, close, decode, decode, getBufferWindow, getConnection, hasAvailable, isClosed, isSupportBufferWindow, notifyAvailable, notifyAvailable, notifyCondition, notifyCondition, readBoolean, readBooleanArray, readByte, readByteArray, readByteArray, readBytes, readChar, readCharArray, readDouble, readDoubleArray, readFloat, readFloatArray, readInt, readIntArray, readLong, readLongArray, readShort, readShortArray, skip, takeBufferWindow
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultStreamReader

public DefaultStreamReader(Connection connection)
Method Detail

getSource

public DefaultStreamReader.Input getSource()


Copyright © 2012 Oracle Corporation. All Rights Reserved.