Class | Description |
---|---|
CNS |
This class is the Channel Name Server's main server process class.
|
CNSMessage |
A message sent between a CNS and a CNSService.
|
CNSMessageProtocol |
This class defines the message types that can be sent to and from the CNS.
|
CNSNetworkMessageFilter |
This filter is used by the CNS and CNSService to transmit messages between one another in a manner that is platform
independent.
|
CNSNetworkMessageFilter.FilterRX |
The filter used to convert a CNSMessage from its byte representation back into an object
|
CNSNetworkMessageFilter.FilterTX |
The encoding filter used to convert a CNSMessage into bytes
|
CNSService |
This is the service object used to register and resolve channel names with a Channel Name Server.
|