Methods in org.apache.qpid.transport with parameters of type Method |
void |
ProtocolDelegate.command(C context,
Method command)
|
void |
ConnectionDelegate.command(Connection conn,
Method method)
|
void |
SessionDelegate.command(Session ssn,
Method method)
|
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)
|
(package private) void |
Session.identify(Method cmd)
|
protected abstract void |
SessionInvoker.invoke(Method method)
|
protected abstract void |
ConnectionInvoker.invoke(Method method)
|
void |
Session.invoke(Method m)
|
protected void |
Connection.invoke(Method method)
|
protected abstract
|
SessionInvoker.invoke(Method method,
Class<T> resultClass)
|
protected
|
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)
|
(package private) void |
Session.received(Method m)
|