| Package | Description |
|---|---|
| anon.client | |
| anon.client.replay | |
| anon.pay |
| Constructor and Description |
|---|
AbstractChannel(int a_channelId,
Multiplexer a_parentMultiplexer) |
AbstractControlChannel(int a_channelId,
Multiplexer a_parentMultiplexer,
IServiceContainer a_serviceContainer)
Sets up the control channel base and registers it with the given
multiplexer.
|
AbstractDataChannel(int a_channelId,
Multiplexer a_parentMultiplexer,
AbstractDataChain a_parentDataChain,
MixCipherChain a_mixCipherChain) |
DefaultDataChannelFactory(KeyExchangeManager a_keyExchangeManager,
Multiplexer a_multiplexer) |
DummyTrafficControlChannel(Multiplexer a_multiplexer,
IServiceContainer a_serviceContainer)
Creates a new DummyTrafficControlChannel instance.
|
SimulatedLimitedDataChannel(int a_channelId,
Multiplexer a_parentMultiplexer,
AbstractDataChain a_parentDataChain,
MixCipherChain a_mixCipherChain,
int a_downstreamPackets,
long a_channelTimeout) |
StreamedControlChannel(int a_channelId,
Multiplexer a_multiplexer,
IServiceContainer a_serviceContainer,
boolean bEncrypted) |
TestControlChannel(Multiplexer a_multiplexer,
IServiceContainer a_serviceContainer)
Creates a new DummyTrafficControlChannel instance.
|
UnlimitedDataChannel(int a_channelId,
Multiplexer a_parentMultiplexer,
AbstractDataChain a_parentDataChain,
MixCipherChain a_mixCipherChain) |
XmlControlChannel(int a_channelId,
Multiplexer a_multiplexer,
IServiceContainer a_serviceContainer,
boolean bEncrypted) |
| Constructor and Description |
|---|
ReplayControlChannel(Multiplexer a_multiplexer,
IServiceContainer a_serviceContainer) |
| Constructor and Description |
|---|
AIControlChannel(Multiplexer a_multiplexer,
PacketCounter a_packetCounter,
IServiceContainer a_serviceContainer,
MixCascade a_connectedCascade) |
Copyright © 2023. All rights reserved.