Package edu.rit.mp


@ParametersAreNonnullByDefault package edu.rit.mp
The MP package provides low-level support for Message Passing.
Since:
1.0
  • Class
    Description
    Class BooleanBuf is the abstract base class for a buffer of Boolean items sent or received using the Message Protocol (MP).
    Class Buf is the abstract base class for a buffer of items sent or received using the Message Protocol (MP).
    Class ByteBuf is the abstract base class for a buffer of byte items sent or received using the Message Protocol (MP).
    Class Channel provides a channel for sending and receiving messages in the Message Protocol (MP).
    Class ChannelClosedException is thrown to indicate that an I/O operation failed because the channel was closed.
    Class ChannelGroup provides a group of Channels for sending and receiving messages in the Message Protocol (MP).
    Class ChannelGroupClosedException is thrown to indicate that an I/O operation failed because the channel group was closed.
    Class CharacterBuf is the abstract base class for a buffer of character items sent or received using the Message Protocol (MP).
    Interface ConnectListener specifies the interface for an object that is notified whenever a Channel is connected in a ChannelGroup.
    Class DoubleBuf is the abstract base class for a buffer of double items sent or received using the Message Protocol (MP).
    Class FloatBuf is the abstract base class for a buffer of float items sent or received using the Message Protocol (MP).
    Class IntegerBuf is the abstract base class for a buffer of integer items sent or received using the Message Protocol (MP).
    Class IORequest encapsulates the state of a message being sent or received in the Message Protocol (MP).
    Class LongBuf is the abstract base class for a buffer of long items sent or received using the Message Protocol (MP).
    Class ObjectBuf is the abstract base class for a buffer of object items sent or received using the Message Protocol (MP).
    Class ShortBuf is the abstract base class for a buffer of short items sent or received using the Message Protocol (MP).
    Class Signed16BitIntegerBuf is the abstract base class for a buffer of signed 16-bit integer items sent or received using the Message Protocol (MP).
    Class Signed8BitIntegerBuf is the abstract base class for a buffer of signed 8-bit integer items sent or received using the Message Protocol (MP).
    Class Status provides the result of receiving a message in the Message Protocol (MP).
    Class Unsigned16BitIntegerBuf is the abstract base class for a buffer of unsigned 16-bit integer items sent or received using the Message Protocol (MP).
    Class Unsigned8BitIntegerBuf is the abstract base class for a buffer of unsigned 8-bit integer items sent or received using the Message Protocol (MP).