Uses of Class
org.apache.qpid.transport.SegmentType

Packages that use SegmentType
org.apache.qpid.transport   
org.apache.qpid.transport.network   
 

Uses of SegmentType in org.apache.qpid.transport
 

Methods in org.apache.qpid.transport that return SegmentType
static SegmentType SegmentType.get(short value)
           
static SegmentType SegmentType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static SegmentType[] SegmentType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of SegmentType in org.apache.qpid.transport.network
 

Methods in org.apache.qpid.transport.network that return SegmentType
 SegmentType Frame.getType()
           
 

Constructors in org.apache.qpid.transport.network with parameters of type SegmentType
Frame(byte flags, SegmentType type, byte track, int channel, ByteBuffer body)
           
 



Licensed to the Apache Software Foundation