Package SpecClient :: Module SpecServer :: Class SpecServer
[hide private]
[frames] | no frames]

Class SpecServer

source code

asyncore.dispatcher --+
                      |
                     SpecServer

Instance Methods [hide private]
 
__init__(self, host, name, handler=<class SpecClient.SpecServer.BaseSpecRequestHandler at 0x2f97120>) source code
 
handle_accept(self) source code
 
serve_forever(self) source code

Inherited from asyncore.dispatcher: __getattr__, __repr__, __str__, accept, add_channel, bind, close, connect, create_socket, del_channel, handle_close, handle_connect, handle_connect_event, handle_error, handle_expt, handle_expt_event, handle_read, handle_read_event, handle_write, handle_write_event, listen, log, log_info, readable, recv, send, set_reuse_addr, set_socket, writable

Class Variables [hide private]

Inherited from asyncore.dispatcher: ac_in_buffer_size, accepting, addr, closing, connected, connecting, debug, ignore_log_types

Method Details [hide private]

__init__(self, host, name, handler=<class SpecClient.SpecServer.BaseSpecRequestHandler at 0x2f97120>)
(Constructor)

source code 
Overrides: asyncore.dispatcher.__init__

handle_accept(self)

source code 
Overrides: asyncore.dispatcher.handle_accept