Uses of Class
org.apache.activeio.packet.ByteSequence
-
Packages that use ByteSequence Package Description org.apache.activeio.packet Implementations of the Packet class. -
-
Uses of ByteSequence in org.apache.activeio.packet
Methods in org.apache.activeio.packet that return ByteSequence Modifier and Type Method Description ByteSequence
AppendedPacket. asByteSequence()
ByteSequence
ByteArrayPacket. asByteSequence()
ByteSequence
ByteBufferPacket. asByteSequence()
ByteSequence
BytePacket. asByteSequence()
ByteSequence
EmptyPacket. asByteSequence()
ByteSequence
EOSPacket. asByteSequence()
ByteSequence
FilterPacket. asByteSequence()
ByteSequence
Packet. asByteSequence()
Constructors in org.apache.activeio.packet with parameters of type ByteSequence Constructor Description ByteArrayPacket(ByteSequence sequence)
-