コード例 #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)