com.aelitis.azureus.core.versioncheck
Class VersionCheckClientUDPRequest

java.lang.Object
  extended by com.aelitis.net.udp.uc.PRUDPPacket
      extended by com.aelitis.net.udp.uc.PRUDPPacketRequest
          extended by com.aelitis.azureus.core.versioncheck.VersionCheckClientUDPRequest

public class VersionCheckClientUDPRequest
extends PRUDPPacketRequest


Field Summary
 
Fields inherited from class com.aelitis.net.udp.uc.PRUDPPacketRequest
PR_HEADER_SIZE
 
Fields inherited from class com.aelitis.net.udp.uc.PRUDPPacket
DEFAULT_UDP_TIMEOUT, MAX_PACKET_SIZE
 
Constructor Summary
protected VersionCheckClientUDPRequest(DataInputStream is, long connection_id, int trans_id)
           
  VersionCheckClientUDPRequest(long connection_id)
           
 
Method Summary
 Map<String,Object> getPayload()
           
 String getString()
           
 void serialise(DataOutputStream os)
           
 void setPayload(Map<String,Object> _payload)
           
 
Methods inherited from class com.aelitis.net.udp.uc.PRUDPPacketRequest
deserialiseRequest, getConnectionId, getReceiveTime, registerDecoders, setReceiveTime
 
Methods inherited from class com.aelitis.net.udp.uc.PRUDPPacket
getAction, getAddress, getPreviousPacket, getSerialisedSize, getTransactionId, hasContinuation, setAddress, setPreviousPacket, setSerialisedSize
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VersionCheckClientUDPRequest

public VersionCheckClientUDPRequest(long connection_id)

VersionCheckClientUDPRequest

protected VersionCheckClientUDPRequest(DataInputStream is,
                                       long connection_id,
                                       int trans_id)
                                throws IOException
Throws:
IOException
Method Detail

serialise

public void serialise(DataOutputStream os)
               throws IOException
Overrides:
serialise in class PRUDPPacketRequest
Throws:
IOException

getPayload

public Map<String,Object> getPayload()

setPayload

public void setPayload(Map<String,Object> _payload)

getString

public String getString()
Overrides:
getString in class PRUDPPacketRequest