| Interface | Description | 
|---|---|
| Shell | An interactive session between a consumer and a shell. | 
| ShellServer | The shell server.
 A shell server is associated with a collection of  term servers: theShellServer.registerTermServer(TermServer)method registers a term server. | 
| ShellService | The shell service, provides a remotely accessible shell available via Telnet or SSH according to the
  ShellServiceOptionsconfiguration.
 The shell service will expose commands usingCommandResolveron the classpath and
 the shared command registry for the Vert.x instance. | 
| Class | Description | 
|---|---|
| ShellServerOptions | The configurations options for the shell server. | 
| ShellServerOptionsConverter | Converter for  ShellServerOptions. | 
| ShellServiceOptions | The configurations options for the shell service, the shell connectors can be configured
 with  TelnetTermOptions,SSHTermOptionsandHttpTermOptions. | 
| ShellServiceOptionsConverter | Converter for  ShellServiceOptions. | 
| ShellVerticle | 
Copyright © 2023 Eclipse. All rights reserved.