public final class UnlimitedDataChannel extends AbstractDataChannel
| Constructor and Description |
|---|
UnlimitedDataChannel(int a_channelId,
Multiplexer a_parentMultiplexer,
AbstractDataChain a_parentDataChain,
MixCipherChain a_mixCipherChain) |
| Modifier and Type | Method and Description |
|---|---|
void |
multiplexerClosed()
This method is called on every channel in the channel-table after the
multiplexer is closed.
|
void |
organizeChannelClose() |
boolean |
processSendOrder(DataChainSendOrderStructure a_order)
Creates and sends an order as a DATA or OPEN MixPacket.
|
getChannelMessageQueue, getDataChain, getMixCipherChain, getNextPacketRecommandedOutputBlocksize, processReceivedPacketcreateEmptyMixPacket, deleteChannel, isClosed, sendPacketpublic UnlimitedDataChannel(int a_channelId,
Multiplexer a_parentMultiplexer,
AbstractDataChain a_parentDataChain,
MixCipherChain a_mixCipherChain)
public void organizeChannelClose()
organizeChannelClose in class AbstractDataChannelpublic boolean processSendOrder(DataChainSendOrderStructure a_order)
processSendOrder in class AbstractDataChannelpublic void multiplexerClosed()
AbstractChannelmultiplexerClosed in class AbstractChannelCopyright © 2023. All rights reserved.