public interface NioTlsChannelInterface
Modifier and Type | Method and Description |
---|---|
void |
addPlaintextBytes(byte[] bytes)
Add plain text data in the queue.
|
ClientTransactionExt |
getEncapsulatedClientTransaction()
Returns the Client Transaction associated with this channel
|
SipStackImpl |
getSIPStack()
Returns the SIP Stack associated with this channel
|
ByteBuffer |
prepareAppDataBuffer()
Initialize the buffer again.
|
ByteBuffer |
prepareAppDataBuffer(int capacity)
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
- IOException
ByteBuffer prepareAppDataBuffer()
ByteBuffer prepareAppDataBuffer(int capacity)
ByteBuffer prepareEncryptedDataBuffer()
void addPlaintextBytes(byte[] bytes) throws Exception
bytes
- Exception
SipStackImpl getSIPStack()
ClientTransactionExt getEncapsulatedClientTransaction()
Copyright © 2016. All Rights Reserved.