void |
ProtocolDelegate.command(C context,
Method command) |
void |
ConnectionDelegate.command(Connection conn,
Method method) |
void |
SessionDelegate.command(Session ssn,
Method method) |
void |
SessionDelegate.command(Session ssn,
Method method,
boolean processed) |
void |
ProtocolDelegate.control(C context,
Method control) |
void |
ConnectionDelegate.control(Connection conn,
Method method) |
void |
SessionDelegate.control(Session ssn,
Method method) |
void |
Connection.dispatch(Method method) |
abstract void |
MethodDelegate.handle(C context,
Method method) |
void |
ConnectionDelegate.handle(Connection conn,
Method method) |
void |
SessionDelegate.handle(Session ssn,
Method method) |
protected abstract void |
SessionInvoker.invoke(Method method) |
protected abstract void |
ConnectionInvoker.invoke(Method method) |
protected void |
Connection.invoke(Method method) |
void |
Session.invoke(Method m) |
protected abstract <T> Future<T> |
SessionInvoker.invoke(Method method,
Class<T> resultClass) |
protected <T> Future<T> |
Session.invoke(Method m,
Class<T> klass) |
void |
Session.invoke(Method m,
Runnable postIdSettingAction) |
void |
Method.CompletionListener.onComplete(Method method) |
void |
Session.processed(Method command) |