| Package | Description |
|---|---|
| org.apache.qpid.proton.engine |
| Modifier and Type | Method and Description |
|---|---|
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.