org.sblim.slp.internal.msg
public class AttributeRequest extends RequestMessage
| Constructor Summary | |
|---|---|
| AttributeRequest(SortedSet pPrevResponderSet, String pURLStr, List pScopeList, List pTagList, List pSPIList)
Ctor.
| |
| AttributeRequest(String pLangTag, SortedSet pPrevResponderSet, String pURLStr, List pScopeList, List pTagList, List pSPIList)
Ctor.
| |
| AttributeRequest(MsgHeader pHeader, SortedSet pPrevResponderSet, String pURLStr, List pScopeList, List pTagList, List pSPIList)
Ctor.
| |
| Method Summary | |
|---|---|
| protected int[] | getAllowedResponseIDs() |
| ServiceURL | getServiceURL()
getServiceURL
|
| static SLPMessage | parse(MsgHeader pHdr, SLPInputStream pInStr)
parse
|
| protected boolean | serializeRequestBody(SLPOutputStream pOutStr) |
Parameters: pPrevResponderSet - set of address strings pURLStr pScopeList - list of scope strings pTagList pSPIList
Parameters: pLangTag pPrevResponderSet - set of address strings pURLStr pScopeList - list of scope strings pTagList pSPIList
Parameters: pHeader pPrevResponderSet - set of address strings pURLStr pScopeList - list of scope strings pTagList pSPIList
Returns: ServiceURL
Parameters: pHdr pInStr
Returns: SLPMessage
Throws: ServiceLocationException IOException