Lines Matching full:will

16 Depending on the platform, the name of the generated executables will vary. On Linux, it is just "C…
33 will diplay help information
36 will run server with specified arguments (tcp transport and binary protocol by default)
41 tcp - (default) tcp transport will be used (host - ""localhost"", port - 9090)
42 namedpipe - namedpipe transport will be used (pipe address - "".test"")
43 http - http transport will be used (http address - ""localhost:9090"")
44 tcptls - tcp transport with tls will be used (host - ""localhost"", port - 9090)
47 none - (default) no transport factory will be used
48 buffered - buffered transport factory will be used
49 framed - framed transport factory will be used (this must match the client)
52 binary - (default) binary protocol will be used
53 compact - compact protocol will be used
54 json - json protocol will be used
55 multiplexed - multiplexed protocol will be used
73 will diplay help information
76 will run client with specified arguments (tcp transport and binary protocol by default)
81 tcp - (default) tcp transport will be used (host - ""localhost"", port - 9090)
82 namedpipe - namedpipe transport will be used (pipe address - "".test"")
83 http - http transport will be used (address - ""http://localhost:9090"")
84 tcptls - tcp tls transport will be used (host - ""localhost"", port - 9090)
87 none - (default) no transport factory will be used
88 buffered - buffered transport factory will be used
89 framed - framed transport factory will be used (this must match the client)
92 binary - (default) binary protocol will be used
93 compact - compact protocol will be used
94 json - json protocol will be used
95 multiplexed - multiplexed protocol will be used