def forward_outbound(self): TCPProto.forward_outbound(self)
def __init__(self, stream_id, client, server, config, listener): TCPProto.__init__(self, stream_id, client, server, config, listener)
def forward_inbound(self): TCPProto.forward_inbound(self)