Package | Description |
---|---|
org.apache.qpid.proton.engine | |
org.apache.qpid.proton.engine.impl | |
org.apache.qpid.proton.examples |
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) |
Modifier and Type | Method and Description |
---|---|
T |
Pool.LinkConstructor.create(Session session,
String remote,
String local) |
Receiver |
Pool.newIncoming(Session ssn,
String remote,
String local) |
Sender |
Pool.newOutgoing(Session ssn,
String remote,
String local) |
Copyright © 2016 The Apache Software Foundation. All rights reserved.