Package convex.net


package convex.net
  • Class Summary
    Class
    Description
    Class representing a low-level Connection between network participants.
    ByteChannel implementation wrapping a fixed size in-memory buffer
    Class responsible for buffered accumulation of messages 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 awaiting results.
  • Enum Class Summary
    Enum Class
    Description