|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.bluesock.bluemud.driver.TelnetConstants
Holds Telnet Constants because everything was getting messy.
Field Summary | |
static char |
DO
Telnet control code DO (dec 253, hex FD) |
static char |
DONT
Telnet control code DONT (dec 254, hex FE) |
static char |
ECHO
Telnet control code ECHO (dec 1, hex 01, RFC 857) |
static char |
ENV
Telnet control code ENV (dec 39, hex 27, RFC ???) |
static char |
ENVVAR
Telnet control code ENVVAR (dec 36, hex 24, RFC 1408) |
static char |
IAC
Telnet control code IAC (dec 255, hex FF) |
(package private) static char[] |
IACDONAWS
IAC + DO + NAWS |
(package private) static char[] |
IACDONTENV
IAC + DONT + ENV |
(package private) static char[] |
IACDONTSGA
IAC + DONT + SGA |
(package private) static char[] |
IACDONTTERMSPEED
IAC + DONT + TERMSPEED |
(package private) static char[] |
IACDOSGA
IAC + DO + SGA |
(package private) static char[] |
IACDOTERMTYPE
IAC + DO + TERM + TYPE |
(package private) static char[] |
IACSBTERMTYPESENDIACSE
IAC + SB + TERMTYPE + SEND + IAC + SE |
(package private) static char[] |
IACWILLECHO
IAC + WILL + ECHO |
(package private) static char[] |
IACWILLSGA
IAC + WILL + SGA |
(package private) static char[] |
IACWONTECHO
IAC + WONT + ECHO |
(package private) static char[] |
IACWONTSGA
IAC + WONT + SGA |
static char |
IS
Telnet control code IS (dec 0, hex 00) |
static char |
LINEMODE
Telnet control code LINEMODE (dec 34, hex 22, RFC 1184) |
static char |
NAWS
Telnet control code NAWS (dec 31, hex 1F, RFC 1073) |
static char |
SB
Telnet control code SB (dec 250, hex FA) |
static char |
SE
Telnet control code SE (dec 240, hex F0) |
static char |
SEND
Telnet control code SEND (dec 1, hex 01) |
static char |
SGA
Telnet control code SGA (dec 3, hex 03, RFC 858) |
static char |
STATUS
Telnet control code STATUS (dec 5, hex 05, RFC 859) |
static char |
TERMSPEED
Telnet control code TERMSPEED (dec 32, hex 20, RFC 1079) |
static char |
TERMTYPE
Telnet control code TERMTYPE (dec 24, hex 18, RFC 1091) |
static char |
TIMING
Telnet control code TIMING (dec 6, hex 06, RFC 860) |
static char |
TOGGLEFLOW
Telnet control code TOGGLEFLOW (dec 33, hex 21, RFC 1372) |
static char |
WILL
Telnet control code WILL (dec 251, hex FB) |
static char |
WONT
Telnet control code WONT (dec 252, hex FC) |
static char |
XDISPLAY
Telnet control code XDISPLAY (dec 35, hex 23, RFC ???) |
Constructor Summary | |
TelnetConstants()
|
Method Summary | |
(package private) static void |
printControl(char ddww,
char option)
Prints control character stuff to stdout for diagnostic/debugging purposes. |
Methods inherited from class java.lang.Object |
|
Field Detail |
public static final char IAC
public static final char DONT
public static final char DO
public static final char WONT
public static final char WILL
public static final char SB
public static final char SE
public static final char IS
public static final char SEND
public static final char ECHO
public static final char SGA
public static final char STATUS
public static final char TIMING
public static final char TERMTYPE
public static final char NAWS
public static final char TERMSPEED
public static final char TOGGLEFLOW
public static final char LINEMODE
public static final char XDISPLAY
public static final char ENVVAR
public static final char ENV
static final char[] IACDONAWS
static final char[] IACDOSGA
static final char[] IACWILLSGA
static final char[] IACDONTSGA
static final char[] IACWONTSGA
static final char[] IACWILLECHO
static final char[] IACWONTECHO
static final char[] IACDOTERMTYPE
static final char[] IACSBTERMTYPESENDIACSE
static final char[] IACDONTTERMSPEED
static final char[] IACDONTENV
Constructor Detail |
public TelnetConstants()
Method Detail |
static void printControl(char ddww, char option)
ddww
- the do/dont/will/wont part.option
- the telnet option in question.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |