public class ServiceTypeRequest 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 |
---|
ServiceTypeRequest(MsgHeader pHeader,
SortedSet<String> pPrevResponderSet,
String pNamingAuth,
List<String> pScopeList)
Ctor.
|
ServiceTypeRequest(SortedSet<String> pPrevResponderSet,
String pNamingAuth,
List<String> pScopeList)
Ctor.
|
ServiceTypeRequest(String pLangTag,
SortedSet<String> pPrevResponderSet,
String pNamingAuth,
List<String> pScopeList)
Ctor.
|
Modifier and Type | Method and Description |
---|---|
protected int[] |
getAllowedResponseIDs() |
static SLPMessage |
parse(MsgHeader pHdr,
SLPInputStream pInStr)
parse
|
protected boolean |
serializeRequestBody(SLPOutputStream pOutStr) |
getPrevResponderSet, getPrevRespondersItr, getScopeList, isAllowedResponseType, serializeBody, serializeWithoutResponders, updatePrevResponders
fresh, getFunctionID, getHeader, getLangTag, getVersion, getXID, multicast, overflows, serialize, serialize, setXID, toString
public ServiceTypeRequest(SortedSet<String> pPrevResponderSet, String pNamingAuth, List<String> pScopeList)
pPrevResponderSet
- - set of address stringspNamingAuth
- pScopeList
- - set of scope stringspublic ServiceTypeRequest(String pLangTag, SortedSet<String> pPrevResponderSet, String pNamingAuth, List<String> pScopeList)
pLangTag
- pPrevResponderSet
- - set of address stringspNamingAuth
- pScopeList
- - set of scope stringspublic static SLPMessage parse(MsgHeader pHdr, SLPInputStream pInStr) throws ServiceLocationException, IOException
pHdr
- pInStr
- ServiceLocationException
IOException
protected boolean serializeRequestBody(SLPOutputStream pOutStr)
serializeRequestBody
in class RequestMessage
protected int[] getAllowedResponseIDs()
getAllowedResponseIDs
in class RequestMessage
Copyright © 2005, 2012 IBM Corporation. All Rights Reserved.