Uses of Class
org.apache.qpid.proton.amqp.UnsignedByte
-
-
Uses of UnsignedByte in org.apache.qpid.proton.amqp
Methods in org.apache.qpid.proton.amqp that return UnsignedByte Modifier and Type Method Description static UnsignedByteUnsignedByte. valueOf(byte underlying)static UnsignedByteUnsignedByte. valueOf(java.lang.String value)Methods in org.apache.qpid.proton.amqp with parameters of type UnsignedByte Modifier and Type Method Description intUnsignedByte. compareTo(UnsignedByte o) -
Uses of UnsignedByte in org.apache.qpid.proton.amqp.messaging
Methods in org.apache.qpid.proton.amqp.messaging that return UnsignedByte Modifier and Type Method Description UnsignedByteHeader. getPriority()Methods in org.apache.qpid.proton.amqp.messaging with parameters of type UnsignedByte Modifier and Type Method Description voidHeader. setPriority(UnsignedByte priority) -
Uses of UnsignedByte in org.apache.qpid.proton.amqp.security
Methods in org.apache.qpid.proton.amqp.security that return UnsignedByte Modifier and Type Method Description UnsignedByteSaslCode. getValue()Methods in org.apache.qpid.proton.amqp.security with parameters of type UnsignedByte Modifier and Type Method Description static SaslCodeSaslCode. valueOf(UnsignedByte v)Returns the enum constant of this type with the specified name. -
Uses of UnsignedByte in org.apache.qpid.proton.amqp.transport
Methods in org.apache.qpid.proton.amqp.transport that return UnsignedByte Modifier and Type Method Description UnsignedByteReceiverSettleMode. getValue()UnsignedByteSenderSettleMode. getValue()Methods in org.apache.qpid.proton.amqp.transport with parameters of type UnsignedByte Modifier and Type Method Description static ReceiverSettleModeReceiverSettleMode. valueOf(UnsignedByte value)Returns the enum constant of this type with the specified name.static SenderSettleModeSenderSettleMode. valueOf(UnsignedByte value)Returns the enum constant of this type with the specified name. -
Uses of UnsignedByte in org.apache.qpid.proton.codec
Methods in org.apache.qpid.proton.codec that return UnsignedByte Modifier and Type Method Description UnsignedByteData. getUnsignedByte()UnsignedByteDecoder. readUnsignedByte()UnsignedByteDecoder. readUnsignedByte(UnsignedByte defaultVal)UnsignedByteDecoderImpl. readUnsignedByte()UnsignedByteDecoderImpl. readUnsignedByte(UnsignedByte defaultVal)UnsignedByteUnsignedByteType.UnsignedByteEncoding. readValue()Methods in org.apache.qpid.proton.codec that return types with arguments of type UnsignedByte Modifier and Type Method Description java.lang.Class<UnsignedByte>UnsignedByteType. getTypeClass()Methods in org.apache.qpid.proton.codec with parameters of type UnsignedByte Modifier and Type Method Description voidUnsignedByteType. fastWrite(EncoderImpl encoder, UnsignedByte value)UnsignedByteType.UnsignedByteEncodingUnsignedByteType. getEncoding(UnsignedByte val)voidData. putUnsignedByte(UnsignedByte ub)UnsignedByteDecoder. readUnsignedByte(UnsignedByte defaultVal)UnsignedByteDecoderImpl. readUnsignedByte(UnsignedByte defaultVal)voidEncoder. writeUnsignedByte(UnsignedByte ubyte)voidEncoderImpl. writeUnsignedByte(UnsignedByte ubyte)voidUnsignedByteType.UnsignedByteEncoding. writeValue(UnsignedByte val)Method parameters in org.apache.qpid.proton.codec with type arguments of type UnsignedByte Modifier and Type Method Description booleanUnsignedByteType.UnsignedByteEncoding. encodesSuperset(TypeEncoding<UnsignedByte> encoding) -
Uses of UnsignedByte in org.apache.qpid.proton.codec.impl
Methods in org.apache.qpid.proton.codec.impl that return UnsignedByte Modifier and Type Method Description UnsignedByteDataImpl. getUnsignedByte()Methods in org.apache.qpid.proton.codec.impl with parameters of type UnsignedByte Modifier and Type Method Description voidDataImpl. putUnsignedByte(UnsignedByte ub)
-