| Prev Class | Next Class | Frames | No Frames |
| Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Objectorg.sblim.slp.internal.msg.SLPMessageorg.sblim.slp.internal.msg.RequestMessageorg.sblim.slp.internal.msg.ServiceTypeRequestpublic class ServiceTypeRequestextends RequestMessageFields inherited from interface org.sblim.slp.internal.msg.FunctionIDs | |
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 Summary | |
| |
| |
| |
Method Summary | |
protected int[] | |
static SLPMessage |
|
protected boolean |
|
Methods inherited from class org.sblim.slp.internal.msg.RequestMessage | |
getAllowedResponseIDs, getPrevResponderSet, getPrevRespondersItr, getScopeList, isAllowedResponseType, serializeBody, serializeRequestBody, serializeWithoutResponders, updatePrevResponders | |
Methods inherited from class org.sblim.slp.internal.msg.SLPMessage | |
fresh, getFunctionID, getHeader, getLangTag, getVersion, getXID, multicast, overflows, serialize, serialize, serializeBody, setXID, toString | |
public ServiceTypeRequest(SortedSet pPrevResponderSet,
String pNamingAuth,
List pScopeList)Ctor.
- Parameters:
pPrevResponderSet- - set of address stringspNamingAuth-pScopeList- - set of scope strings
public ServiceTypeRequest(String pLangTag,
SortedSet pPrevResponderSet,
String pNamingAuth,
List pScopeList)Ctor.
- Parameters:
pLangTag-pPrevResponderSet- - set of address stringspNamingAuth-pScopeList- - set of scope strings
public ServiceTypeRequest(MsgHeader pHeader, SortedSet pPrevResponderSet, String pNamingAuth, List pScopeList)
Ctor.
- Parameters:
pHeader-pPrevResponderSet- - set of address stringspNamingAuth-pScopeList- - set of scope strings
protected int[] getAllowedResponseIDs()
- Overrides:
- getAllowedResponseIDs in interface RequestMessage
public static SLPMessage parse(MsgHeader pHdr, SLPInputStream pInStr) throws ServiceLocationException, IOException
parse
- Parameters:
pHdr-pInStr-
- Returns:
- SLPMessage
- Throws:
ServiceLocationException-
protected boolean serializeRequestBody(SLPOutputStream pOutStr)
- Overrides:
- serializeRequestBody in interface RequestMessage