def __init__(self, port=8003, bind_address='localhost'):
     Manager.__init__(self)
     WebSocketBase.__init__(self, port, bind_address)
 def __init__(self, port=8002, bind_address='localhost'):
     Writer.__init__(self)
     WebSocketBase.__init__(self, port, bind_address)