| Interface | Description |
|---|---|
| Channel | Deprecated
Use
NetworkChannel instead. |
| NetworkChannel |
Represents a channel where data can be exchanged through the network.
|
| NetworkGuard |
Guards a
NetworkChannel by deciding whether remote sources are secure or not. |
| PacketHandler |
| Class | Description |
|---|---|
| AbstractNetworkChannel | |
| DirectNetworkGuard | |
| MultiplexedChannel | Deprecated
Use
NetworkChannel instead. |
| MultiplexedNetworkChannel | |
| PacketHandlerPipeline |
Pipeline that selects a capable
PacketHandler to process incoming packets. |
| RestrictedNetworkGuard |
NetworkGuard implementation that accepts traffic coming from within the local network only. |
| SbcNetworkGuard |
NetworkGuard implementation that accepts first packet from any source. |
| Exception | Description |
|---|---|
| PacketHandlerException |
Exception that is usually thrown when a
PacketHandler cannot handle
an incoming packet. |
Copyright © 2017 TeleStax, Inc.. All Rights Reserved.