thor.net
Interface TelnetConstants

All Known Implementing Classes:
TelnetURLConnection

public interface TelnetConstants


Field Summary
static int AO
          The function Abort Output.
static int AYT
          The function Are You There.
static int BEL
          Bell
static int BRK
          NVT character Break.
static int BS
          Back Space
static int CR
          Carriage Return
static int DM
          Data Mark, the data stream portion of a Synch.
static int DO
          DO see rfc854
static int DONT
          DON'T see rfc854
static int EC
          The function Erase character.
static int EL
          The function Erase Line.
static int END_OF_RECORD
          end of record option rfc930
static int FF
          Form Feed
static int GA
          The Go ahead signal.
static int HT
          Horizontal Tab
static int IAC
          Interpret As Command
static int IP
          The function Interrupt Process.
static int LF
          Line Feed
static int NOP
          No operation.
static int NULL
          Null
static int OUTMRK
          Output marking telnet option rfc933
static int SB
          Indicates that what follows is subnegotiation of the indicated option.
static int SE
          End of subnegotiation paramaters.
static int TERMINAL_TYPE
          terminal type option
static int TUID
          User identification option rfc927
static int VT
          Vertical Tab
static int WILL
          WILL see rfc854
static int WONT
          WONT see rfc854
 

Field Detail

NULL

public static final int NULL
Null

See Also:
Constant Field Values

BEL

public static final int BEL
Bell

See Also:
Constant Field Values

BS

public static final int BS
Back Space

See Also:
Constant Field Values

HT

public static final int HT
Horizontal Tab

See Also:
Constant Field Values

LF

public static final int LF
Line Feed

See Also:
Constant Field Values

VT

public static final int VT
Vertical Tab

See Also:
Constant Field Values

FF

public static final int FF
Form Feed

See Also:
Constant Field Values

CR

public static final int CR
Carriage Return

See Also:
Constant Field Values

SE

public static final int SE
End of subnegotiation paramaters.

See Also:
Constant Field Values

NOP

public static final int NOP
No operation.

See Also:
Constant Field Values

DM

public static final int DM
Data Mark, the data stream portion of a Synch. This should always be accompanied by a TCP Urgent notification.

See Also:
Constant Field Values

BRK

public static final int BRK
NVT character Break.

See Also:
Constant Field Values

IP

public static final int IP
The function Interrupt Process.

See Also:
Constant Field Values

AO

public static final int AO
The function Abort Output.

See Also:
Constant Field Values

AYT

public static final int AYT
The function Are You There.

See Also:
Constant Field Values

EC

public static final int EC
The function Erase character.

See Also:
Constant Field Values

EL

public static final int EL
The function Erase Line.

See Also:
Constant Field Values

GA

public static final int GA
The Go ahead signal.

See Also:
Constant Field Values

SB

public static final int SB
Indicates that what follows is subnegotiation of the indicated option.

See Also:
Constant Field Values

WILL

public static final int WILL
WILL see rfc854

See Also:
Constant Field Values

WONT

public static final int WONT
WONT see rfc854

See Also:
Constant Field Values

DO

public static final int DO
DO see rfc854

See Also:
Constant Field Values

DONT

public static final int DONT
DON'T see rfc854

See Also:
Constant Field Values

IAC

public static final int IAC
Interpret As Command

See Also:
Constant Field Values

TERMINAL_TYPE

public static final int TERMINAL_TYPE
terminal type option

See Also:
Constant Field Values

END_OF_RECORD

public static final int END_OF_RECORD
end of record option rfc930

See Also:
Constant Field Values

TUID

public static final int TUID
User identification option rfc927

See Also:
Constant Field Values

OUTMRK

public static final int OUTMRK
Output marking telnet option rfc933

See Also:
Constant Field Values