Uses of Class
org.apache.qpid.protonj2.types.UnsignedShort
-
-
Uses of UnsignedShort in org.apache.qpid.protonj2.codec
Methods in org.apache.qpid.protonj2.codec that return UnsignedShort Modifier and Type Method Description UnsignedShortDecoder. readUnsignedShort(ProtonBuffer buffer, DecoderState state)Reads an encodedUnsignedShortvalue from the givenProtonBufferassuming that the next value in the byte stream is that type.UnsignedShortStreamDecoder. readUnsignedShort(java.io.InputStream stream, StreamDecoderState state)Reads an encodedUnsignedShortvalue 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 UnsignedShort Modifier and Type Method Description voidEncoder. writeArray(ProtonBuffer buffer, EncoderState state, UnsignedShort[] value)Write the given array as with the proper array type encoding to the given buffer.voidEncoder. writeUnsignedShort(ProtonBuffer buffer, EncoderState state, UnsignedShort value)Write aUnsignedShorttype encoding to the given buffer. -
Uses of UnsignedShort in org.apache.qpid.protonj2.codec.decoders
Methods in org.apache.qpid.protonj2.codec.decoders that return UnsignedShort Modifier and Type Method Description UnsignedShortProtonDecoder. readUnsignedShort(ProtonBuffer buffer, DecoderState state)UnsignedShortProtonStreamDecoder. readUnsignedShort(java.io.InputStream stream, StreamDecoderState state) -
Uses of UnsignedShort in org.apache.qpid.protonj2.codec.decoders.primitives
Methods in org.apache.qpid.protonj2.codec.decoders.primitives that return UnsignedShort Modifier and Type Method Description UnsignedShortUnsignedShortTypeDecoder. readValue(java.io.InputStream stream, StreamDecoderState state)UnsignedShortUnsignedShortTypeDecoder. readValue(ProtonBuffer buffer, DecoderState state)Methods in org.apache.qpid.protonj2.codec.decoders.primitives that return types with arguments of type UnsignedShort Modifier and Type Method Description java.lang.Class<UnsignedShort>UnsignedShortTypeDecoder. getTypeClass() -
Uses of UnsignedShort in org.apache.qpid.protonj2.codec.encoders
Methods in org.apache.qpid.protonj2.codec.encoders with parameters of type UnsignedShort Modifier and Type Method Description voidProtonEncoder. writeArray(ProtonBuffer buffer, EncoderState state, UnsignedShort[] value)voidProtonEncoder. writeUnsignedShort(ProtonBuffer buffer, EncoderState state, UnsignedShort value) -
Uses of UnsignedShort in org.apache.qpid.protonj2.codec.encoders.primitives
Methods in org.apache.qpid.protonj2.codec.encoders.primitives that return types with arguments of type UnsignedShort Modifier and Type Method Description java.lang.Class<UnsignedShort>UnsignedShortTypeEncoder. getTypeClass()Methods in org.apache.qpid.protonj2.codec.encoders.primitives with parameters of type UnsignedShort Modifier and Type Method Description voidUnsignedShortTypeEncoder. writeType(ProtonBuffer buffer, EncoderState state, UnsignedShort value) -
Uses of UnsignedShort in org.apache.qpid.protonj2.types
Fields in org.apache.qpid.protonj2.types declared as UnsignedShort Modifier and Type Field Description static UnsignedShortUnsignedShort. MAX_VALUEMethods in org.apache.qpid.protonj2.types that return UnsignedShort Modifier and Type Method Description static UnsignedShortUnsignedShort. valueOf(int value)Returns an UnsignedShort instance representing the specified int value.static UnsignedShortUnsignedShort. valueOf(short value)Returns an UnsignedShort instance representing the specified short value.static UnsignedShortUnsignedShort. valueOf(java.lang.String value)Returns an UnsignedShort instance representing the specifiedStringvalue.Methods in org.apache.qpid.protonj2.types with parameters of type UnsignedShort Modifier and Type Method Description intUnsignedShort. compareTo(UnsignedShort value)
-