Package org.apache.activeio.packet


package org.apache.activeio.packet

Implementations of the Packet class.

  • Class
    Description
    Appends two packets together.
    Provides a Packet implementation that is directly backed by a byte[].
    Provides a Packet implementation that is backed by a
    Provides a simple pool of ByteBuffer objects.
    Provides a Packet implementation that is directly backed by a byte.
     
    Provides a Packet implementation that is directly backed by a byte[0].
    Provides a Packet implementation that is used to represent the end of a stream.
    Provides a Packet implementation that filters operations to another packet.
    Provides a ByteBuffer like interface to work with IO channel packets of data.
    Used to write and read primitives to and from a Packet.
    Provides a simple pool of Packet objects.