Uses of Class
org.apache.qpid.protonj2.types.transport.Disposition
-
-
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(java.io.InputStream stream, StreamDecoderState state, int count)Disposition[]DispositionTypeDecoder. readArrayElements(ProtonBuffer buffer, DecoderState state, int count)DispositionDispositionTypeDecoder. readValue(java.io.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 java.lang.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 java.lang.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, 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)
-