public class ChannelTCPConnManagerEntry extends Object implements ITCPConnectionManagerEntry
ChannelRegistry through ChannelRegistryEntry.RegisterNozzle(RegisteredNozzle)
and waits for the next outlet to connect. Inlets initialized to
use the server will query the server to retrieve the socket they are interested
in based on the channel UUID they serve. From the above description it is obvious
that if an outlet opens a connection and then does not provide the channel UUID, no
other outlet can connect.
TODO fix denial of service?
TODO refactor comments to reflect currentITCPConnectionManagerEntry.NamedEntry| Constructor and Description |
|---|
ChannelTCPConnManagerEntry() |
public ITCPConnectionManagerEntry.NamedEntry GetName()
GetName in interface ITCPConnectionManagerEntrypublic void HandleConnection(Socket socket)
HandleConnection in interface ITCPConnectionManagerEntryCopyright © 2018. All Rights Reserved.