| Package | Description | 
|---|---|
| io.vertx.ext.shell | |
| io.vertx.ext.shell.term | |
| io.vertx.reactivex.ext.shell.term | |
| io.vertx.rxjava.ext.shell.term | 
| Modifier and Type | Method and Description | 
|---|---|
HttpTermOptions | 
ShellServiceOptions.getHttpOptions()  | 
| Modifier and Type | Method and Description | 
|---|---|
ShellServiceOptions | 
ShellServiceOptions.setHttpOptions(HttpTermOptions httpOptions)  | 
| Modifier and Type | Method and Description | 
|---|---|
HttpTermOptions | 
HttpTermOptions.addCrlPath(String crlPath)  | 
HttpTermOptions | 
HttpTermOptions.addCrlValue(Buffer crlValue)  | 
HttpTermOptions | 
HttpTermOptions.addEnabledCipherSuite(String suite)  | 
HttpTermOptions | 
HttpTermOptions.setAcceptBacklog(int acceptBacklog)  | 
HttpTermOptions | 
HttpTermOptions.setAuthOptions(AuthOptions authOptions)
Set the auth options. 
 | 
HttpTermOptions | 
HttpTermOptions.setCharset(String charset)
Set the charset used for encoding / decoding text data from/to SockJS 
 | 
HttpTermOptions | 
HttpTermOptions.setClientAuth(ClientAuth clientAuth)  | 
HttpTermOptions | 
HttpTermOptions.setCompressionSupported(boolean compressionSupported)  | 
HttpTermOptions | 
HttpTermOptions.setHandle100ContinueAutomatically(boolean handle100ContinueAutomatically)  | 
HttpTermOptions | 
HttpTermOptions.setHost(String host)  | 
HttpTermOptions | 
HttpTermOptions.setIdleTimeout(int idleTimeout)  | 
HttpTermOptions | 
HttpTermOptions.setIntputrc(String intputrc)
The path of the inputrc config. 
 | 
HttpTermOptions | 
HttpTermOptions.setKeyStoreOptions(JksOptions options)  | 
HttpTermOptions | 
HttpTermOptions.setPemKeyCertOptions(PemKeyCertOptions options)  | 
HttpTermOptions | 
HttpTermOptions.setPemTrustOptions(PemTrustOptions options)  | 
HttpTermOptions | 
HttpTermOptions.setPfxKeyCertOptions(PfxOptions options)  | 
HttpTermOptions | 
HttpTermOptions.setPfxTrustOptions(PfxOptions options)  | 
HttpTermOptions | 
HttpTermOptions.setPort(int port)  | 
HttpTermOptions | 
HttpTermOptions.setReceiveBufferSize(int receiveBufferSize)  | 
HttpTermOptions | 
HttpTermOptions.setReuseAddress(boolean reuseAddress)  | 
HttpTermOptions | 
HttpTermOptions.setSendBufferSize(int sendBufferSize)  | 
HttpTermOptions | 
HttpTermOptions.setShellHtmlResource(Buffer shellHtmlResource)
Set  
shell.html resource to use. | 
HttpTermOptions | 
HttpTermOptions.setSockJSHandlerOptions(SockJSHandlerOptions sockJSHandlerOptions)
The SockJS handler options. 
 | 
HttpTermOptions | 
HttpTermOptions.setSockJSPath(String sockJSPath)
Configure the SockJS path, the default value is  
/term/*. | 
HttpTermOptions | 
HttpTermOptions.setSoLinger(int soLinger)  | 
HttpTermOptions | 
HttpTermOptions.setSsl(boolean ssl)  | 
HttpTermOptions | 
HttpTermOptions.setTcpKeepAlive(boolean tcpKeepAlive)  | 
HttpTermOptions | 
HttpTermOptions.setTcpNoDelay(boolean tcpNoDelay)  | 
HttpTermOptions | 
HttpTermOptions.setTermJsResource(Buffer termJsResource)
Set  
term.js resource to use. | 
HttpTermOptions | 
HttpTermOptions.setTrafficClass(int trafficClass)  | 
HttpTermOptions | 
HttpTermOptions.setTrustStoreOptions(JksOptions options)  | 
HttpTermOptions | 
HttpTermOptions.setUsePooledBuffers(boolean usePooledBuffers)  | 
HttpTermOptions | 
HttpTermOptions.setVertsShellJsResource(Buffer vertsShellJsResource)
Set  
vertxshell.js resource to use. | 
| Modifier and Type | Method and Description | 
|---|---|
static TermServer | 
TermServer.createHttpTermServer(Vertx vertx,
                    HttpTermOptions options)
Create a term server for the HTTP protocol. 
 | 
static TermServer | 
TermServer.createHttpTermServer(Vertx vertx,
                    Router router,
                    HttpTermOptions options)
Create a term server for the HTTP protocol, using an existing router. 
 | 
static void | 
HttpTermOptionsConverter.fromJson(Iterable<Map.Entry<String,Object>> json,
        HttpTermOptions obj)  | 
static void | 
HttpTermOptionsConverter.toJson(HttpTermOptions obj,
      JsonObject json)  | 
static void | 
HttpTermOptionsConverter.toJson(HttpTermOptions obj,
      Map<String,Object> json)  | 
| Constructor and Description | 
|---|
HttpTermOptions(HttpTermOptions that)  | 
| Modifier and Type | Method and Description | 
|---|---|
static TermServer | 
TermServer.createHttpTermServer(Vertx vertx,
                    HttpTermOptions options)
Create a term server for the HTTP protocol. 
 | 
static TermServer | 
TermServer.createHttpTermServer(Vertx vertx,
                    Router router,
                    HttpTermOptions options)
Create a term server for the HTTP protocol, using an existing router. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static TermServer | 
TermServer.createHttpTermServer(Vertx vertx,
                    HttpTermOptions options)
Create a term server for the HTTP protocol. 
 | 
static TermServer | 
TermServer.createHttpTermServer(Vertx vertx,
                    Router router,
                    HttpTermOptions options)
Create a term server for the HTTP protocol, using an existing router. 
 | 
Copyright © 2020 Eclipse. All rights reserved.