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

Packages that use UnsignedLong
org.apache.qpid.proton.amqp   
org.apache.qpid.proton.amqp.messaging   
org.apache.qpid.proton.amqp.transport   
 

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

Fields in org.apache.qpid.proton.amqp declared as UnsignedLong
static UnsignedLong UnsignedLong.ZERO
           
 

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

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

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

Methods in org.apache.qpid.proton.amqp.messaging that return UnsignedLong
 UnsignedLong Received.getSectionOffset()
           
 

Methods in org.apache.qpid.proton.amqp.messaging with parameters of type UnsignedLong
 void Received.setSectionOffset(UnsignedLong sectionOffset)
           
 

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

Methods in org.apache.qpid.proton.amqp.transport that return UnsignedLong
 UnsignedLong Attach.getMaxMessageSize()
           
 

Methods in org.apache.qpid.proton.amqp.transport with parameters of type UnsignedLong
 void Attach.setMaxMessageSize(UnsignedLong maxMessageSize)
           
 



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