java.lang.Object | +--org.apache.commons.net.telnet.TelnetOptionHandler | +--org.apache.commons.net.telnet.TerminalTypeOptionHandler
static int | Terminal type option |
static int | Is (for subnegotiation) |
static int | Send (for subnegotiation) |
TerminalTypeOptionHandler(String termtype, boolean initlocal, boolean initremote, boolean acceptlocal, boolean acceptremote) Constructor for the TerminalTypeOptionHandler. |
TerminalTypeOptionHandler(String termtype) Constructor for the TerminalTypeOptionHandler. |
int[] | answerSubnegotiation(int[] suboptionData, int suboptionLength) Implements the abstract method of TelnetOptionHandler. |
int[] | Implements the abstract method of TelnetOptionHandler. |
int[] | Implements the abstract method of TelnetOptionHandler. |
protected static final int TERMINAL_TYPE
protected static final int TERMINAL_TYPE_IS
protected static final int TERMINAL_TYPE_SEND
public TerminalTypeOptionHandler(String termtype)
public TerminalTypeOptionHandler(String termtype, boolean initlocal, boolean initremote, boolean acceptlocal, boolean acceptremote)
public int[] answerSubnegotiation(int[] suboptionData, int suboptionLength)
public int[] startSubnegotiationLocal()
public int[] startSubnegotiationRemote()