| 
 | |||||||||
| 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 | DOTelnet control code DO (dec 253, hex FD) | 
| static char | DONTTelnet control code DONT (dec 254, hex FE) | 
| static char | ECHOTelnet control code ECHO (dec 1, hex 01, RFC 857) | 
| static char | ENVTelnet control code ENV (dec 39, hex 27, RFC ???) | 
| static char | ENVVARTelnet control code ENVVAR (dec 36, hex 24, RFC 1408) | 
| static char | IACTelnet control code IAC (dec 255, hex FF) | 
| (package private) static char[] | IACDONAWSIAC + DO + NAWS | 
| (package private) static char[] | IACDONTENVIAC + DONT + ENV | 
| (package private) static char[] | IACDONTSGAIAC + DONT + SGA | 
| (package private) static char[] | IACDONTTERMSPEEDIAC + DONT + TERMSPEED | 
| (package private) static char[] | IACDOSGAIAC + DO + SGA | 
| (package private) static char[] | IACDOTERMTYPEIAC + DO + TERM + TYPE | 
| (package private) static char[] | IACSBTERMTYPESENDIACSEIAC + SB + TERMTYPE + SEND + IAC + SE | 
| (package private) static char[] | IACWILLECHOIAC + WILL + ECHO | 
| (package private) static char[] | IACWILLSGAIAC + WILL + SGA | 
| (package private) static char[] | IACWONTECHOIAC + WONT + ECHO | 
| (package private) static char[] | IACWONTSGAIAC + WONT + SGA | 
| static char | ISTelnet control code IS (dec 0, hex 00) | 
| static char | LINEMODETelnet control code LINEMODE (dec 34, hex 22, RFC 1184) | 
| static char | NAWSTelnet control code NAWS (dec 31, hex 1F, RFC 1073) | 
| static char | SBTelnet control code SB (dec 250, hex FA) | 
| static char | SETelnet control code SE (dec 240, hex F0) | 
| static char | SENDTelnet control code SEND (dec 1, hex 01) | 
| static char | SGATelnet control code SGA (dec 3, hex 03, RFC 858) | 
| static char | STATUSTelnet control code STATUS (dec 5, hex 05, RFC 859) | 
| static char | TERMSPEEDTelnet control code TERMSPEED (dec 32, hex 20, RFC 1079) | 
| static char | TERMTYPETelnet control code TERMTYPE (dec 24, hex 18, RFC 1091) | 
| static char | TIMINGTelnet control code TIMING (dec 6, hex 06, RFC 860) | 
| static char | TOGGLEFLOWTelnet control code TOGGLEFLOW (dec 33, hex 21, RFC 1372) | 
| static char | WILLTelnet control code WILL (dec 251, hex FB) | 
| static char | WONTTelnet control code WONT (dec 252, hex FC) | 
| static char | XDISPLAYTelnet 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 | ||||||||