| Trees | Indices | Help |
|
|---|
|
|
Module for the unix socket protocol
This module implements the local unix socket protocol. You only need this module and the opcodes module in the client program in order to communicate with the master.
The module is also used by the master daemon.
|
|||
|
ProtocolError Denotes an error in the server communication |
|||
|
ConnectionClosedError Connection closed error |
|||
|
TimeoutError Operation timeout error |
|||
|
EncodingError Encoding failure on the sending side |
|||
|
DecodingError Decoding failure on the receiving side |
|||
|
RequestError Error on request |
|||
|
NoMasterError The master cannot be reached |
|||
|
Transport Low-level transport class. |
|||
|
Client High-level client implementation. |
|||
Imports: socket, collections, time, errno, serializer, constants, errors
| Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Fri Sep 3 12:34:35 2010 | http://epydoc.sourceforge.net |