Package | Description |
---|---|
org.apache.qpid.server.protocol.v0_10 | |
org.apache.qpid.transport | |
org.apache.qpid.transport.network |
Modifier and Type | Method and Description |
---|---|
void |
ServerSessionDelegate.command(Session session,
Method method) |
void |
ServerDisassembler.command(Void v,
Method method) |
void |
ServerDisassembler.control(Void v,
Method method) |
protected void |
ServerConnection.invoke(Method method) |
void |
MessageAcceptCompletionListener.onComplete(Method method) |
void |
ServerSession.removeDispositionListener(Method method) |
Modifier and Type | Method and Description |
---|---|
static Method |
Method.create(int type) |
Modifier and Type | Method and Description |
---|---|
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 |
ConnectionInvoker.invoke(Method method) |
protected void |
Connection.invoke(Method method) |
protected abstract void |
SessionInvoker.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) |
Modifier and Type | Method and Description |
---|---|
void |
Disassembler.command(Void v,
Method method) |
void |
Disassembler.control(Void v,
Method method) |
Copyright © 2006–2016 The Apache Software Foundation. All rights reserved.