public class ActiveMQProtonConnectionCallback extends Object implements AMQPConnectionCallback
| Modifier and Type | Field and Description |
|---|---|
protected AMQPConnectionContext |
amqpConnection |
protected ActiveMQProtonRemotingConnection |
protonConnectionDelegate |
| Constructor and Description |
|---|
ActiveMQProtonConnectionCallback(ProtonProtocolManager manager,
Connection connection) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
AMQPSessionCallback |
createSessionCallback(AMQPConnectionContext connection) |
AMQPConnectionContext |
getConnection() |
Executor |
getExeuctor() |
ActiveMQProtonRemotingConnection |
getProtonConnectionDelegate() |
ServerSASL[] |
getSASLMechnisms() |
void |
onTransport(io.netty.buffer.ByteBuf byteBuf,
AMQPConnectionContext amqpConnection) |
void |
setConnection(AMQPConnectionContext connection) |
void |
setProtonConnectionDelegate(ActiveMQProtonRemotingConnection protonConnectionDelegate) |
protected ActiveMQProtonRemotingConnection protonConnectionDelegate
protected AMQPConnectionContext amqpConnection
public ActiveMQProtonConnectionCallback(ProtonProtocolManager manager, Connection connection)
public ServerSASL[] getSASLMechnisms()
getSASLMechnisms in interface AMQPConnectionCallbackpublic void close()
close in interface AMQPConnectionCallbackpublic Executor getExeuctor()
public void setConnection(AMQPConnectionContext connection)
setConnection in interface AMQPConnectionCallbackpublic AMQPConnectionContext getConnection()
getConnection in interface AMQPConnectionCallbackpublic ActiveMQProtonRemotingConnection getProtonConnectionDelegate()
public void setProtonConnectionDelegate(ActiveMQProtonRemotingConnection protonConnectionDelegate)
public void onTransport(io.netty.buffer.ByteBuf byteBuf,
AMQPConnectionContext amqpConnection)
onTransport in interface AMQPConnectionCallbackpublic AMQPSessionCallback createSessionCallback(AMQPConnectionContext connection)
createSessionCallback in interface AMQPConnectionCallbackCopyright © 2015 The Apache Software Foundation. All Rights Reserved.