Uses of Class
io.vertx.ext.shell.term.HttpTermOptions
Packages that use HttpTermOptions
-
Uses of HttpTermOptions in io.vertx.ext.shell
Methods in io.vertx.ext.shell that return HttpTermOptionsMethods in io.vertx.ext.shell with parameters of type HttpTermOptionsModifier and TypeMethodDescriptionShellServiceOptions.setHttpOptions(HttpTermOptions httpOptions) -
Uses of HttpTermOptions in io.vertx.ext.shell.term
Methods in io.vertx.ext.shell.term that return HttpTermOptionsModifier and TypeMethodDescriptionHttpTermOptions.addCrlPath(String crlPath) HttpTermOptions.addCrlValue(Buffer crlValue) HttpTermOptions.addEnabledCipherSuite(String suite) HttpTermOptions.setAcceptBacklog(int acceptBacklog) HttpTermOptions.setAuthOptions(JsonObject authOptions) Set the auth options.HttpTermOptions.setCharset(String charset) Set the charset used for encoding / decoding text data from/to SockJSHttpTermOptions.setClientAuth(ClientAuth clientAuth) HttpTermOptions.setCompressionSupported(boolean compressionSupported) HttpTermOptions.setHandle100ContinueAutomatically(boolean handle100ContinueAutomatically) HttpTermOptions.setIdleTimeout(int idleTimeout) HttpTermOptions.setIntputrc(String intputrc) The path of the inputrc config.HttpTermOptions.setPort(int port) HttpTermOptions.setReceiveBufferSize(int receiveBufferSize) HttpTermOptions.setReuseAddress(boolean reuseAddress) HttpTermOptions.setSendBufferSize(int sendBufferSize) HttpTermOptions.setShellHtmlResource(Buffer shellHtmlResource) Setshell.htmlresource to use.HttpTermOptions.setSockJSHandlerOptions(SockJSHandlerOptions sockJSHandlerOptions) The SockJS handler options.HttpTermOptions.setSockJSPath(String sockJSPath) Configure the SockJS path, the default value is/term/*.HttpTermOptions.setSoLinger(int soLinger) HttpTermOptions.setSsl(boolean ssl) HttpTermOptions.setTcpKeepAlive(boolean tcpKeepAlive) HttpTermOptions.setTcpNoDelay(boolean tcpNoDelay) HttpTermOptions.setTermJsResource(Buffer termJsResource) Setterm.jsresource to use.HttpTermOptions.setTrafficClass(int trafficClass) HttpTermOptions.setVertsShellJsResource(Buffer vertsShellJsResource) Setvertxshell.jsresource to use.Methods in io.vertx.ext.shell.term with parameters of type HttpTermOptionsModifier and TypeMethodDescriptionstatic TermServerTermServer.createHttpTermServer(Vertx vertx, HttpTermOptions options) Create a term server for the HTTP protocol.static TermServerTermServer.createHttpTermServer(Vertx vertx, Router router, HttpTermOptions options) Create a term server for the HTTP protocol, using an existing router.Constructors in io.vertx.ext.shell.term with parameters of type HttpTermOptions