Uses of Class
org.apache.qpid.protonj2.types.messaging.Rejected
Packages that use Rejected
Package
Description
-
Uses of Rejected in org.apache.qpid.protonj2.codec.decoders.messaging
Methods in org.apache.qpid.protonj2.codec.decoders.messaging that return RejectedModifier and TypeMethodDescriptionRejected[]RejectedTypeDecoder.readArrayElements(InputStream stream, StreamDecoderState state, int count) Rejected[]RejectedTypeDecoder.readArrayElements(ProtonBuffer buffer, DecoderState state, int count) RejectedTypeDecoder.readValue(InputStream stream, StreamDecoderState state) RejectedTypeDecoder.readValue(ProtonBuffer buffer, DecoderState state) Methods in org.apache.qpid.protonj2.codec.decoders.messaging that return types with arguments of type Rejected -
Uses of Rejected in org.apache.qpid.protonj2.codec.encoders.messaging
Methods in org.apache.qpid.protonj2.codec.encoders.messaging that return types with arguments of type RejectedMethods in org.apache.qpid.protonj2.codec.encoders.messaging with parameters of type RejectedModifier and TypeMethodDescriptionintRejectedTypeEncoder.getElementCount(Rejected value) byteRejectedTypeEncoder.getListEncoding(Rejected value) voidRejectedTypeEncoder.writeElement(Rejected source, int index, ProtonBuffer buffer, Encoder encoder, EncoderState state) -
Uses of Rejected in org.apache.qpid.protonj2.types.messaging
Methods in org.apache.qpid.protonj2.types.messaging that return Rejected