Lines Matching refs:connection
102 let connection; variable
114 connection = thrift.createUDSConnection(domainSocket, options);
116 connection = ssl
122 connection = thrift.createHttpUDSConnection(domainSocket, options);
124 connection = thrift.createHttpConnection(host, port, options);
127 connection = thrift.createWSConnection(host, port, options);
128 connection.open();
131 connection.on("error", function(err) {
136 client = thrift.createClient(ThriftTest, connection);
140 client = mp.createClient("ThriftTest", ThriftTest, connection);
144 connection
147 connection.on("connect", function() {
156 client = thrift.createHttpClient(ThriftTest, connection);
159 client = thrift.createWSClient(ThriftTest, connection);
167 connection.end();