package shell
- Alphabetic
- Public
- All
Type Members
- 
      
      
      
        
      
    
      
        
        class
      
      
        Shell extends AnyRef
      
      
      An interactive session between a consumer and a shell. 
- 
      
      
      
        
      
    
      
        
        class
      
      
        ShellServer extends AnyRef
      
      
      The shell server. The shell server. A shell server is associated with a collection of : the io.vertx.scala.ext.shell.ShellServer#registerTermServer method registers a term server. Term servers life cycle are managed by this server. When a receives an incoming connection, a instance is created and associated with this connection. The io.vertx.scala.ext.shell.ShellServer#createShell method can be used to create instance for testing purposes. 
- 
      
      
      
        
      
    
      
        
        class
      
      
        ShellServerOptions extends AnyRef
      
      
      The configurations options for the shell server. 
- 
      
      
      
        
      
    
      
        
        class
      
      
        ShellService extends AnyRef
      
      
      The shell service, provides a remotely accessible shell available via Telnet or SSH according to the ShellServiceOptions configuration. The shell service, provides a remotely accessible shell available via Telnet or SSH according to the ShellServiceOptions configuration. The shell service will expose commands using io.vertx.scala.ext.shell.command.CommandResolver on the classpath and the shared command registry for the Vert.x instance. 
- 
      
      
      
        
      
    
      
        
        class
      
      
        ShellServiceOptions extends ShellServerOptions
      
      
      The configurations options for the shell service, the shell connectors can be configured with , and . 
Value Members
-  object Shell
-  object ShellServer
-  object ShellServerOptions
-  object ShellService
-  object ShellServiceOptions