PyPipelineServer::PipelineServer Class Reference

Inheritance diagram for PyPipelineServer::PipelineServer:
dispatcher

List of all members.

Public Member Functions

def __init__
def fileno
def handle_accept
def handle_close
def process_request
def serve_forever
def server_activate
def server_bind
def verify_request

Public Attributes

 address
 handlerClass

Static Public Attributes

 address_family = socket.AF_INET
 allow_reuse_address = False
int request_queue_size = 5
 socket_type = socket.SOCK_STREAM

Member Function Documentation

def PyPipelineServer::PipelineServer::__init__ (   self,
  address = ('localhost', 13001,
  handlerClass = PipelineHandler 
)
def PyPipelineServer::PipelineServer::fileno (   self  ) 
def PyPipelineServer::PipelineServer::handle_accept (   self  ) 
def PyPipelineServer::PipelineServer::handle_close (   self  ) 
def PyPipelineServer::PipelineServer::process_request (   self,
  conn_sock,
  client_address 
)
def PyPipelineServer::PipelineServer::serve_forever (   self  ) 
def PyPipelineServer::PipelineServer::server_activate (   self  ) 
def PyPipelineServer::PipelineServer::server_bind (   self  ) 
def PyPipelineServer::PipelineServer::verify_request (   self,
  conn_sock,
  client_address 
)

Member Data Documentation

PyPipelineServer::PipelineServer::socket_type = socket.SOCK_STREAM [static]

The documentation for this class was generated from the following file:

Generated on 6 Apr 2011 for Slicer3 by  doxygen 1.6.1