Uses of Package
network

Packages that use network 
Package Description
network  
network.messaging.control  
network.pipeline  
  • Classes in network used by network 
    Class Description
    Host
    Represents a node in the network layer, including its IP Address and listen port
    IMessageConsumer
    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
    Represents a serializer/deserializer that writes/reads objects to/from a byte buffer
  • Classes in network used by network.messaging.control 
    Class Description
    Host
    Represents a node in the network layer, including its IP Address and listen port
    ISerializer
    Represents a serializer/deserializer that writes/reads objects to/from a byte buffer
  • Classes in network used by network.pipeline 
    Class Description
    Host
    Represents a node in the network layer, including its IP Address and listen port
    IMessageConsumer
    Interface that allows the receiving of a message T from the network layer.
    ISerializer
    Represents a serializer/deserializer that writes/reads objects to/from a byte buffer
    PeerOutConnection