Uses of Interface
io.vertx.ext.shell.ShellServer
Packages that use ShellServer
-
Uses of ShellServer in io.vertx.ext.shell
Methods in io.vertx.ext.shell that return ShellServerModifier and TypeMethodDescriptionstatic ShellServerCreate a new shell server with specific options.static ShellServerShellServer.create(Vertx vertx, ShellServerOptions options) Create a new shell server with default options.ShellServer.registerCommandResolver(CommandResolver resolver) Register a command resolver for this server.ShellServer.registerTermServer(TermServer termServer) Register a term server to this shell server, the term server lifecycle methods are managed by this shell server.ShellService.server()