Module convex.peer

Package convex.net


package convex.net
  • Class
    Description
     
    Class representing the low-level NIO network Connection between network participants.
     
    ByteChannel implementation wrapping a fixed size in-memory buffer
    Class representing a message to / from a specific connection
    Class responsible for buffered accumulation of data received over a connection.
    Message sender responsible for moving bytes from a ByteBuffer to a ByteChannel Must call maybeSendBytes to attempt to flush buffer to channel.
     
    NIO Server implementation that handles incoming messages on a given port.
    Consumer abstract base class for default behaviour when awaiting results.