public interface AMQPConnectionCallback
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
AMQPSessionCallback |
createSessionCallback(AMQPConnectionContext connection) |
AMQPConnectionContext |
getConnection() |
ServerSASL[] |
getSASLMechnisms() |
boolean |
isSupportsAnonymous() |
void |
onTransport(io.netty.buffer.ByteBuf bytes,
AMQPConnectionContext connection)
this is called when bytes are available to be sent to the client.
|
void |
sendSASLSupported() |
void |
setConnection(AMQPConnectionContext connection) |
void close()
void onTransport(io.netty.buffer.ByteBuf bytes,
AMQPConnectionContext connection)
AMQPConnectionContext.outputDone(int) after you're done with this bufferbytes - AMQPSessionCallback createSessionCallback(AMQPConnectionContext connection)
void setConnection(AMQPConnectionContext connection)
AMQPConnectionContext getConnection()
ServerSASL[] getSASLMechnisms()
boolean isSupportsAnonymous()
void sendSASLSupported()
Copyright © 2016 The Apache Software Foundation. All Rights Reserved.