Part of vmc.contrib.axiom.batch View In Hierarchy
Method | __init__ | |
Method | connectionLost | Undocumented |
Method | command_SET_STORE | Undocumented |
Method | command_SUSPEND_PROCESSOR | Undocumented |
Method | command_RESUME_PROCESSOR | Undocumented |
Method | command_CALL_ITEM_METHOD | Undocumented |
Inherited from JuiceChild:
Method | command_SHUTDOWN | Undocumented |
Inherited from Juice (via JuiceChild):
Method | __repr__ | Undocumented |
Method | _lock | Lock this Juice instance so that no further Juice traffic may be sent. |
Method | _switchTo | Switch this Juice instance to a new protocol. You need to do this |
Method | juiceBoxReceived | Undocumented |
Method | sendPacket | Send a juice.Box to my peer. |
Method | sendCommand | Undocumented |
Method | makeConnection | Undocumented |
Method | prepareTLS | Undocumented |
Method | startTLS | Undocumented |
Method | dataReceived | Undocumented |
Method | lineReceived | Undocumented |
Method | rawDataReceived | Undocumented |
Method | _setProtocolVersion | Undocumented |
Method | renegotiateVersion | Undocumented |
Method | command_NEGOTIATE | Undocumented |
Inherited from LineReceiver (via JuiceChild, Juice):
Method | setLineMode | Undocumented |
Method | isDisconnecting | Undocumented |
Method | setRawMode | Undocumented |
Inherited from JuiceParserBase (via JuiceChild, Juice):
Method | _puke | Undocumented |
Method | _nextTag | Undocumented |
Method | failAllOutgoing | Undocumented |
Method | sendBoxCommand | Send a command across the wire with the given
juice.Box .
|
Inherited from DispatchMixin (via JuiceChild, Juice, JuiceParserBase):
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 |
Parameters | issueGreeting | whether to issue a greeting when connected. This should be set on server-side Juice protocols. |