org.livetribe.slp.spi.msg
Class Rqst

java.lang.Object
  extended by org.livetribe.slp.spi.msg.BytesBlock
      extended by org.livetribe.slp.spi.msg.Message
          extended by org.livetribe.slp.spi.msg.Rqst
Direct Known Subclasses:
SrvRqst

public abstract class Rqst
extends Message

Version:
$Rev: 71 $ $Date: 2006-04-12 12:52:00 +0200 (Wed, 12 Apr 2006) $

Field Summary
 
Fields inherited from class org.livetribe.slp.spi.msg.Message
ATTR_RPLY_TYPE, ATTR_RQST_TYPE, DA_ADVERT_TYPE, SA_ADVERT_TYPE, SRV_ACK_TYPE, SRV_DEREG_TYPE, SRV_REG_TYPE, SRV_RPLY_TYPE, SRV_RQST_TYPE, SRV_TYPE_RPLY_TYPE, SRV_TYPE_RQST_TYPE
 
Fields inherited from class org.livetribe.slp.spi.msg.BytesBlock
EMPTY_BYTES, EMPTY_STRINGS
 
Constructor Summary
Rqst()
           
 
Method Summary
 Set getPreviousResponders()
          A comma separated list of IPv4 addresses of previous responders in case this message has been multicasted.
 void setPreviousResponders(Set previousResponders)
           
 
Methods inherited from class org.livetribe.slp.spi.msg.Message
addExtension, attributesToBytes, deserialize, deserializeBody, deserializeExtensions, getExtensions, getLanguage, getMessageType, getXID, isFresh, isMulticast, isOverflow, scopesToBytes, serialize, serializeBody, serializeExtensions, serviceTypeToBytes, setFresh, setLanguage, setMulticast, setOverflow, setXID
 
Methods inherited from class org.livetribe.slp.spi.msg.BytesBlock
escape, readInt, readString, readStringArray, stringToUTF8Bytes, unescape, utf8BytesToString, writeInt, writeString, writeStringArray
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Rqst

public Rqst()
Method Detail

getPreviousResponders

public Set getPreviousResponders()
A comma separated list of IPv4 addresses of previous responders in case this message has been multicasted.


setPreviousResponders

public void setPreviousResponders(Set previousResponders)


Copyright © 2006-2012 LiveTribe. All Rights Reserved.