Class | Description |
---|---|
BNS |
This is the main process for the Barrier Name Server.
|
BNSMessage |
A message sent between a BNS and a BNSService.
|
BNSMessageProtocol |
This class defines the message types that can be sent to and from the CNS.
|
BNSNetworkMessageFilter |
This filter is used by the BNS and BNSService to transmit messages between one another in a manner that is platform
independent.
|
BNSNetworkMessageFilter.FilterRX |
The filter used to convert an array of bytes back into a BNSMessage
|
BNSNetworkMessageFilter.FilterTX |
The encoding filter used to convert a BNSMessage into bytes
|
BNSService |
This is the service object used to register and resolve barrier names with a Barrier Name Server.
|