java.lang.Object
org.glassfish.grizzly.streams.AbstractStreamReader
org.glassfish.grizzly.streams.TransformerStreamReader
org.glassfish.grizzly.ssl.SSLStreamReader
- All Implemented Interfaces:
Closeable,AutoCloseable,Stream,StreamReader
SSL aware
StreamReader implementation, which work like a wrapper over existing StreamReader.- Author:
- Alexey Stashok
- See Also:
-
Field Summary
Fields inherited from class org.glassfish.grizzly.streams.AbstractStreamReader
connection, input, isClosed -
Constructor Summary
Constructors -
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
-
Constructor Details
-
SSLStreamReader
-