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 UnsignedByte
UnsignedByte.valueOf
(byte underlying) static UnsignedByte
Methods 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 SaslCode
SaslCode.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 ReceiverSettleMode
ReceiverSettleMode.valueOf
(UnsignedByte value) Returns the enum constant of this type with the specified name.static SenderSettleMode
SenderSettleMode.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 TypeMethodDescriptionvoid
UnsignedByteType.fastWrite
(EncoderImpl encoder, UnsignedByte value) UnsignedByteType.getEncoding
(UnsignedByte val) void
Data.putUnsignedByte
(UnsignedByte ub) Decoder.readUnsignedByte
(UnsignedByte defaultVal) DecoderImpl.readUnsignedByte
(UnsignedByte defaultVal) void
Encoder.writeUnsignedByte
(UnsignedByte ubyte) void
EncoderImpl.writeUnsignedByte
(UnsignedByte ubyte) void
UnsignedByteType.UnsignedByteEncoding.writeValue
(UnsignedByte val) Method parameters in org.apache.qpid.proton.codec with type arguments of type UnsignedByteModifier and TypeMethodDescriptionboolean
UnsignedByteType.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