示例#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)