org.apache.xbean.terminal.telnet
public interface TelnetCodes
Modifier and Type | Field and Description |
---|---|
static int |
Abort_output
The function AO.
|
static int |
Are_You_There
The function AYT.
|
static int |
Break
NVT character BRK.
|
static int |
Data_Mark
The data stream portion of a Synch.
|
static int |
DO
Indicates the request that the
other party perform, or
confirmation that you are expecting
he other party to perform, the
ndicated option.
|
static int |
DONT
Indicates the demand that the
other party stop performing,
or confirmation that you are no
longer expecting the other party
to perform, the indicated option.
|
static int |
Erase_character
The function EC.
|
static int |
Erase_Line
The function EL.
|
static int |
Go_ahead
The GA signal.
|
static int |
IAC
Interpret as command
aka Data Byte
Name: IAC
Code: 255
|
static int |
Interrupt_Process
The function IP.
|
static int |
NOP
No operation.
|
static int |
SB
Indicates that what follows is
subnegotiation of the indicated
option.
|
static int |
SE
End of subnegotiation parameters.
|
static int |
WILL
Indicates the desire to begin
performing, or confirmation that
you are now performing, the
indicated option.
|
static int |
WONT
Indicates the refusal to perform,
or continue performing, the
indicated option.
|
static final int SE
static final int NOP
static final int Data_Mark
static final int Break
static final int Interrupt_Process
static final int Abort_output
static final int Are_You_There
static final int Erase_character
static final int Erase_Line
static final int Go_ahead
static final int SB
static final int WILL
static final int WONT
static final int DO
static final int DONT
static final int IAC
Copyright © 2005-2016. All Rights Reserved.