Constant Field Values

Contents

org.eclipse.*

  • org.eclipse.remote.telnet.core.TelnetConnection 
    Modifier and Type Constant Field Value
    public static final String HOSTNAME_ATTR "telnet.hostname.attr"
    public static final String PASSWORD_ATTR "telnet.password.attr"
    public static final String PORT_ATTR "telnet.port.attr"
    public static final String TIMEOUT_ATTR "telnet.timeout.attr"
    public static final String USERNAME_ATTR "telnet.username.attr"
  • org.eclipse.remote.telnet.core.TelnetProtocol 
    Modifier and Type Constant Field Value
    protected static final int BUFFER_SIZE 2048
    protected static final int STATE_DO_RECEIVED 4
    protected static final int STATE_DONT_RECEIVED 5
    protected static final int STATE_IAC_RECEIVED 1
    protected static final int STATE_INITIAL 0
    protected static final int STATE_RECEIVING_SUBNEGOTIATION 7
    protected static final int STATE_SUBNEGOTIATION_STARTED 6
    protected static final int STATE_WILL_RECEIVED 2
    protected static final int STATE_WONT_RECEIVED 3
    public static final byte TELNET_AO -11
    public static final byte TELNET_AYT -10
    public static final byte TELNET_BREAK -13
    public static final byte TELNET_DM -14
    public static final byte TELNET_DO -3
    public static final byte TELNET_DONT -2
    public static final byte TELNET_EC -9
    public static final byte TELNET_EL -8
    public static final byte TELNET_GA -7
    public static final byte TELNET_IAC -1
    public static final byte TELNET_IP -12
    public static final byte TELNET_IS 0
    public static final byte TELNET_NOP -15
    public static final byte TELNET_OPTION_ECHO 1
    public static final byte TELNET_OPTION_NAWS 31
    public static final byte TELNET_OPTION_SUPPRESS_GA 3
    public static final byte TELNET_OPTION_TERMINAL_TYPE 24
    public static final byte TELNET_OPTION_TRANSMIT_BINARY 0
    public static final byte TELNET_SB -6
    public static final byte TELNET_SE -16
    public static final byte TELNET_SEND 1
    public static final byte TELNET_WILL -5
    public static final byte TELNET_WONT -4