Esempio n. 1
0
File: http.py Progetto: Zaidos/Pyxie
    def forward_outbound(self):

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

        TCPProto.__init__(self, stream_id, client, server, config, listener)
Esempio n. 3
0
File: http.py Progetto: Zaidos/Pyxie
    def forward_inbound(self):

        TCPProto.forward_inbound(self)