Uses of Class
org.apache.qpid.proton.amqp.UnsignedByte

Packages that use UnsignedByte
org.apache.qpid.proton.amqp   
org.apache.qpid.proton.amqp.messaging   
org.apache.qpid.proton.amqp.security   
org.apache.qpid.proton.amqp.transport   
org.apache.qpid.proton.codec   
 

Uses of UnsignedByte in org.apache.qpid.proton.amqp
 

Methods in org.apache.qpid.proton.amqp that return UnsignedByte
static UnsignedByte UnsignedByte.valueOf(byte underlying)
           
static UnsignedByte UnsignedByte.valueOf(String value)
           
 

Methods in org.apache.qpid.proton.amqp with parameters of type UnsignedByte
 int UnsignedByte.compareTo(UnsignedByte o)
           
 

Uses of UnsignedByte in org.apache.qpid.proton.amqp.messaging
 

Methods in org.apache.qpid.proton.amqp.messaging that return UnsignedByte
 UnsignedByte Header.getPriority()
           
 

Methods in org.apache.qpid.proton.amqp.messaging with parameters of type UnsignedByte
 void Header.setPriority(UnsignedByte priority)
           
 

Uses of UnsignedByte in org.apache.qpid.proton.amqp.security
 

Methods in org.apache.qpid.proton.amqp.security that return UnsignedByte
 UnsignedByte SaslCode.getValue()
           
 

Methods in org.apache.qpid.proton.amqp.security with parameters of type UnsignedByte
static SaslCode SaslCode.valueOf(UnsignedByte v)
           
 

Uses of UnsignedByte in org.apache.qpid.proton.amqp.transport
 

Methods in org.apache.qpid.proton.amqp.transport that return UnsignedByte
 UnsignedByte ReceiverSettleMode.getValue()
           
 UnsignedByte SenderSettleMode.getValue()
           
 

Uses of UnsignedByte in org.apache.qpid.proton.codec
 

Methods in org.apache.qpid.proton.codec that return UnsignedByte
 UnsignedByte Data.getUnsignedByte()
           
 

Methods in org.apache.qpid.proton.codec with parameters of type UnsignedByte
 void Data.putUnsignedByte(UnsignedByte ub)
           
 



Copyright © 2013 The Apache Software Foundation. All Rights Reserved.