Uses of Class
org.apache.qpid.protonj2.types.messaging.Source
-
-
Uses of Source in org.apache.qpid.protonj2.codec.decoders.messaging
Methods in org.apache.qpid.protonj2.codec.decoders.messaging that return Source Modifier and Type Method Description Source[]SourceTypeDecoder. readArrayElements(InputStream stream, StreamDecoderState state, int count)Source[]SourceTypeDecoder. readArrayElements(ProtonBuffer buffer, DecoderState state, int count)SourceSourceTypeDecoder. readValue(InputStream stream, StreamDecoderState state)SourceSourceTypeDecoder. readValue(ProtonBuffer buffer, DecoderState state)Methods in org.apache.qpid.protonj2.codec.decoders.messaging that return types with arguments of type Source Modifier and Type Method Description Class<Source>SourceTypeDecoder. getTypeClass() -
Uses of Source in org.apache.qpid.protonj2.codec.encoders.messaging
Methods in org.apache.qpid.protonj2.codec.encoders.messaging that return types with arguments of type Source Modifier and Type Method Description Class<Source>SourceTypeEncoder. getTypeClass()Methods in org.apache.qpid.protonj2.codec.encoders.messaging with parameters of type Source Modifier and Type Method Description intSourceTypeEncoder. getElementCount(Source source)byteSourceTypeEncoder. getListEncoding(Source value)voidSourceTypeEncoder. writeElement(Source source, int index, ProtonBuffer buffer, Encoder encoder, EncoderState state) -
Uses of Source in org.apache.qpid.protonj2.engine
Methods in org.apache.qpid.protonj2.engine that return Source Modifier and Type Method Description SourceLink. getRemoteSource()SourceTransactionController. getRemoteSource()SourceTransactionManager. getRemoteSource()SourceLink. getSource()SourceTransactionController. getSource()SourceTransactionManager. getSource()Methods in org.apache.qpid.protonj2.engine with parameters of type Source Modifier and Type Method Description LLink. setSource(Source source)TransactionControllerTransactionController. setSource(Source source)Sets theSourceto assign to the local end of thisTransactionController.TransactionManagerTransactionManager. setSource(Source source)Sets theSourceto assign to the local end of thisTransactionManager. -
Uses of Source in org.apache.qpid.protonj2.engine.impl
Methods in org.apache.qpid.protonj2.engine.impl that return Source Modifier and Type Method Description SourceProtonLink. getRemoteSource()SourceProtonTransactionController. getRemoteSource()SourceProtonTransactionManager. getRemoteSource()SourceProtonLink. getSource()SourceProtonTransactionController. getSource()SourceProtonTransactionManager. getSource()Methods in org.apache.qpid.protonj2.engine.impl with parameters of type Source Modifier and Type Method Description LProtonLink. setSource(Source source)TransactionControllerProtonTransactionController. setSource(Source source)TransactionManagerProtonTransactionManager. setSource(Source source) -
Uses of Source in org.apache.qpid.protonj2.types.messaging
Methods in org.apache.qpid.protonj2.types.messaging that return Source Modifier and Type Method Description SourceSource. copy()SourceSource. setAddress(String address)SourceSource. setCapabilities(Symbol... capabilities)SourceSource. setDefaultOutcome(Outcome defaultOutcome)SourceSource. setDistributionMode(Symbol distributionMode)SourceSource. setDurable(TerminusDurability durable)SourceSource. setDynamic(boolean dynamic)SourceSource. setDynamicNodeProperties(Map<Symbol,?> dynamicNodeProperties)SourceSource. setExpiryPolicy(TerminusExpiryPolicy expiryPolicy)SourceSource. setFilter(Map<Symbol,?> filter)SourceSource. setOutcomes(Symbol... outcomes)SourceSource. setTimeout(UnsignedInteger timeout) -
Uses of Source in org.apache.qpid.protonj2.types.transport
Methods in org.apache.qpid.protonj2.types.transport that return Source Modifier and Type Method Description SourceAttach. getSource()Methods in org.apache.qpid.protonj2.types.transport with parameters of type Source Modifier and Type Method Description AttachAttach. setSource(Source source)
-