Uses of Class
org.apache.qpid.proton.amqp.UnsignedByte
Packages that use UnsignedByte
Package
Description
-
Uses of UnsignedByte in org.apache.qpid.proton.amqp
Methods in org.apache.qpid.proton.amqp that return UnsignedByteModifier and TypeMethodDescriptionstatic UnsignedByteUnsignedByte.valueOf(byte underlying) static UnsignedByteMethods in org.apache.qpid.proton.amqp with parameters of type UnsignedByte -
Uses of UnsignedByte in org.apache.qpid.proton.amqp.messaging
Methods in org.apache.qpid.proton.amqp.messaging that return UnsignedByteMethods in org.apache.qpid.proton.amqp.messaging with parameters of type UnsignedByte -
Uses of UnsignedByte in org.apache.qpid.proton.amqp.security
Methods in org.apache.qpid.proton.amqp.security that return UnsignedByteMethods in org.apache.qpid.proton.amqp.security with parameters of type UnsignedByteModifier and TypeMethodDescriptionstatic 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 UnsignedByteMethods in org.apache.qpid.proton.amqp.transport with parameters of type UnsignedByteModifier and TypeMethodDescriptionstatic 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 UnsignedByteModifier and TypeMethodDescriptionData.getUnsignedByte()Decoder.readUnsignedByte()Decoder.readUnsignedByte(UnsignedByte defaultVal) DecoderImpl.readUnsignedByte()DecoderImpl.readUnsignedByte(UnsignedByte defaultVal) UnsignedByteType.UnsignedByteEncoding.readValue()Methods in org.apache.qpid.proton.codec that return types with arguments of type UnsignedByteMethods in org.apache.qpid.proton.codec with parameters of type UnsignedByteModifier and TypeMethodDescriptionvoidUnsignedByteType.fastWrite(EncoderImpl encoder, UnsignedByte value) UnsignedByteType.getEncoding(UnsignedByte val) voidData.putUnsignedByte(UnsignedByte ub) Decoder.readUnsignedByte(UnsignedByte defaultVal) DecoderImpl.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 UnsignedByteModifier and TypeMethodDescriptionbooleanUnsignedByteType.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 UnsignedByteMethods in org.apache.qpid.proton.codec.impl with parameters of type UnsignedByte