udt.packets
Class KeepAlive

java.lang.Object
  extended by udt.packets.ControlPacket
      extended by udt.packets.KeepAlive
All Implemented Interfaces:
Comparable<UDTPacket>, UDTPacket

public class KeepAlive
extends ControlPacket


Nested Class Summary
 
Nested classes/interfaces inherited from class udt.packets.ControlPacket
ControlPacket.ControlPacketType
 
Field Summary
 
Fields inherited from class udt.packets.ControlPacket
ackSequenceNumber, controlInformation, controlPacketType, destinationID, messageNumber, timeStamp
 
Constructor Summary
KeepAlive()
           
 
Method Summary
 byte[] encodeControlInformation()
          this method builds the control information from the control parameters
 
Methods inherited from class udt.packets.ControlPacket
compareTo, equals, forSender, getAckSequenceNumber, getControlPacketType, getDestinationID, getEncoded, getHeader, getMessageNumber, getPacketSequenceNumber, getSession, getTimeStamp, isConnectionHandshake, isControlPacket, setAckSequenceNumber, setDestinationID, setMessageNumber, setSession, setTimeStamp
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KeepAlive

public KeepAlive()
Method Detail

encodeControlInformation

public byte[] encodeControlInformation()
Description copied from class: ControlPacket
this method builds the control information from the control parameters

Specified by:
encodeControlInformation in class ControlPacket
Returns:


Copyright © 2013 LittleShoot. All Rights Reserved.