public class Client extends Object
| Constructor and Description |
|---|
Client() |
| Modifier and Type | Method and Description |
|---|---|
static RPCSession |
connect(String url,
int port)
Connect to RPC Server.
|
static RPCSession |
connect(String url,
int port,
String key)
Connect to RPC Server.
|
public static RPCSession connect(String url, int port, String key)
url - The url of the host.port - The port to connect to.key - Additional key to match server.public static RPCSession connect(String url, int port)
url - The url of the host.port - The port to connect to.Copyright © 2024. All rights reserved.