Package VisionEgg :: Module TCPController :: Class TCPServer
[frames | no frames]

Class TCPServer


TCP server creates SocketListenController upon connection.

This class is analagous to VisionEgg.PyroHelpers.PyroServer.

Method Summary
  __init__(self, hostname, port, single_socket_but_reconnect_ok, dialog_ok, confirm_address_with_gui)
Bind to hostname and port, but don't listen yet.
  create_listener_once_connected(self, eval_frequency)
Wait for connection and spawn instance of SocketListenController.

Method Details

__init__(self, hostname='', port=7834, single_socket_but_reconnect_ok=0, dialog_ok=1, confirm_address_with_gui=1)
(Constructor)

Bind to hostname and port, but don't listen yet.

create_listener_once_connected(self, eval_frequency=None)

Wait for connection and spawn instance of SocketListenController.

Generated by Epydoc 2.0 on Fri Sep 19 18:29:37 2003 http://epydoc.sf.net