Uses of Class
io.vertx.ext.shell.term.TelnetTermOptions
Packages that use TelnetTermOptions
-
Uses of TelnetTermOptions in io.vertx.ext.shell
Methods in io.vertx.ext.shell that return TelnetTermOptionsMethods in io.vertx.ext.shell with parameters of type TelnetTermOptionsModifier and TypeMethodDescriptionShellServiceOptions.setTelnetOptions(TelnetTermOptions telnetOptions) Set the Telnet options, if the option is null, Telnet will not be started. -
Uses of TelnetTermOptions in io.vertx.ext.shell.term
Methods in io.vertx.ext.shell.term that return TelnetTermOptionsModifier and TypeMethodDescriptionTelnetTermOptions.addCrlPath(String crlPath) TelnetTermOptions.addCrlValue(Buffer crlValue) TelnetTermOptions.addEnabledCipherSuite(String suite) TelnetTermOptions.setAcceptBacklog(int acceptBacklog) TelnetTermOptions.setCharset(String charset) Set the charset to use when binary mode is active, seeTelnetTermOptions.setInBinary(boolean)andTelnetTermOptions.setOutBinary(boolean).TelnetTermOptions.setIdleTimeout(int idleTimeout) TelnetTermOptions.setInBinary(boolean inBinary) Set the telnet connection to negociate binary data format when receiving from the client, the default value is true.TelnetTermOptions.setIntputrc(String intputrc) The path of the inputrc config.TelnetTermOptions.setOutBinary(boolean outBinary) Set the telnet connection to negociate binary data format when sending to the client, the default value is true.TelnetTermOptions.setPort(int port) TelnetTermOptions.setReceiveBufferSize(int receiveBufferSize) TelnetTermOptions.setReuseAddress(boolean reuseAddress) TelnetTermOptions.setSendBufferSize(int sendBufferSize) TelnetTermOptions.setSoLinger(int soLinger) TelnetTermOptions.setSsl(boolean ssl) TelnetTermOptions.setTcpKeepAlive(boolean tcpKeepAlive) TelnetTermOptions.setTcpNoDelay(boolean tcpNoDelay) TelnetTermOptions.setTrafficClass(int trafficClass) Methods in io.vertx.ext.shell.term with parameters of type TelnetTermOptionsModifier and TypeMethodDescriptionstatic TermServerTermServer.createTelnetTermServer(Vertx vertx, TelnetTermOptions options) Create a term server for the Telnet protocol.Constructors in io.vertx.ext.shell.term with parameters of type TelnetTermOptions