Part of vmc.contrib.epsilon.juice View In Hierarchy
Known subclasses: vmc.contrib.epsilon.juice.Juice
Method | __init__ | Undocumented |
Method | failAllOutgoing | Undocumented |
Method | juiceBoxReceived | Undocumented |
Method | sendBoxCommand | Send a command across the wire with the given
juice.Box .
|
Inherited from DispatchMixin:
Method | _auto | Undocumented |
Method | _wrap | Undocumented |
Method | normalizeCommand | Return the canonical form of a command. |
Method | lookupFunction | Return a callable to invoke when executing the named command. |
Method | dispatchCommand | Undocumented |
Send a command across the wire with the given
juice.Box
.
Returns a Deferred which fires with the response juice.Box
when it is received, or fails with a juice.RemoteJuiceError
if
an error is received.