Package | Description |
---|---|
org.apache.qpid.jms.meta | |
org.apache.qpid.jms.provider.amqp | |
org.apache.qpid.jms.provider.amqp.builders |
Modifier and Type | Method and Description |
---|---|
JmsConnectionInfo |
JmsConnectionInfo.copy() |
Modifier and Type | Method and Description |
---|---|
int |
JmsConnectionInfo.compareTo(JmsConnectionInfo other) |
void |
JmsDefaultResourceVisitor.processConnectionInfo(JmsConnectionInfo connectionInfo) |
void |
JmsResourceVistor.processConnectionInfo(JmsConnectionInfo connectionInfo) |
Constructor and Description |
---|
JmsSessionInfo(JmsConnectionInfo connectionInfo,
long sessionId) |
Constructor and Description |
---|
AmqpConnection(AmqpProvider provider,
JmsConnectionInfo info,
org.apache.qpid.proton.engine.Connection protonConnection) |
AmqpConnectionProperties(JmsConnectionInfo connectionInfo)
Creates a new instance of this class with default values read from the
given JmsConnectionInfo object.
|
AmqpSaslAuthenticator(org.apache.qpid.proton.engine.Sasl sasl,
JmsConnectionInfo info,
Principal localPrincipal,
String[] mechanismsRestriction)
Create the authenticator and initialize it.
|
Modifier and Type | Method and Description |
---|---|
protected org.apache.qpid.proton.engine.Connection |
AmqpConnectionBuilder.createEndpoint(JmsConnectionInfo resourceInfo) |
protected AmqpConnection |
AmqpConnectionBuilder.createResource(AmqpProvider parent,
JmsConnectionInfo resourceInfo,
org.apache.qpid.proton.engine.Connection endpoint) |
Constructor and Description |
---|
AmqpConnectionBuilder(AmqpProvider parent,
JmsConnectionInfo resourceInfo) |
Copyright © 2013–2016 The Apache Software Foundation. All rights reserved.