Home
last modified time | relevance | path

Searched refs:clientTransportFactory (Results 1 – 1 of 1) sorted by relevance

/thrift-3.4.0/lib/d/test/
Dasync_test.d102 TTransportFactory clientTransportFactory; in main() local
111 clientTransportFactory = new TAsyncSSLSocketFactory(clientSSLContext); in main()
121 clientTransportFactory = new TBufferedTransportFactory; in main()
157 auto c = new ClientsThread(manager, currentPort, clientTransportFactory, in main()