Uses of Interface
org.apache.qpid.protonj2.engine.Attachments
-
Packages that use Attachments Package Description org.apache.qpid.protonj2.engine org.apache.qpid.protonj2.engine.impl org.apache.qpid.protonj2.engine.sasl -
-
Uses of Attachments in org.apache.qpid.protonj2.engine
Methods in org.apache.qpid.protonj2.engine that return Attachments Modifier and Type Method Description Attachments
Attachments. clear()
Attachments
Endpoint. getAttachments()
Attachments
IncomingDelivery. getAttachments()
Attachments
OutgoingDelivery. getAttachments()
Attachments
Transaction. getAttachments()
<T> Attachments
Attachments. set(String key, T value)
Maps a given object to the given key in thisAttachments
instance. -
Uses of Attachments in org.apache.qpid.protonj2.engine.impl
Classes in org.apache.qpid.protonj2.engine.impl that implement Attachments Modifier and Type Class Description class
ProtonAttachments
Proton implementation of an Attachments object.Methods in org.apache.qpid.protonj2.engine.impl that return Attachments Modifier and Type Method Description Attachments
ProtonAttachments. clear()
-
Uses of Attachments in org.apache.qpid.protonj2.engine.sasl
Methods in org.apache.qpid.protonj2.engine.sasl that return Attachments Modifier and Type Method Description Attachments
SaslContext. getAttachments()
Returns a mutable context that the application layer can use to store meaningful data for itself in relation to this specific SASL context object.
-