public class ProtonClientConnectionManager extends Object implements BaseConnectionLifeCycleListener<ProtonProtocolManager>, BufferHandler
| Constructor and Description |
|---|
ProtonClientConnectionManager(AMQPClientConnectionFactory connectionFactory,
Optional<EventHandler> eventHandler,
ClientSASLFactory clientSASLFactory) |
| Modifier and Type | Method and Description |
|---|---|
void |
bufferReceived(Object connectionID,
ActiveMQBuffer buffer) |
void |
connectionCreated(ActiveMQComponent component,
Connection connection,
ProtonProtocolManager protocolManager) |
void |
connectionDestroyed(Object connectionID) |
void |
connectionException(Object connectionID,
ActiveMQException me) |
void |
connectionReadyForWrites(Object connectionID,
boolean ready) |
RemotingConnection |
getConnection(Object connectionId) |
void |
stop() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitendOfBatchpublic ProtonClientConnectionManager(AMQPClientConnectionFactory connectionFactory, Optional<EventHandler> eventHandler, ClientSASLFactory clientSASLFactory)
public void connectionCreated(ActiveMQComponent component, Connection connection, ProtonProtocolManager protocolManager)
connectionCreated in interface BaseConnectionLifeCycleListener<ProtonProtocolManager>public void connectionDestroyed(Object connectionID)
connectionDestroyed in interface BaseConnectionLifeCycleListener<ProtonProtocolManager>public void connectionException(Object connectionID, ActiveMQException me)
connectionException in interface BaseConnectionLifeCycleListener<ProtonProtocolManager>public void connectionReadyForWrites(Object connectionID, boolean ready)
connectionReadyForWrites in interface BaseConnectionLifeCycleListener<ProtonProtocolManager>public void stop()
public void bufferReceived(Object connectionID, ActiveMQBuffer buffer)
bufferReceived in interface BufferHandlerpublic RemotingConnection getConnection(Object connectionId)
Copyright © 2021 The Apache Software Foundation. All rights reserved.