org.sourceforge.jxutil.net.xfs
Class XFSEvents.KeepAliveEv
java.lang.Object
|
+--org.sourceforge.jxutil.net.xfs.XFSPackets.XFSData
|
+--org.sourceforge.jxutil.net.xfs.XFSPackets.XFSEvent
|
+--org.sourceforge.jxutil.net.xfs.XFSEvents.KeepAliveEv
- Enclosing class:
- XFSEvents
- public static class XFSEvents.KeepAliveEv
- extends XFSPackets.XFSEvent
This unsolicited, nonmaskable event may be sent by the server to verify
that the connection has not been broken (for transports that do not
provide this information).
Clients should acknowledge receipt of this request by sending any
request (such as NoOp).
EVENT_CODE
public static final int EVENT_CODE
- See Also:
- Constant Field Values
XFSEvents.KeepAliveEv
public XFSEvents.KeepAliveEv(DataConverter conv,
byte[] data)
XFSEvents.KeepAliveEv
public XFSEvents.KeepAliveEv(int timestamp)
toString
public final String toString()
- Overrides:
toString
in class Object
Copyright © 2001,2002 Keve Müller, et al.; see LICENSE file for details.