|
![]() |
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.util.EventObject | +--ipworks.TelnetDataInEvent
Fired when characters are received from the remote host.
Trapping the DataIn
event is your only chance to get the data coming
from the other end of the connection. The incoming data are given in Text . Text is a
byte array
, and as such might be considered as a binary chunk of data with length Text.length .
Telnet
,
Telnet.fireDataIn
, Serialized FormField Summary | |
byte[] |
text
|
Fields inherited from class java.util.EventObject |
source |
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 |
public byte[] text
|
![]() |
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |