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

Packages that use UnsignedShort
org.apache.qpid.proton.amqp   
org.apache.qpid.proton.amqp.transport   
org.apache.qpid.proton.codec   
 

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

Fields in org.apache.qpid.proton.amqp declared as UnsignedShort
static UnsignedShort UnsignedShort.MAX_VALUE
           
 

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

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

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

Methods in org.apache.qpid.proton.amqp.transport that return UnsignedShort
 UnsignedShort Open.getChannelMax()
           
 UnsignedShort Begin.getRemoteChannel()
           
 

Methods in org.apache.qpid.proton.amqp.transport with parameters of type UnsignedShort
 void Open.setChannelMax(UnsignedShort channelMax)
           
 void Begin.setRemoteChannel(UnsignedShort remoteChannel)
           
 

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

Methods in org.apache.qpid.proton.codec that return UnsignedShort
 UnsignedShort Data.getUnsignedShort()
           
 

Methods in org.apache.qpid.proton.codec with parameters of type UnsignedShort
 void Data.putUnsignedShort(UnsignedShort us)
           
 



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