Uses of Class
org.apache.qpid.protonj2.types.transport.Disposition
-
-
Uses of Disposition in org.apache.qpid.protonj2.codec
Methods in org.apache.qpid.protonj2.codec with parameters of type Disposition Modifier and Type Method Description voidPerformativeEncoder. handleDisposition(Disposition disposition, ProtonBuffer target, int channel, Encoder encoder) -
Uses of Disposition in org.apache.qpid.protonj2.codec.decoders.transport
Methods in org.apache.qpid.protonj2.codec.decoders.transport that return Disposition Modifier and Type Method Description Disposition[]DispositionTypeDecoder. readArrayElements(InputStream stream, StreamDecoderState state, int count)Disposition[]DispositionTypeDecoder. readArrayElements(ProtonBuffer buffer, DecoderState state, int count)DispositionDispositionTypeDecoder. readValue(InputStream stream, StreamDecoderState state)DispositionDispositionTypeDecoder. readValue(ProtonBuffer buffer, DecoderState state)Methods in org.apache.qpid.protonj2.codec.decoders.transport that return types with arguments of type Disposition Modifier and Type Method Description Class<Disposition>DispositionTypeDecoder. getTypeClass() -
Uses of Disposition in org.apache.qpid.protonj2.codec.encoders.transport
Methods in org.apache.qpid.protonj2.codec.encoders.transport that return types with arguments of type Disposition Modifier and Type Method Description Class<Disposition>DispositionTypeEncoder. getTypeClass()Methods in org.apache.qpid.protonj2.codec.encoders.transport with parameters of type Disposition Modifier and Type Method Description intDispositionTypeEncoder. getElementCount(Disposition disposition)byteDispositionTypeEncoder. getListEncoding(Disposition value)voidDispositionTypeEncoder. writeElement(Disposition disposition, int index, ProtonBuffer buffer, Encoder encoder, EncoderState state) -
Uses of Disposition in org.apache.qpid.protonj2.engine.impl
-
Uses of Disposition in org.apache.qpid.protonj2.types.transport
Methods in org.apache.qpid.protonj2.types.transport that return Disposition Modifier and Type Method Description DispositionDisposition. clearBatchable()DispositionDisposition. clearFirst()DispositionDisposition. clearLast()DispositionDisposition. clearRole()DispositionDisposition. clearSettled()DispositionDisposition. clearState()DispositionDisposition. copy()DispositionDisposition. reset()DispositionDisposition. setBatchable(boolean batchable)DispositionDisposition. setFirst(int first)DispositionDisposition. setFirst(long first)DispositionDisposition. setLast(int last)DispositionDisposition. setLast(long last)DispositionDisposition. setRole(Role role)DispositionDisposition. setSettled(boolean settled)DispositionDisposition. setState(DeliveryState state)Methods in org.apache.qpid.protonj2.types.transport with parameters of type Disposition Modifier and Type Method Description default voidPerformative.PerformativeHandler. handleDisposition(Disposition disposition, ProtonBuffer payload, int channel, E context)
-