Uses of Class
org.aesh.terminal.telnet.netty.NettyTelnetTtyBootstrap
Packages that use NettyTelnetTtyBootstrap
-
Uses of NettyTelnetTtyBootstrap in org.aesh.terminal.telnet.netty
Methods in org.aesh.terminal.telnet.netty that return NettyTelnetTtyBootstrapModifier and TypeMethodDescriptionSets the host address the server will bind to.NettyTelnetTtyBootstrap.setInBinary(boolean inBinary) Enable or disable the TELNET BINARY option on input.NettyTelnetTtyBootstrap.setOutBinary(boolean outBinary) Enable or disable the TELNET BINARY option on output.NettyTelnetTtyBootstrap.setPort(int port) Sets the port number the server will listen on.