public class AttributeRequest extends RequestMessage
ATTR_RPLY, ATTR_RQST, DA_ADVERT, FIRST_ID, LAST_ID, SA_ADVERT, SRV_ACK, SRV_DEREG, SRV_REG, SRV_RPLY, SRV_RQST, SRV_TYPE_RPLY, SRV_TYPE_RQST| Constructor and Description |
|---|
AttributeRequest(MsgHeader pHeader,
SortedSet<String> pPrevResponderSet,
String pURLStr,
List<String> pScopeList,
List<String> pTagList,
List<String> pSPIList)
Ctor.
|
AttributeRequest(SortedSet<String> pPrevResponderSet,
String pURLStr,
List<String> pScopeList,
List<String> pTagList,
List<String> pSPIList)
Ctor.
|
AttributeRequest(String pLangTag,
SortedSet<String> pPrevResponderSet,
String pURLStr,
List<String> pScopeList,
List<String> pTagList,
List<String> pSPIList)
Ctor.
|
| Modifier and Type | Method and Description |
|---|---|
protected int[] |
getAllowedResponseIDs() |
ServiceURL |
getServiceURL()
getServiceURL
|
static SLPMessage |
parse(MsgHeader pHdr,
SLPInputStream pInStr)
parse
|
protected boolean |
serializeRequestBody(SLPOutputStream pOutStr) |
getPrevResponderSet, getPrevRespondersItr, getScopeList, isAllowedResponseType, serializeBody, serializeWithoutResponders, updatePrevRespondersfresh, getFunctionID, getHeader, getLangTag, getVersion, getXID, multicast, overflows, serialize, serialize, setXID, toStringpublic AttributeRequest(SortedSet<String> pPrevResponderSet, String pURLStr, List<String> pScopeList, List<String> pTagList, List<String> pSPIList)
pPrevResponderSet - - set of address stringspURLStr - pScopeList - - list of scope stringspTagList - pSPIList - public AttributeRequest(String pLangTag, SortedSet<String> pPrevResponderSet, String pURLStr, List<String> pScopeList, List<String> pTagList, List<String> pSPIList)
pLangTag - pPrevResponderSet - - set of address stringspURLStr - pScopeList - - list of scope stringspTagList - pSPIList - public AttributeRequest(MsgHeader pHeader, SortedSet<String> pPrevResponderSet, String pURLStr, List<String> pScopeList, List<String> pTagList, List<String> pSPIList)
pHeader - pPrevResponderSet - - set of address stringspURLStr - pScopeList - - list of scope stringspTagList - pSPIList - public static SLPMessage parse(MsgHeader pHdr, SLPInputStream pInStr) throws ServiceLocationException, IOException
pHdr - pInStr - ServiceLocationExceptionIOExceptionpublic ServiceURL getServiceURL()
protected boolean serializeRequestBody(SLPOutputStream pOutStr)
serializeRequestBody in class RequestMessageprotected int[] getAllowedResponseIDs()
getAllowedResponseIDs in class RequestMessageCopyright © 2005, 2012 IBM Corporation. All Rights Reserved.