IP*Works! V9

ipworks
Class TelnetCommandEvent

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

public class TelnetCommandEvent
extends java.util.EventObject

Fired when a Telnet command comes from the Telnet server.

Codes for Telnet commands and their meanings are defined in the Telnet RFCs. Here are some examples:

241 (NOP)
No operation.
242 (Data Mark)
The data stream portion of a Synch. This should always be accompanied by a TCP Urgent notification.
243 (Break)
NVT character BRK.
244 (Interrupt Process)
The function IP.
245 (Abort Output)
The function AO.
246 (Are You There)
The function AYT.
247 (Erase Character)
The function EC.
248 (Erase Line)
The function EL.
249 (Go Ahead)
The GA signal.

See Also:
Telnet, Telnet.CommandEvent, Serialized Form

Field Summary
 int commandCode
           
 
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

commandCode

public int commandCode

IP*Works! V9

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