Home
Trees
Indices
Help
ivy-python: a python library for the Ivy software bus
[
hide private
]
[
frames
] |
no frames
]
[
Module Hierarchy
|
Class Hierarchy
]
Class Hierarchy
SocketServer.BaseRequestHandler
:
Base class for request handler classes.
SocketServer.StreamRequestHandler
:
Define self.rfile and self.wfile for stream sockets.
ivy.ivy.IvyHandler
:
An IvyHandler is associated to one IvyClient connected to our server.
SocketServer.BaseServer
:
Base class for server classes.
SocketServer.TCPServer
:
Base class for various socket-based server classes.
SocketServer.ThreadingTCPServer
ivy.ivy.IvyServer
:
An Ivy server is responsible for receiving and handling the messages that other clients send on an Ivy bus to a given agent.
exceptions.Exception
:
Common base class for all exceptions.
ivy.ivy.IvyMalformedMessage
ivy.ivy.IvyProtocolError
exceptions.StandardError
:
Base class for all standard Python exceptions.
exceptions.RuntimeError
:
Unspecified run-time error.
ivy.ivy.IvyIllegalStateError
ivy.ivy.IvyClient
:
Represents a client connected to the bus.
SocketServer.ThreadingMixIn
:
Mix-in class to handle each request in a new thread.
SocketServer.ThreadingTCPServer
ivy.ivy.IvyServer
:
An Ivy server is responsible for receiving and handling the messages that other clients send on an Ivy bus to a given agent.
object
:
The most base type
threading._Verbose
threading.Thread
ivy.ivy.IvyServer
:
An Ivy server is responsible for receiving and handling the messages that other clients send on an Ivy bus to a given agent.
ivy.ivy.IvyTimer
:
An IvyTimer object is responsible for calling a function regularly.
Home
Trees
Indices
Help
ivy-python: a python library for the Ivy software bus
Generated by Epydoc 3.0.1 on Tue Jun 10 18:21:20 2008
http://epydoc.sourceforge.net