jxUtil 0.6

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).


Field Summary
static int EVENT_CODE
           
 
Fields inherited from class org.sourceforge.jxutil.net.xfs.XFSPackets.XFSEvent
event_code, timestamp
 
Constructor Summary
XFSEvents.KeepAliveEv(DataConverter conv, byte[] data)
           
XFSEvents.KeepAliveEv(int timestamp)
           
 
Method Summary
 String toString()
           
 
Methods inherited from class org.sourceforge.jxutil.net.xfs.XFSPackets.XFSEvent
getBuf, initBuf
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

EVENT_CODE

public static final int EVENT_CODE
See Also:
Constant Field Values
Constructor Detail

XFSEvents.KeepAliveEv

public XFSEvents.KeepAliveEv(DataConverter conv,
                             byte[] data)

XFSEvents.KeepAliveEv

public XFSEvents.KeepAliveEv(int timestamp)
Method Detail

toString

public final String toString()
Overrides:
toString in class Object

jxUtil 0.6

Copyright © 2001,2002 Keve Müller, et al.; see LICENSE file for details.