예제 #1
0
파일: http.py 프로젝트: Zaidos/Pyxie
    def forward_outbound(self):

        TCPProto.forward_outbound(self)
예제 #2
0
파일: http.py 프로젝트: bitw1ze/Pyxie
    def __init__(self, stream_id, client, server, config, listener):

        TCPProto.__init__(self, stream_id, client, server, config, listener)
예제 #3
0
파일: http.py 프로젝트: Zaidos/Pyxie
    def forward_inbound(self):

        TCPProto.forward_inbound(self)