org.sblim.slp.internal.msg
public class DAAdvert extends ReplyMessage
Constructor Summary | |
---|---|
DAAdvert(int pErrorCode, long pStatelessBootTime, String pURLStr, List<String> pScopeList, List<ServiceLocationAttribute> pAttrList, List<String> pSPIList)
Ctor.
| |
DAAdvert(String pLangTag, int pErrorCode, long pStatelessBootTime, String pURLStr, List<String> pScopeList, List<ServiceLocationAttribute> pAttrList, List<String> pSPIList)
Ctor.
| |
DAAdvert(MsgHeader pHeader, int pErrorCode, long pStatelessBootTime, String pURLStr, List<String> pScopeList, List<ServiceLocationAttribute> pAttrList, List<String> pSPIList)
Ctor.
|
Method Summary | |
---|---|
static SLPMessage | parse(MsgHeader pHdr, SLPInputStream pInStr)
parse
|
Parameters: pErrorCode pStatelessBootTime pURLStr pScopeList - list of scope strings pAttrList - list of ServiceLocationAttributes pSPIList
Parameters: pLangTag pErrorCode pStatelessBootTime pURLStr pScopeList - list of scope strings pAttrList - list of ServiceLocationAttributes pSPIList
Parameters: pHeader pErrorCode pStatelessBootTime pURLStr pScopeList - list of scope strings pAttrList - list of ServiceLocationAttributes pSPIList
Parameters: pHdr pInStr
Returns: SLPMessage
Throws: ServiceLocationException IOException