Uses of Class
org.apache.qpid.protonj2.types.UnsignedByte
-
-
Uses of UnsignedByte in org.apache.qpid.protonj2.codec
Methods in org.apache.qpid.protonj2.codec that return UnsignedByte Modifier and Type Method Description UnsignedByteDecoder. readUnsignedByte(ProtonBuffer buffer, DecoderState state)Reads an encodedUnsignedBytevalue from the givenProtonBufferassuming that the next value in the byte stream is that type.UnsignedByteStreamDecoder. readUnsignedByte(java.io.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 UnsignedByte Modifier and Type Method Description voidEncoder. 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 UnsignedByte Modifier and Type Method Description UnsignedByteProtonDecoder. readUnsignedByte(ProtonBuffer buffer, DecoderState state)UnsignedByteProtonStreamDecoder. readUnsignedByte(java.io.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 UnsignedByte Modifier and Type Method Description UnsignedByteUnsignedByteTypeDecoder. readValue(java.io.InputStream stream, StreamDecoderState state)UnsignedByteUnsignedByteTypeDecoder. readValue(ProtonBuffer buffer, DecoderState state)Methods in org.apache.qpid.protonj2.codec.decoders.primitives that return types with arguments of type UnsignedByte Modifier and Type Method Description java.lang.Class<UnsignedByte>UnsignedByteTypeDecoder. getTypeClass() -
Uses of UnsignedByte in org.apache.qpid.protonj2.codec.encoders
Methods in org.apache.qpid.protonj2.codec.encoders with parameters of type UnsignedByte Modifier and Type Method Description voidProtonEncoder. 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 UnsignedByte Modifier and Type Method Description java.lang.Class<UnsignedByte>UnsignedByteTypeEncoder. getTypeClass()Methods in org.apache.qpid.protonj2.codec.encoders.primitives with parameters of type UnsignedByte Modifier and Type Method Description voidUnsignedByteTypeEncoder. 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 UnsignedByte Modifier and Type Method Description static UnsignedByteUnsignedByte. valueOf(byte value)Returns an UnsignedByte instance representing the specified byte value.static UnsignedByteUnsignedByte. valueOf(java.lang.String value)Returns anUnsignedByteinstance representing the specifiedStringvalue.Methods in org.apache.qpid.protonj2.types with parameters of type UnsignedByte Modifier and Type Method Description intUnsignedByte. compareTo(UnsignedByte o) -
Uses of UnsignedByte in org.apache.qpid.protonj2.types.security
Methods in org.apache.qpid.protonj2.types.security that return UnsignedByte Modifier and Type Method Description UnsignedByteSaslCode. getValue()Methods in org.apache.qpid.protonj2.types.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.protonj2.types.transport
Methods in org.apache.qpid.protonj2.types.transport that return UnsignedByte Modifier and Type Method Description UnsignedByteReceiverSettleMode. getValue()UnsignedByteSenderSettleMode. getValue()Methods in org.apache.qpid.protonj2.types.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.
-