Uses of Enum
io.vertx.oracleclient.ServerMode
Packages that use ServerMode
-
Uses of ServerMode in io.vertx.oracleclient
Subclasses with type arguments of type ServerMode in io.vertx.oracleclientMethods in io.vertx.oracleclient that return ServerModeModifier and TypeMethodDescriptionOracleConnectOptions.getServerMode()static ServerModestatic ServerModeReturns 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 ServerModeModifier and TypeMethodDescriptionOracleConnectOptions.setServerMode(ServerMode serverMode) Set the server connection mode.