|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.io.InputStream
com.sun.grizzly.util.InputReader
com.sun.grizzly.ssl.SSLAsyncStream
public class SSLAsyncStream
This class add support for TLS|SSL to a InputReader.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class com.sun.grizzly.util.InputReader |
|---|
InputReader.ChannelType |
| Field Summary |
|---|
| Fields inherited from class com.sun.grizzly.util.InputReader |
|---|
byteBuffer, inputBB, key, readTimeout, sslEngine |
| Constructor Summary | |
|---|---|
SSLAsyncStream(java.nio.ByteBuffer byteBuffer)
|
|
| Method Summary | |
|---|---|
protected int |
doRead()
Read and decrypt bytes from the underlying SSL connections. |
| Methods inherited from class com.sun.grizzly.util.InputReader |
|---|
available, close, doClearRead, doSecureRead, getByteBuffer, getChannelType, getDefaultReadTimeout, getInputBB, getReadTimeout, getSslEngine, isSecure, markSupported, read, read, read, read, recycle, setByteBuffer, setChannelType, setDefaultReadTimeout, setInputBB, setReadTimeout, setSecure, setSelectionKey, setSslEngine |
| Methods inherited from class java.io.InputStream |
|---|
mark, reset, skip |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SSLAsyncStream(java.nio.ByteBuffer byteBuffer)
| Method Detail |
|---|
protected int doRead()
SSLUtils.
doRead in class InputReader
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||