Searched refs:unix_socket (Results 1 – 3 of 3) sorted by relevance
/thrift-3.4.0/lib/py/src/transport/ |
D | TSocket.py | 53 def __init__(self, host='localhost', port=9090, unix_socket=None, argument 68 self._unix_socket = unix_socket 197 def __init__(self, host=None, port=9090, unix_socket=None, socket_family=socket.AF_UNSPEC): argument 200 self._unix_socket = unix_socket
|
D | TSSLSocket.py | 262 unix_socket = kwargs.pop('unix_socket', None) 266 TSocket.TSocket.__init__(self, host, port, unix_socket, 355 unix_socket = kwargs.pop('unix_socket', None) 359 TSocket.TServerSocket.__init__(self, host, port, unix_socket)
|
/thrift-3.4.0/lib/py/test/ |
D | test_sslsocket.py | 133 client = TSSLSocket(host, port, unix_socket=path, **client_kwargs) 226 server = self._server_socket(unix_socket=path, keyfile=SERVER_KEY, certfile=SERVER_CERT)
|