sul.protocol.hncom2.login

Packets used during the authentication process to exchange informations.

Members

Aliases

Packets
alias Packets = TypeTuple!(ConnectionRequest, ConnectionResponse, HubInfo, NodeInfo)
Undocumented in source.

Classes

ConnectionRequest
class ConnectionRequest

First real packet sent by the client with its informations.

ConnectionResponse
class ConnectionResponse

Reply sent after the ConnectionRequest packet if the node's ip has been accepted. It indicates the status of the connection.

HubInfo
class HubInfo

Informations about the hub.

NodeInfo
class NodeInfo

Informations about the node.

Meta