Uses of Interface
org.apache.qpid.proton.engine.Record
-
Packages that use Record Package Description org.apache.qpid.proton.engine org.apache.qpid.proton.engine.impl org.apache.qpid.proton.reactor org.apache.qpid.proton.reactor.impl -
-
Uses of Record in org.apache.qpid.proton.engine
Methods in org.apache.qpid.proton.engine that return Record Modifier and Type Method Description RecordExtendable. attachments()Methods in org.apache.qpid.proton.engine with parameters of type Record Modifier and Type Method Description TRecordAccessor. get(Record r)static HandlerBaseHandler. getHandler(Record r)voidRecordAccessor. set(Record r, T value)static voidBaseHandler. setHandler(Record r, Handler handler) -
Uses of Record in org.apache.qpid.proton.engine.impl
Classes in org.apache.qpid.proton.engine.impl that implement Record Modifier and Type Class Description classRecordImplRecordImplMethods in org.apache.qpid.proton.engine.impl that return Record Modifier and Type Method Description RecordDeliveryImpl. attachments()RecordEndpointImpl. attachments() -
Uses of Record in org.apache.qpid.proton.reactor
Methods in org.apache.qpid.proton.reactor that return Record Modifier and Type Method Description RecordReactor. attachments() -
Uses of Record in org.apache.qpid.proton.reactor.impl
Methods in org.apache.qpid.proton.reactor.impl that return Record Modifier and Type Method Description RecordAcceptorImpl. attachments()RecordReactorImpl. attachments()RecordSelectableImpl. attachments()RecordTaskImpl. attachments()
-