org.sblim.slp.internal.msg
public class ServiceRequest extends RequestMessage
Constructor Summary | |
---|---|
ServiceRequest(String pLangTag, SortedSet pPrevResponderSet, ServiceType pServiceType, List pScopeList, String pPredicate, String pSlpSpi)
Ctor.
| |
ServiceRequest(SortedSet pPrevResponderSet, ServiceType pServiceType, List pScopeList, String pPredicate, String pSlpSpi)
Ctor.
| |
ServiceRequest(MsgHeader pHeader, SortedSet pPrevResponderSet, ServiceType pServiceType, List pScopeList, String pPredicate, String pSlpSpi) |
Method Summary | |
---|---|
protected int[] | getAllowedResponseIDs() |
ServiceType | getServiceType()
getServiceType
|
static SLPMessage | parse(MsgHeader pHdr, SLPInputStream pInStr)
parse
|
protected boolean | serializeRequestBody(SLPOutputStream pOutStr) |
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