Package private way of getting the name of the RPC method. @param server_version What RPC protocol version the server is running.
(byte server_version)
| 569 | * @param server_version What RPC protocol version the server is running. |
| 570 | */ |
| 571 | abstract byte[] method(byte server_version); |
| 572 | |
| 573 | /** |
| 574 | * Sets the region this RPC is going to. |
no outgoing calls