| Package | Description |
|---|---|
| org.apache.activemq.artemis.core.protocol.openwire | |
| org.apache.activemq.artemis.core.protocol.openwire.amq |
| Modifier and Type | Method and Description |
|---|---|
OpenWireConnection |
OpenWireConnection.getRemotingConnection() |
| Modifier and Type | Method and Description |
|---|---|
List<OpenWireConnection> |
OpenWireProtocolManager.getConnections() |
| Modifier and Type | Method and Description |
|---|---|
void |
OpenWireProtocolManager.addConnection(OpenWireConnection connection,
org.apache.activemq.command.ConnectionInfo info) |
void |
OpenWireProtocolManager.configureInactivityParams(OpenWireConnection connection,
org.apache.activemq.command.WireFormatInfo command) |
void |
OpenWireProtocolManager.sendBrokerInfo(OpenWireConnection connection) |
void |
OpenWireProtocolManager.validateUser(String login,
String passcode,
OpenWireConnection connection) |
| Modifier and Type | Method and Description |
|---|---|
OpenWireConnection |
AMQConnectionContext.getConnection() |
OpenWireConnection |
AMQSession.getConnection() |
| Modifier and Type | Method and Description |
|---|---|
void |
AMQConnectionContext.setConnection(OpenWireConnection connection) |
| Constructor and Description |
|---|
AMQSession(org.apache.activemq.command.ConnectionInfo connInfo,
org.apache.activemq.command.SessionInfo sessInfo,
ActiveMQServer server,
OpenWireConnection connection,
OpenWireProtocolManager protocolManager) |
Copyright © 2020 The Apache Software Foundation. All rights reserved.