public class SslEngineByteBufferOutputStream extends OutputStream
| Constructor and Description |
|---|
SslEngineByteBufferOutputStream(SSLEngine sslEngine,
ByteBuffer plainOut,
ByteBuffer cypherOut,
WritableByteChannel channel) |
| Modifier and Type | Method and Description |
|---|---|
void |
flush() |
void |
write(int b) |
close, write, writepublic SslEngineByteBufferOutputStream(SSLEngine sslEngine, ByteBuffer plainOut, ByteBuffer cypherOut, WritableByteChannel channel)
public void write(int b)
throws IOException
write in class OutputStreamIOExceptionpublic void flush()
throws IOException
flush in interface Flushableflush in class OutputStreamIOExceptionCopyright © 2021 VMware, Inc. or its affiliates.. All rights reserved.