public class HostInfo extends Object
| Constructor and Description |
|---|
HostInfo(String host,
int port,
String userId,
String password,
String label)
Creates a new HostInfo with the specified connection details.
|
public HostInfo(String host, int port, String userId, String password, String label)
host - The hostname or IP address of the DolphinDB serverport - The port number of the DolphinDB serveruserId - The user ID for authenticationpassword - The password for authenticationlabel - A unique label to identify this hostCopyright © 2026 DolphinDB. All rights reserved.