public interface NioTlsChannelInterface
| Modifier and Type | Method and Description |
|---|---|
void |
addPlaintextBytes(byte[] bytes)
Add plain text data in the queue.
|
ByteBuffer |
prepareAppDataBuffer()
Initialize the buffer again.
|
ByteBuffer |
prepareEncryptedDataBuffer()
Initialize the buffer again.
|
void |
sendEncryptedData(byte[] msg)
Be able to send already encrypted data or metadata or some SSL frame padding to comply with some extension
|
void sendEncryptedData(byte[] msg)
throws IOException
msg - IOExceptionByteBuffer prepareAppDataBuffer()
ByteBuffer prepareEncryptedDataBuffer()
Copyright © 2014. All Rights Reserved.