Package | Description |
---|---|
org.apache.qpid.proton.engine | |
org.apache.qpid.proton.engine.impl |
Modifier and Type | Interface and Description |
---|---|
interface |
ProtonJSession
Extends
Session with functionality that is specific to proton-j |
Modifier and Type | Method and Description |
---|---|
Session |
Link.getSession() |
Session |
Event.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.
|
Modifier and Type | Class and Description |
---|---|
class |
SessionImpl |
Modifier and Type | Method and Description |
---|---|
Session |
SessionImpl.next(EnumSet<EndpointState> local,
EnumSet<EndpointState> remote) |
Session |
ConnectionImpl.sessionHead(EnumSet<EndpointState> local,
EnumSet<EndpointState> remote) |
Copyright © 2014 The Apache Software Foundation. All rights reserved.