SYMBOL INDEX (49 symbols across 3 files) FILE: Modulos/open.py class Server (line 19) | class Server(threading.Thread): method __init__ (line 20) | def __init__(self, host, port): method run (line 29) | def run(self): method printLog (line 52) | def printLog(self, log): method addConn (line 57) | def addConn(self, conn): method removeConn (line 65) | def removeConn(self, conn): method close (line 72) | def close(self): class ConnectionHandler (line 84) | class ConnectionHandler(threading.Thread): method __init__ (line 85) | def __init__(self, socClient, server, addr): method close (line 94) | def close(self): method run (line 113) | def run(self): method findHeader (line 150) | def findHeader(self, head, header): method connect_target (line 165) | def connect_target(self, host): method method_CONNECT (line 182) | def method_CONNECT(self, path): method doCONNECT (line 190) | def doCONNECT(self): function main (line 225) | def main(host=IP, port=PORT): FILE: Modulos/proxy.py class Server (line 21) | class Server(threading.Thread): method __init__ (line 22) | def __init__(self, host, port): method run (line 30) | def run(self): method addConn (line 54) | def addConn(self, conn): method removeConn (line 62) | def removeConn(self, conn): method close (line 69) | def close(self): class ConnectionHandler (line 81) | class ConnectionHandler(threading.Thread): method __init__ (line 82) | def __init__(self, socClient, server, addr): method close (line 90) | def close(self): method run (line 109) | def run(self): method findHeader (line 144) | def findHeader(self, head, header): method connect_target (line 159) | def connect_target(self, host): method method_CONNECT (line 176) | def method_CONNECT(self, path): method doCONNECT (line 182) | def doCONNECT(self): function main (line 217) | def main(host=IP, port=PORT): FILE: Modulos/wsproxy.py class Server (line 19) | class Server(threading.Thread): method __init__ (line 20) | def __init__(self, host, port): method run (line 29) | def run(self): method printLog (line 52) | def printLog(self, log): method addConn (line 57) | def addConn(self, conn): method removeConn (line 65) | def removeConn(self, conn): method close (line 72) | def close(self): class ConnectionHandler (line 84) | class ConnectionHandler(threading.Thread): method __init__ (line 85) | def __init__(self, socClient, server, addr): method close (line 94) | def close(self): method run (line 113) | def run(self): method findHeader (line 150) | def findHeader(self, head, header): method connect_target (line 165) | def connect_target(self, host): method method_CONNECT (line 182) | def method_CONNECT(self, path): method doCONNECT (line 192) | def doCONNECT(self): function print_usage (line 226) | def print_usage(): function parse_args (line 231) | def parse_args(argv): function main (line 250) | def main(host=LISTENING_ADDR, port=LISTENING_PORT):