| Package | Description |
|---|---|
| testoptimal.api |
| Modifier and Type | Method and Description |
|---|---|
static Server.Protocol |
Server.Protocol.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Server.Protocol[] |
Server.Protocol.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
Server(Server.Protocol protocol_p,
String svrHost_p,
int svrPort_p,
String username_p,
String password_p)
Provides a set of APIs to access TestOptimal server.
|
Copyright © 2020–2021. All rights reserved.