Uses of Interface
org.apache.qpid.proton.engine.Session

Packages that use Session
org.apache.qpid.proton.engine   
 

Uses of Session in org.apache.qpid.proton.engine
 

Methods in org.apache.qpid.proton.engine that return Session
 Session Link.getSession()
           
 Session Session.next(EnumSet<EndpointState> local, EnumSet<EndpointState> remote)
           
 Session 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?
 Session Connection.sessionHead(EnumSet<EndpointState> local, EnumSet<EndpointState> remote)
          Returns the head of the list of sessions in the specified states.
 



Copyright © 2013 The Apache Software Foundation. All Rights Reserved.