public class SslEngineByteBufferInputStream extends InputStream
| Constructor and Description |
|---|
SslEngineByteBufferInputStream(SSLEngine sslEngine,
ByteBuffer plainIn,
ByteBuffer cipherIn,
ReadableByteChannel channel) |
| Modifier and Type | Method and Description |
|---|---|
int |
read() |
available, close, mark, markSupported, read, read, reset, skippublic SslEngineByteBufferInputStream(SSLEngine sslEngine, ByteBuffer plainIn, ByteBuffer cipherIn, ReadableByteChannel channel)
public int read()
throws IOException
read in class InputStreamIOExceptionCopyright © 2017 Pivotal Software, Inc.. All rights reserved.