Uses of Class
org.apache.qpid.protonj2.types.messaging.Rejected
-
Packages that use Rejected Package Description org.apache.qpid.protonj2.codec.decoders.messaging org.apache.qpid.protonj2.codec.encoders.messaging org.apache.qpid.protonj2.types.messaging -
-
Uses of Rejected in org.apache.qpid.protonj2.codec.decoders.messaging
Methods in org.apache.qpid.protonj2.codec.decoders.messaging that return Rejected Modifier and Type Method Description Rejected[]RejectedTypeDecoder. readArrayElements(InputStream stream, StreamDecoderState state, int count)Rejected[]RejectedTypeDecoder. readArrayElements(ProtonBuffer buffer, DecoderState state, int count)RejectedRejectedTypeDecoder. readValue(InputStream stream, StreamDecoderState state)RejectedRejectedTypeDecoder. readValue(ProtonBuffer buffer, DecoderState state)Methods in org.apache.qpid.protonj2.codec.decoders.messaging that return types with arguments of type Rejected Modifier and Type Method Description Class<Rejected>RejectedTypeDecoder. getTypeClass() -
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 Rejected Modifier and Type Method Description Class<Rejected>RejectedTypeEncoder. getTypeClass()Methods in org.apache.qpid.protonj2.codec.encoders.messaging with parameters of type Rejected Modifier and Type Method Description intRejectedTypeEncoder. 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 Modifier and Type Method Description RejectedRejected. setError(ErrorCondition error)
-