org.glassfish.grizzly.ssl
Class SSLStreamReader

java.lang.Object
  extended by org.glassfish.grizzly.streams.AbstractStreamReader
      extended by org.glassfish.grizzly.streams.TransformerStreamReader
          extended by org.glassfish.grizzly.ssl.SSLStreamReader
All Implemented Interfaces:
java.io.Closeable, Stream, StreamReader

public class SSLStreamReader
extends TransformerStreamReader

SSL aware StreamReader implementation, which work like a wrapper over existing StreamReader.

Author:
Alexey Stashok
See Also:
SSLStreamWriter

Field Summary
 
Fields inherited from class org.glassfish.grizzly.streams.AbstractStreamReader
connection, input, isClosed
 
Constructor Summary
SSLStreamReader(StreamReader underlyingReader)
           
 
Method Summary
 
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

SSLStreamReader

public SSLStreamReader(StreamReader underlyingReader)


Copyright © 2011 Oracle Corpration. All Rights Reserved.