Uses of Class
org.apache.qpid.protonj2.types.messaging.Source
Packages that use Source
Package
Description
-
Uses of Source in org.apache.qpid.protonj2.codec.decoders.messaging
Methods in org.apache.qpid.protonj2.codec.decoders.messaging that return SourceModifier and TypeMethodDescriptionSource[]SourceTypeDecoder.readArrayElements(InputStream stream, StreamDecoderState state, int count) Source[]SourceTypeDecoder.readArrayElements(ProtonBuffer buffer, DecoderState state, int count) SourceTypeDecoder.readValue(InputStream stream, StreamDecoderState state) SourceTypeDecoder.readValue(ProtonBuffer buffer, DecoderState state) Methods in org.apache.qpid.protonj2.codec.decoders.messaging that return types with arguments of type Source -
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 SourceMethods in org.apache.qpid.protonj2.codec.encoders.messaging with parameters of type SourceModifier and TypeMethodDescriptionintSourceTypeEncoder.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 SourceModifier and TypeMethodDescriptionLink.getRemoteSource()TransactionController.getRemoteSource()TransactionManager.getRemoteSource()Link.getSource()TransactionController.getSource()TransactionManager.getSource()Methods in org.apache.qpid.protonj2.engine with parameters of type SourceModifier and TypeMethodDescriptionSets theSourceto assign to the local end of thisTransactionController.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 SourceModifier and TypeMethodDescriptionProtonLink.getRemoteSource()ProtonTransactionController.getRemoteSource()ProtonTransactionManager.getRemoteSource()ProtonLink.getSource()ProtonTransactionController.getSource()ProtonTransactionManager.getSource()Methods in org.apache.qpid.protonj2.engine.impl with parameters of type SourceModifier and TypeMethodDescription -
Uses of Source in org.apache.qpid.protonj2.types.messaging
Methods in org.apache.qpid.protonj2.types.messaging that return SourceModifier and TypeMethodDescriptionSource.copy()Source.setAddress(String address) Source.setCapabilities(Symbol... capabilities) Source.setDefaultOutcome(Outcome defaultOutcome) Source.setDistributionMode(Symbol distributionMode) Source.setDurable(TerminusDurability durable) Source.setDynamic(boolean dynamic) Source.setDynamicNodeProperties(Map<Symbol, ?> dynamicNodeProperties) Source.setExpiryPolicy(TerminusExpiryPolicy expiryPolicy) Source.setOutcomes(Symbol... outcomes) Source.setTimeout(UnsignedInteger timeout) -
Uses of Source in org.apache.qpid.protonj2.types.transport
Methods in org.apache.qpid.protonj2.types.transport that return SourceMethods in org.apache.qpid.protonj2.types.transport with parameters of type Source