public class ProtonClientConnectionManager extends Object implements BaseConnectionLifeCycleListener<ProtonProtocolManager>, BufferHandler
| Constructor and Description |
|---|
ProtonClientConnectionManager(AMQPClientConnectionFactory connectionFactory,
Optional<EventHandler> eventHandler) |
| 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) |
void |
stop() |
public ProtonClientConnectionManager(AMQPClientConnectionFactory connectionFactory, Optional<EventHandler> eventHandler)
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 BufferHandlerCopyright © 2017 The Apache Software Foundation. All Rights Reserved.