Part of vmc.contrib.axiom.batch View In Hierarchy
Known subclasses: vmc.contrib.axiom.batch.BatchProcessingProtocol
Protocol class which runs in the child process
This just defines one behavior on top of a regular juice protocol: the shutdown command, which drops the connection and stops the reactor.| Method | connectionLost | Undocumented |
| Method | command_SHUTDOWN | Undocumented |
Inherited from Juice:
| Method | __init__ | |
| 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 Juice):
| Method | setLineMode | Undocumented |
| Method | isDisconnecting | Undocumented |
| Method | setRawMode | Undocumented |
Inherited from JuiceParserBase (via 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 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 |