mirror of https://github.com/grpc/grpc-java.git
Correct comment
------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=81595612
This commit is contained in:
parent
70341df582
commit
682f8aa2cb
|
|
@ -115,7 +115,7 @@ public class TestServiceServer {
|
||||||
* The main application allowing this server to be launched from the command line. Accepts the
|
* The main application allowing this server to be launched from the command line. Accepts the
|
||||||
* following arguments:
|
* following arguments:
|
||||||
* <p>
|
* <p>
|
||||||
* --transport=<HTTP|HTTP2_NETTY|HTTP2_OKHTTP> Identifies the transport
|
* --transport=<HTTP2_NETTY|HTTP2_NETTY_TLS> Identifies the transport
|
||||||
* over which GRPC frames should be sent. <br>
|
* over which GRPC frames should be sent. <br>
|
||||||
* --port=<port number> The port number for RPC communications.
|
* --port=<port number> The port number for RPC communications.
|
||||||
* --grpc_version=<1|2> Use gRPC v2 protocol. Default is v1.
|
* --grpc_version=<1|2> Use gRPC v2 protocol. Default is v1.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue