Uses of Interface
org.apache.qpid.proton.engine.Session
Packages that use Session
-
Uses of Session in org.apache.qpid.proton.engine
Subinterfaces of Session in org.apache.qpid.proton.engineModifier and TypeInterfaceDescriptioninterface
ExtendsSession
with functionality that is specific to proton-jMethods in org.apache.qpid.proton.engine that return SessionModifier and TypeMethodDescriptionEvent.getSession()
Link.getSession()
Session.next
(EnumSet<EndpointState> local, EnumSet<EndpointState> remote) Connection.session()
Returns a newly created session TODO does the Connection's channel-max property limit how many sessions can be created, or opened, or neither?Connection.sessionHead
(EnumSet<EndpointState> local, EnumSet<EndpointState> remote) Returns the head of the list of sessions in the specified states. -
Uses of Session in org.apache.qpid.proton.engine.impl
Classes in org.apache.qpid.proton.engine.impl that implement SessionMethods in org.apache.qpid.proton.engine.impl that return SessionModifier and TypeMethodDescriptionSessionImpl.next
(EnumSet<EndpointState> local, EnumSet<EndpointState> remote) ConnectionImpl.sessionHead
(EnumSet<EndpointState> local, EnumSet<EndpointState> remote)