IP*Works! V9

ipworks
Class TelnetWillEvent

java.lang.Object
  extended by java.util.EventObject
      extended by ipworks.TelnetWillEvent
All Implemented Interfaces:
java.io.Serializable

public class TelnetWillEvent
extends java.util.EventObject

Fired when a Telnet WILL OPTION command comes from the Telnet server.

For a list of option codes and their descriptions, please look at the Telnet RFCs. The following are a few examples:

0 (TRANSMIT-BINARY)
Enables or disables binary (8 bit) transmission.
1 (ECHO)
Telnet ECHO option. Specifies whether bytes sent should be echoed or not.
3 (SUPPRESS-GO-AHEAD)
Used to enable or disable transmission of the Telnet GO_AHEAD command.
24 (TERMINAL-TYPE)
Allows or disallows terminal type negotiation.
31 (NAWS)
Allows or disallows window size negotiation.

See Also:
Telnet, Telnet.WillEvent, Serialized Form

Field Summary
 int optionCode
           
 
Fields inherited from class java.util.EventObject
source
 
Method Summary
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

optionCode

public int optionCode

IP*Works! V9

Copyright (c) 2013 /n software inc. - All rights reserved.