Package | Description |
---|---|
org.proton.plug.context | |
org.proton.plug.context.client | |
org.proton.plug.context.server |
Modifier and Type | Field and Description |
---|---|
protected AbstractProtonSessionContext |
AbstractProtonReceiverContext.protonSession |
protected AbstractProtonSessionContext |
AbstractProtonContextSender.protonSession |
Modifier and Type | Method and Description |
---|---|
protected AbstractProtonSessionContext |
AbstractConnectionContext.getSessionExtension(org.apache.qpid.proton.engine.Session realSession) |
protected abstract AbstractProtonSessionContext |
AbstractConnectionContext.newSessionExtension(org.apache.qpid.proton.engine.Session realSession) |
Constructor and Description |
---|
AbstractProtonContextSender(AbstractConnectionContext connection,
org.apache.qpid.proton.engine.Sender sender,
AbstractProtonSessionContext protonSession,
AMQPSessionCallback server) |
AbstractProtonReceiverContext(AMQPSessionCallback sessionSPI,
AbstractConnectionContext connection,
AbstractProtonSessionContext protonSession,
org.apache.qpid.proton.engine.Receiver receiver) |
Modifier and Type | Class and Description |
---|---|
class |
ProtonClientSessionContext |
Modifier and Type | Method and Description |
---|---|
protected AbstractProtonSessionContext |
ProtonClientConnectionContext.newSessionExtension(org.apache.qpid.proton.engine.Session realSession) |
Constructor and Description |
---|
ProtonClientContext(AbstractConnectionContext connection,
org.apache.qpid.proton.engine.Sender sender,
AbstractProtonSessionContext protonSession,
AMQPSessionCallback server) |
ProtonClientReceiverContext(AMQPSessionCallback sessionSPI,
AbstractConnectionContext connection,
AbstractProtonSessionContext protonSession,
org.apache.qpid.proton.engine.Receiver receiver) |
Modifier and Type | Class and Description |
---|---|
class |
ProtonServerSessionContext |
Modifier and Type | Method and Description |
---|---|
protected AbstractProtonSessionContext |
ProtonServerConnectionContext.newSessionExtension(org.apache.qpid.proton.engine.Session realSession) |
Constructor and Description |
---|
ProtonServerReceiverContext(AMQPSessionCallback sessionSPI,
AbstractConnectionContext connection,
AbstractProtonSessionContext protonSession,
org.apache.qpid.proton.engine.Receiver receiver) |
ProtonServerSenderContext(AbstractConnectionContext connection,
org.apache.qpid.proton.engine.Sender sender,
AbstractProtonSessionContext protonSession,
AMQPSessionCallback server) |
Copyright © 2016 The Apache Software Foundation. All rights reserved.