public static class TelnetTerminal.NegotiationState extends Object
Modifier and Type | Method and Description |
---|---|
boolean |
isClientEcho()
Is the telnet client echo mode turned on (client is echoing characters locally)
|
boolean |
isClientLineMode0()
Is the telnet client line mode 0 turned on (client sends character by character instead of line by line)
|
boolean |
isClientResizeNotification()
Is the telnet client resize notification turned on (client notifies server when the terminal window has
changed size)
|
boolean |
isExtendedAscii()
Is the telnet client extended ascii turned on
|
boolean |
isSuppressGoAhead()
Is the telnet client suppress go-ahead turned on
|
public boolean isClientEcho()
true
if client echo is enabledpublic boolean isClientLineMode0()
true
if client line mode 0 is enabledpublic boolean isClientResizeNotification()
true
if client resize notification is enabledpublic boolean isSuppressGoAhead()
true
if client suppress go-ahead is enabledpublic boolean isExtendedAscii()
true
if client extended ascii is enabledCopyright © 2016. All rights reserved.