Home
last modified time | relevance | path

Searched defs:client (Results 1 – 25 of 110) sorted by relevance

12345

/thrift-3.4.0/lib/java/src/test/java/org/apache/thrift/async/
DTestTAsyncClientManager.java91 Srv.AsyncClient client = getClient(); in testBasicCall() local
97 Srv.AsyncClient client = getClient(); in testBasicCallWithTimeout() local
106 C client = in runTest() local
144 abstract void validateError(C client, Exception error); in validateError()
152 Srv.AsyncClient client = getClient(); in testUnexpectedRemoteExceptionCall() local
158 void validateError(Srv.AsyncClient client, Exception error) { in testUnexpectedRemoteExceptionCall()
170 Srv.AsyncClient client = getClient(); in testDeclaredRemoteExceptionCall() local
176 void validateError(Srv.AsyncClient client, Exception error) { in testDeclaredRemoteExceptionCall()
191 Srv.AsyncClient client = getClient(); in testTimeoutCall() local
198 void validateError(Srv.AsyncClient client, Exception error) { in testTimeoutCall()
[all …]
/thrift-3.4.0/tutorial/d/
Dclient.d19 module client; variable
35 auto client = tClient!Calculator(protocol); in main() local
/thrift-3.4.0/tutorial/java/src/
DJavaClient.java63 Calculator.Client client = new Calculator.Client(protocol); in main() local
73 private static void perform(Calculator.Client client) throws TException in perform()
/thrift-3.4.0/lib/java/src/main/java/org/apache/thrift/transport/
DTHttpClient.java78 private final HttpClient client; field in THttpClient
86 private final HttpClient client; field in THttpClient.Factory
93 public Factory(String url, HttpClient client) { in Factory()
134 public THttpClient(TConfiguration config, String url, HttpClient client) in THttpClient()
150 public THttpClient(String url, HttpClient client) throws TTransportException { in THttpClient()
/thrift-3.4.0/lib/nodejs/examples/
DMakefile23 client: all target
/thrift-3.4.0/tutorial/py.twisted/
DPythonClient.py39 def main(client): argument
/thrift-3.4.0/tutorial/swift/Sources/TutorialRunner/
Dmain.swift30 let client = Process() variable
/thrift-3.4.0/tutorial/erl/
Dclient.erl20 -module(client). module
/thrift-3.4.0/contrib/transport-sample/
DThriftCommon.h157 …void ConnectToServer (boost::shared_ptr<MyClient> &client, boost::shared_ptr<MyTransport> &transpo… in ConnectToServer()
169 …void ConnectToServer (boost::shared_ptr<MyClient> &client, boost::shared_ptr<MyTransport> &transpo… in ConnectToServer()
183 …void ConnectToServer (boost::shared_ptr<MyClient> &client, boost::shared_ptr<MyTransport> &transpo… in ConnectToServer()
/thrift-3.4.0/tutorial/swift/Sources/TutorialClient/
Dmain.swift26 let client = CalculatorClient(inoutProtocol: inOutProto) variable
/thrift-3.4.0/lib/nodejs/test/episodic-code-generation-test/
Dclient.js44 const testDriver = function(client, callback) { argument
66 const client = thrift.createClient(Service, connection); constant
/thrift-3.4.0/test/php/
DMakefile.am44 client: stubs php_ext_dir target
/thrift-3.4.0/lib/c_glib/test/
Dtestbufferedtransport.c179 ThriftTransport *client = NULL; in thrift_socket_server_open() local
200 ThriftTransport *client = NULL; in thrift_server() local
254 ThriftTransport *client = NULL; in test_write_fail() local
/thrift-3.4.0/lib/d/src/thrift/codegen/
Dclient_pool.d83 void addClient(Client client) { in addClient()
92 bool removeClient(Client client) { in removeClient()
Dasync_client_pool.d136 /+override+/ void addClient(Client client) { in addClient()
140 /+override+/ bool removeClient(Client client) { in removeClient()
256 auto client = clients.front; in executeOnPool() local
352 /+override+/ void addClient(Client client) { in addClient()
356 /+override+/ bool removeClient(Client client) { in removeClient()
/thrift-3.4.0/lib/rs/test/src/bin/
Dkitchen_sink_client.rs150 let mut client = MealServiceSyncClient::new(i_prot, o_prot); in exec_meal_client() localVariable
167 let mut client = FullMealServiceSyncClient::new(i_prot, o_prot); in exec_full_meal_client() localVariable
181 let mut client = recursive::TestServiceSyncClient::new(i_prot, o_prot); in exec_recursive_client() localVariable
/thrift-3.4.0/lib/nodets/test/
Dclient.ts53 var client = thrift.createClient(ThriftTest.Client, connection); variable
/thrift-3.4.0/test/threads/
DThreadsClient.cpp54 ThreadsTestClient client(protocol); in main() local
/thrift-3.4.0/lib/haxe/src/org/apache/thrift/server/
DTSimpleServer.hx68 var client : TTransport = null; variable
/thrift-3.4.0/test/crossrunner/
Dtest.py97 def __init__(self, testdir, server, client, delay, timeout, **kwargs): argument
133 def get_name(cls, server, client, protocol, transport, socket, *args, **kwargs): argument
148 def test_name(server, client, protocol, transport, socket, **kwargs): argument
/thrift-3.4.0/lib/d/src/thrift/server/
Dtaskpool.d125 TTransport client; variable
238 void worker(ref QueueState queueState, TTransport client, in worker()
/thrift-3.4.0/contrib/async-test/
Dtest-server.cpp54 AggrCobClient* client = new AggrCobClient(channel, pfact_.get()); in getValues() local
63 void clientReturn(RequestContext* ctx, AggrCobClient* client) { in clientReturn()
/thrift-3.4.0/test/dart/
DMakefile.am48 client: stubs target
/thrift-3.4.0/lib/go/test/
DMakefile.am134 client: stubs target
/thrift-3.4.0/tutorial/cpp/
DCppClient.cpp40 CalculatorClient client(protocol); in main() local

12345