Uses of Interface
org.apache.qpid.protonj2.engine.Session
Packages that use Session
-
Uses of Session in org.apache.qpid.protonj2.engine
Methods in org.apache.qpid.protonj2.engine that return SessionModifier and TypeMethodDescriptionSession.deliveryReadHandler
(EventHandler<IncomingDelivery> delivery) Allows monitoring of incoming deliveries to receivers attached to thisSession
.Link.getParent()
Link.getSession()
Session.receiverOpenHandler
(EventHandler<Receiver> remoteReceiverOpenEventHandler) Sets aEventHandler
for when an AMQP Attach frame is received from the remote peer for a receiving link.Session.senderOpenHandler
(EventHandler<Sender> remoteSenderOpenEventHandler) Sets aEventHandler
for when an AMQP Attach frame is received from the remote peer for a sending link.Connection.session()
Creates a new Session linked to this ConnectionSession.setHandleMax
(long handleMax) Set the handle max value for this Session.Session.setIncomingCapacity
(int incomingCapacity) Sets the maximum number of bytes this session can be sent from the remote.Session.setOutgoingCapacity
(int outgoingCapacity) Sets the maximum number of bytes this session can be write before blocking additional sends until the written bytes are known to have been flushed to the write.Session.transactionManagerOpenHandler
(EventHandler<TransactionManager> remoteTxnManagerOpenEventHandler) Sets aEventHandler
for when an AMQP Attach frame is received from the remote peer for a transaction coordination link.Methods in org.apache.qpid.protonj2.engine that return types with arguments of type SessionModifier and TypeMethodDescriptionConnection.sessions()
Returns an unmodifiableSet
of Sessions that are tracked by the Connection.Method parameters in org.apache.qpid.protonj2.engine with type arguments of type SessionModifier and TypeMethodDescriptionConnection.sessionOpenHandler
(EventHandler<Session> remoteSessionOpenEventHandler) Sets aEventHandler
for when an AMQP Begin frame is received from the remote peer. -
Uses of Session in org.apache.qpid.protonj2.engine.impl
Classes in org.apache.qpid.protonj2.engine.impl that implement SessionMethods in org.apache.qpid.protonj2.engine.impl that return SessionModifier and TypeMethodDescriptionProtonSession.setHandleMax
(long handleMax) ProtonSession.setIncomingCapacity
(int incomingCapacity) ProtonSession.setOutgoingCapacity
(int outgoingCapacity) Methods in org.apache.qpid.protonj2.engine.impl that return types with arguments of type SessionMethod parameters in org.apache.qpid.protonj2.engine.impl with type arguments of type SessionModifier and TypeMethodDescriptionProtonConnection.sessionOpenHandler
(EventHandler<Session> remoteSessionOpenEventHandler)