Searched refs:createConnection (Results 1 – 13 of 13) sorted by relevance
/thrift-3.4.0/lib/nodejs/examples/ |
D | client_multitransport.js | 25 var f_conn = thrift.createConnection('localhost', 9090), // default: framed 27 var b_conn = thrift.createConnection('localhost', 9091, {transport: ttransport.TBufferedTransport}),
|
D | client.js | 24 var connection = thrift.createConnection('localhost', 9090),
|
/thrift-3.4.0/lib/nodejs/lib/thrift/ |
D | index.js | 29 exports.createConnection = connection.createConnection;
|
D | connection.js | 265 exports.createConnection = function(host, port, options) { function 266 var stream = net.createConnection( { 279 var stream = net.createConnection(path);
|
/thrift-3.4.0/lib/nodets/test/ |
D | client.ts | 47 var connection = thrift.createConnection("localhost", port, options);
|
/thrift-3.4.0/tutorial/nodejs/ |
D | NodeClient.js | 28 var connection = thrift.createConnection("localhost", 9090, {
|
D | NodeClientPromise.js | 28 var connection = thrift.createConnection("localhost", 9090, {
|
/thrift-3.4.0/lib/nodejs/test/episodic-code-generation-test/ |
D | client.js | 43 const connection = thrift.createConnection(host, port, options);
|
/thrift-3.4.0/lib/nodejs/test/ |
D | client.js | 118 : thrift.createConnection(host, port, options);
|
/thrift-3.4.0/lib/nodejs/ |
D | README.md | 46 var connection = thrift.createConnection("localhost", 9160),
|
/thrift-3.4.0/lib/cpp/src/thrift/server/ |
D | TNonblockingServer.cpp | 912 TNonblockingServer::TConnection* TNonblockingServer::createConnection(std::shared_ptr<TSocket> sock… in createConnection() function in apache::thrift::server::TNonblockingServer 990 TConnection* clientConnection = createConnection(clientSocket); in handleEvent()
|
D | TNonblockingServer.h | 721 TConnection* createConnection(std::shared_ptr<TSocket> socket);
|
/thrift-3.4.0/ |
D | CHANGES.md | 1006 - [THRIFT-4844](https://issues.apache.org/jira/browse/THRIFT-4844) - createConnection ignores conne…
|