Exemplo n.º 1
0
Arquivo: http.py Projeto: Zaidos/Pyxie
    def forward_outbound(self):

        TCPProto.forward_outbound(self)
Exemplo n.º 2
0
    def __init__(self, stream_id, client, server, config, listener):

        TCPProto.__init__(self, stream_id, client, server, config, listener)
Exemplo n.º 3
0
Arquivo: http.py Projeto: Zaidos/Pyxie
    def forward_inbound(self):

        TCPProto.forward_inbound(self)