| Prev Class | Next Class | Frames | No Frames |
| Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Objectorg.sblim.slp.internal.msg.MsgFactoryFields 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 | |
Method Summary | |
static SLPMessage |
|
static SLPMessage |
|
static SLPMessage |
|
static SLPMessage |
|
public static SLPMessage parse(DatagramPacket pPacket) throws ServiceLocationException, IOException
parse
- Parameters:
pPacket-
- Returns:
- SLPMessage
- Throws:
ServiceLocationException-
public static SLPMessage parse(InputStream pInStr) throws ServiceLocationException, IOException
parse
- Parameters:
pInStr-
- Returns:
- SLPMessage
- Throws:
ServiceLocationException-
public static SLPMessage parse(Socket pSock) throws ServiceLocationException, IOException
parse
- Parameters:
pSock-
- Returns:
- SLPMessage
- Throws:
ServiceLocationException-
public static SLPMessage parse(SLPInputStream pInStr) throws ServiceLocationException, IOException
parse
- Parameters:
pInStr-
- Returns:
- SLPMessage
- Throws:
ServiceLocationException-