Package network

  • Interface Summary 
    Interface Description
    IMessageConsumer<T>
    Interface that allows the receiving of a message T from the network layer.
    INetwork
    Represents the network layer.
    INodeListener
    Interface that allows receiving notifications when the network layer detects node changes.
    ISerializer<T>
    Represents a serializer/deserializer that writes/reads objects to/from a byte buffer
  • Class Summary 
    Class Description
    Host
    Represents a node in the network layer, including its IP Address and listen port
    NetworkService  
    PeerOutConnection