|
![]() |
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.util.EventObject | +--ipworks.FtpPITrailEvent
Traces the commands sent to the server, and the respective replies.
The PITrail
event is useful for debugging purposes. It shows all
the interaction between the client and the server, line by line.
The Message parameter contains the full text of the message. The Direction parameter shows the originator of the message:
Ftp
,
Ftp.firePITrail
, Serialized FormField Summary | |
int |
direction
|
java.lang.String |
message
|
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 int direction
public java.lang.String message
|
![]() |
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |