Uses of Class
org.apache.activeio.packet.ByteSequence

Packages that use ByteSequence
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
 ByteSequence ByteArrayPacket.asByteSequence()
           
 ByteSequence Packet.asByteSequence()
           
 ByteSequence ByteBufferPacket.asByteSequence()
           
 ByteSequence EmptyPacket.asByteSequence()
           
 ByteSequence FilterPacket.asByteSequence()
           
 ByteSequence AppendedPacket.asByteSequence()
           
 ByteSequence BytePacket.asByteSequence()
           
 ByteSequence EOSPacket.asByteSequence()
           
 

Constructors in org.apache.activeio.packet with parameters of type ByteSequence
ByteArrayPacket(ByteSequence sequence)
           
 



Copyright © 2005-2014 The Apache Software Foundation. All Rights Reserved.