Home
last modified time | relevance | path

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

/thrift-3.4.0/lib/nodejs/examples/
Dclient_multitransport.js25 var f_conn = thrift.createConnection('localhost', 9090), // default: framed
27 var b_conn = thrift.createConnection('localhost', 9091, {transport: ttransport.TBufferedTransport}),
Dclient.js24 var connection = thrift.createConnection('localhost', 9090),
/thrift-3.4.0/lib/nodejs/lib/thrift/
Dindex.js29 exports.createConnection = connection.createConnection;
Dconnection.js265 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/
Dclient.ts47 var connection = thrift.createConnection("localhost", port, options);
/thrift-3.4.0/tutorial/nodejs/
DNodeClient.js28 var connection = thrift.createConnection("localhost", 9090, {
DNodeClientPromise.js28 var connection = thrift.createConnection("localhost", 9090, {
/thrift-3.4.0/lib/nodejs/test/episodic-code-generation-test/
Dclient.js43 const connection = thrift.createConnection(host, port, options);
/thrift-3.4.0/lib/nodejs/test/
Dclient.js118 : thrift.createConnection(host, port, options);
/thrift-3.4.0/lib/nodejs/
DREADME.md46 var connection = thrift.createConnection("localhost", 9160),
/thrift-3.4.0/lib/cpp/src/thrift/server/
DTNonblockingServer.cpp912 TNonblockingServer::TConnection* TNonblockingServer::createConnection(std::shared_ptr<TSocket> sock… in createConnection() function in apache::thrift::server::TNonblockingServer
990 TConnection* clientConnection = createConnection(clientSocket); in handleEvent()
DTNonblockingServer.h721 TConnection* createConnection(std::shared_ptr<TSocket> socket);
/thrift-3.4.0/
DCHANGES.md1006 - [THRIFT-4844](https://issues.apache.org/jira/browse/THRIFT-4844) - createConnection ignores conne…