Uses of Class
org.apache.qpid.protonj2.types.UnsignedByte
Packages that use UnsignedByte
Package
Description
-
Uses of UnsignedByte in org.apache.qpid.protonj2.codec
Methods in org.apache.qpid.protonj2.codec that return UnsignedByteModifier and TypeMethodDescriptionDecoder.readUnsignedByte(ProtonBuffer buffer, DecoderState state) Reads an encodedUnsignedBytevalue from the givenProtonBufferassuming that the next value in the byte stream is that type.StreamDecoder.readUnsignedByte(InputStream stream, StreamDecoderState state) Reads an encodedUnsignedBytevalue from the givenInputStreamassuming that the next value in the byte stream is that type.Methods in org.apache.qpid.protonj2.codec with parameters of type UnsignedByteModifier and TypeMethodDescriptionvoidEncoder.writeArray(ProtonBuffer buffer, EncoderState state, UnsignedByte[] value) Write the given array as with the proper array type encoding to the given buffer.voidEncoder.writeUnsignedByte(ProtonBuffer buffer, EncoderState state, UnsignedByte value) Write anUnsignedBytetype encoding to the given buffer. -
Uses of UnsignedByte in org.apache.qpid.protonj2.codec.decoders
Methods in org.apache.qpid.protonj2.codec.decoders that return UnsignedByteModifier and TypeMethodDescriptionProtonDecoder.readUnsignedByte(ProtonBuffer buffer, DecoderState state) ProtonStreamDecoder.readUnsignedByte(InputStream stream, StreamDecoderState state) -
Uses of UnsignedByte in org.apache.qpid.protonj2.codec.decoders.primitives
Methods in org.apache.qpid.protonj2.codec.decoders.primitives that return UnsignedByteModifier and TypeMethodDescriptionUnsignedByteTypeDecoder.readValue(InputStream stream, StreamDecoderState state) UnsignedByteTypeDecoder.readValue(ProtonBuffer buffer, DecoderState state) Methods in org.apache.qpid.protonj2.codec.decoders.primitives that return types with arguments of type UnsignedByte -
Uses of UnsignedByte in org.apache.qpid.protonj2.codec.encoders
Methods in org.apache.qpid.protonj2.codec.encoders with parameters of type UnsignedByteModifier and TypeMethodDescriptionvoidProtonEncoder.writeArray(ProtonBuffer buffer, EncoderState state, UnsignedByte[] value) voidProtonEncoder.writeUnsignedByte(ProtonBuffer buffer, EncoderState state, UnsignedByte value) -
Uses of UnsignedByte in org.apache.qpid.protonj2.codec.encoders.primitives
Methods in org.apache.qpid.protonj2.codec.encoders.primitives that return types with arguments of type UnsignedByteMethods in org.apache.qpid.protonj2.codec.encoders.primitives with parameters of type UnsignedByteModifier and TypeMethodDescriptionvoidUnsignedByteTypeEncoder.writeType(ProtonBuffer buffer, EncoderState state, UnsignedByte value) -
Uses of UnsignedByte in org.apache.qpid.protonj2.types
Methods in org.apache.qpid.protonj2.types that return UnsignedByteModifier and TypeMethodDescriptionstatic UnsignedByteUnsignedByte.valueOf(byte value) Returns an UnsignedByte instance representing the specified byte value.static UnsignedByteReturns anUnsignedByteinstance representing the specifiedStringvalue.Methods in org.apache.qpid.protonj2.types with parameters of type UnsignedByte -
Uses of UnsignedByte in org.apache.qpid.protonj2.types.security
Methods in org.apache.qpid.protonj2.types.security that return UnsignedByteMethods in org.apache.qpid.protonj2.types.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.protonj2.types.transport
Methods in org.apache.qpid.protonj2.types.transport that return UnsignedByteMethods in org.apache.qpid.protonj2.types.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.