The TelnetCommand class cannot be instantiated and only serves as a
storehouse for telnet command constants.
ABORT
public static final int ABORT
Abort code. Value is 238. **
- 238
AO
public static final int AO
Abort Output code. Value is 245 according to RFC 854. **
- 245
AYT
public static final int AYT
Are You There code. Value is 246 according to RFC 854. **
- 246
BREAK
public static final int BREAK
Break code. Value is 243 according to RFC 854. **
- 243
DM
public static final int DM
Data mark code. Value is 242 according to RFC 854. **
- 242
DO
public static final int DO
Request to use option code. Value is 253 according to RFC 854. **
- 253
DONT
public static final int DONT
Don't use option code. Value is 254 according to RFC 854. **
- 254
EC
public static final int EC
Erase Character code. Value is 247 according to RFC 854. **
- 247
EL
public static final int EL
Erase Line code. Value is 248 according to RFC 854. **
- 248
EOF
public static final int EOF
End of file code. Value is 236. **
- 236
EOR
public static final int EOR
End of record code. Value is 239. **
- 239
GA
public static final int GA
Go Ahead code. Value is 249 according to RFC 854. **
- 249
IAC
public static final int IAC
Interpret As Command code. Value is 255 according to RFC 854. **
- 255
IP
public static final int IP
Interrupt Process code. Value is 244 according to RFC 854. **
- 244
MAX_COMMAND_VALUE
public static final int MAX_COMMAND_VALUE
The maximum value a command code can have. This value is 255. **
- 255
NOP
public static final int NOP
No Operation code. Value is 241 according to RFC 854. **
- 241
SB
public static final int SB
Start subnegotiation code. Value is 250 according to RFC 854. **
- 250
SE
public static final int SE
End subnegotiation code. Value is 240 according to RFC 854. **
- 240
SUSP
public static final int SUSP
Suspend process code. Value is 237. **
- 237
SYNCH
public static final int SYNCH
Synchronize code. Value is 242. **
- 242
WILL
public static final int WILL
Agree to use option code. Value is 251 according to RFC 854. **
- 251
WONT
public static final int WONT
Refuse to use option code. Value is 252 according to RFC 854. **
- 252
__FIRST_COMMAND
private static final int __FIRST_COMMAND
- 255
__LAST_COMMAND
private static final int __LAST_COMMAND
- 236
__commandString
private static final String[] __commandString
String representations of commands. **