void |
ConnectionListener.closed(Connection connection) |
void |
ConnectionDelegate.command(Connection conn,
Method method) |
protected void |
ServerDelegate.connectionAuthContinue(Connection conn,
byte[] challenge) |
protected void |
ServerDelegate.connectionAuthFailed(Connection conn,
Exception e) |
void |
ConnectionDelegate.connectionClose(Connection conn,
ConnectionClose close) |
void |
ConnectionDelegate.connectionCloseOk(Connection conn,
ConnectionCloseOk ok) |
void |
ConnectionDelegate.connectionHeartbeat(Connection conn,
ConnectionHeartbeat hearbeat) |
void |
ClientDelegate.connectionHeartbeat(Connection conn,
ConnectionHeartbeat hearbeat) |
void |
ServerDelegate.connectionOpen(Connection conn,
ConnectionOpen open) |
void |
ClientDelegate.connectionOpenOk(Connection conn,
ConnectionOpenOk ok) |
void |
ClientDelegate.connectionRedirect(Connection conn,
ConnectionRedirect redir) |
void |
ClientDelegate.connectionSecure(Connection conn,
ConnectionSecure secure) |
void |
ServerDelegate.connectionSecureOk(Connection conn,
ConnectionSecureOk ok) |
void |
ClientDelegate.connectionStart(Connection conn,
ConnectionStart start) |
void |
ServerDelegate.connectionStartOk(Connection conn,
ConnectionStartOk ok) |
void |
ClientDelegate.connectionTune(Connection conn,
ConnectionTune tune) |
void |
ServerDelegate.connectionTuneOk(Connection conn,
ConnectionTuneOk ok) |
void |
ConnectionDelegate.control(Connection conn,
Method method) |
protected SaslServer |
ServerDelegate.createSaslServer(Connection conn,
String mechanism) |
void |
ConnectionDelegate.error(Connection conn,
ProtocolError error) |
void |
ConnectionListener.exception(Connection connection,
ConnectionException exception) |
Session |
ServerDelegate.getSession(Connection conn,
SessionAttach atc) |
protected Session |
ServerDelegate.getSession(Connection conn,
SessionDelegate delegate,
SessionAttach atc) |
void |
ConnectionDelegate.handle(Connection conn,
Method method) |
void |
ServerDelegate.init(Connection conn,
ProtocolHeader hdr) |
void |
ClientDelegate.init(Connection conn,
ProtocolHeader hdr) |
Session |
Connection.SessionFactory.newSession(Connection conn,
Binary name,
long expiry,
boolean isNoReplay) |
void |
ConnectionListener.opened(Connection connection) |
protected void |
ServerDelegate.secure(Connection conn,
byte[] response) |
protected void |
ServerDelegate.secure(SaslServer ss,
Connection conn,
byte[] response) |
protected void |
ConnectionDelegate.sendConnectionCloseOkAndCloseSender(Connection conn) |
void |
ServerDelegate.sessionAttach(Connection conn,
SessionAttach atc) |
void |
ConnectionDelegate.sessionDetach(Connection conn,
SessionDetach dtc) |
void |
ConnectionDelegate.sessionDetached(Connection conn,
SessionDetached dtc) |
protected void |
ServerDelegate.setConnectionTuneOkChannelMax(Connection conn,
int okChannelMax) |
protected void |
ServerDelegate.tuneAuthorizedConnection(Connection conn) |
void |
ConnectionDelegate.writerIdle(Connection connection) |