Class NettyTelnetTtyBootstrap
java.lang.Object
org.aesh.terminal.telnet.netty.NettyTelnetTtyBootstrap
- Author:
- Julien Viet
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetHost()intgetPort()booleanbooleanvoidsetCharset(Charset charset) setInBinary(boolean inBinary) Enable or disable the TELNET BINARY option on input.setOutBinary(boolean outBinary) Enable or disable the TELNET BINARY option on output.setPort(int port) voidstop()void
-
Constructor Details
-
NettyTelnetTtyBootstrap
public NettyTelnetTtyBootstrap()
-
-
Method Details
-
getHost
-
setHost
-
getPort
public int getPort() -
setPort
-
isOutBinary
public boolean isOutBinary() -
setOutBinary
Enable or disable the TELNET BINARY option on output.- Parameters:
outBinary- true to require the client to receive binary- Returns:
- this object
-
isInBinary
public boolean isInBinary() -
setInBinary
Enable or disable the TELNET BINARY option on input.- Parameters:
inBinary- true to require the client to emit binary- Returns:
- this object
-
getCharset
-
setCharset
-
start
-
stop
-
start
-
stop
-