Uses of Class
org.apache.qpid.protonj2.types.UnsignedShort
Packages that use UnsignedShort
Package
Description
-
Uses of UnsignedShort in org.apache.qpid.protonj2.codec
Methods in org.apache.qpid.protonj2.codec that return UnsignedShortModifier and TypeMethodDescriptionDecoder.readUnsignedShort(ProtonBuffer buffer, DecoderState state) Reads an encodedUnsignedShortvalue from the givenProtonBufferassuming that the next value in the byte stream is that type.StreamDecoder.readUnsignedShort(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 UnsignedShortModifier and TypeMethodDescriptionvoidEncoder.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 UnsignedShortModifier and TypeMethodDescriptionProtonDecoder.readUnsignedShort(ProtonBuffer buffer, DecoderState state) ProtonStreamDecoder.readUnsignedShort(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 UnsignedShortModifier and TypeMethodDescriptionUnsignedShortTypeDecoder.readValue(InputStream stream, StreamDecoderState state) UnsignedShortTypeDecoder.readValue(ProtonBuffer buffer, DecoderState state) Methods in org.apache.qpid.protonj2.codec.decoders.primitives that return types with arguments of type UnsignedShort -
Uses of UnsignedShort in org.apache.qpid.protonj2.codec.encoders
Methods in org.apache.qpid.protonj2.codec.encoders with parameters of type UnsignedShortModifier and TypeMethodDescriptionvoidProtonEncoder.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 UnsignedShortMethods in org.apache.qpid.protonj2.codec.encoders.primitives with parameters of type UnsignedShortModifier and TypeMethodDescriptionvoidUnsignedShortTypeEncoder.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 UnsignedShortMethods in org.apache.qpid.protonj2.types that return UnsignedShortModifier and TypeMethodDescriptionstatic 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 UnsignedShortReturns an UnsignedShort instance representing the specifiedStringvalue.Methods in org.apache.qpid.protonj2.types with parameters of type UnsignedShort