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, write
public SslEngineByteBufferOutputStream(SSLEngine sslEngine, ByteBuffer plainOut, ByteBuffer cypherOut, WritableByteChannel channel)
public void write(int b) throws IOException
write
in class OutputStream
IOException
public void flush() throws IOException
flush
in interface Flushable
flush
in class OutputStream
IOException
Copyright © 2022 VMware, Inc. or its affiliates.. All rights reserved.