Uses of Class
io.vertx.oracleclient.ServerMode
-
Packages that use ServerMode Package Description io.vertx.oracleclient -
-
Uses of ServerMode in io.vertx.oracleclient
Methods in io.vertx.oracleclient that return ServerMode Modifier and Type Method Description ServerMode
OracleConnectOptions. getServerMode()
static ServerMode
ServerMode. of(String mode)
static ServerMode
ServerMode. valueOf(String name)
Returns the enum constant of this type with the specified name.static ServerMode[]
ServerMode. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.vertx.oracleclient with parameters of type ServerMode Modifier and Type Method Description OracleConnectOptions
OracleConnectOptions. setServerMode(ServerMode serverMode)
Set the server connection mode.
-