- VClient - Class in io.vertigo.engines.command.tcp
-
TCP socket Client .
- VClient(SocketAddress) - Constructor for class io.vertigo.engines.command.tcp.VClient
-
- VCommand - Class in io.vertigo.core.command
-
Generic request with args to interact with vertigo, components.
- VCommand(String) - Constructor for class io.vertigo.core.command.VCommand
-
- VCommand(String, Map<String, String>) - Constructor for class io.vertigo.core.command.VCommand
-
- VCommandEngine - Interface in io.vertigo.core.engines
-
Vertigo can be requested with commands.
- VCommandExecutor<R> - Interface in io.vertigo.core.command
-
Local execution.
- VCommandHandler - Interface in io.vertigo.core.command
-
Global Execution, implemented by VCommandEngine.
- VConsole - Class in io.vertigo.ccc.console
-
Console to talk with Vertigo.
- VConsole() - Constructor for class io.vertigo.ccc.console.VConsole
-
- VConsoleHandler - Class in io.vertigo.ccc.console
-
- VConsoleHandler() - Constructor for class io.vertigo.ccc.console.VConsoleHandler
-
- VDescribableCommandExecutor - Class in io.vertigo.engines.command.samples
-
- VDescribableCommandExecutor() - Constructor for class io.vertigo.engines.command.samples.VDescribableCommandExecutor
-
- VPingCommandExecutor - Class in io.vertigo.engines.command.samples
-
- VPingCommandExecutor() - Constructor for class io.vertigo.engines.command.samples.VPingCommandExecutor
-
- VResponse - Class in io.vertigo.core.command
-
A response contains
- a status (in fact en errorMsg if there is only one error
- a body response in a string ( a json formatted string is perfect)
- VServer - Class in io.vertigo.engines.command.tcp
-
A server using non blocking TCP socket .
- VServer(VCommandHandler, int) - Constructor for class io.vertigo.engines.command.tcp.VServer
-
Constructor.
- VSystemCommandExecutor - Class in io.vertigo.engines.command.samples
-
System Command Executor.
- VSystemCommandExecutor() - Constructor for class io.vertigo.engines.command.samples.VSystemCommandExecutor
-