org.sblim.slp.internal.msg
public class ServiceRequest extends RequestMessage
Constructor Summary | |
---|---|
ServiceRequest(String pLangTag, SortedSet<String> pPrevResponderSet, ServiceType pServiceType, List<String> pScopeList, String pPredicate, String pSlpSpi)
Ctor.
| |
ServiceRequest(SortedSet<String> pPrevResponderSet, ServiceType pServiceType, List<String> pScopeList, String pPredicate, String pSlpSpi)
Ctor.
| |
ServiceRequest(MsgHeader pHeader, SortedSet<String> pPrevResponderSet, ServiceType pServiceType, List<String> pScopeList, String pPredicate, String pSlpSpi) |
Method Summary | |
---|---|
ServiceType | getServiceType()
getServiceType
|
static SLPMessage | parse(MsgHeader pHdr, SLPInputStream pInStr)
parse
|
Parameters: pLangTag pPrevResponderSet - set of address strings pServiceType pScopeList - list of scope strings pPredicate pSlpSpi
Parameters: pPrevResponderSet - set of address strings pServiceType pScopeList - list of scope strings pPredicate pSlpSpi
Parameters: pHeader pPrevResponderSet - set of address strings pServiceType pScopeList - list of scope strings pPredicate - LDAPv3 search filter pSlpSpi
Returns: ServiceType
Parameters: pHdr pInStr
Returns: SLPMessage
Throws: ServiceLocationException IOException