Searched defs:CSrvTypeMsg (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libslp/javalib/com/sun/slp/
H A DCSrvTypeMsg.java27 // CSrvTypeMsg.java: Message class for SLP service type reply
42 * The CSrvTypeMsg class models the SLP service type reply message.
47 class CSrvTypeMsg extends SrvLocMsgImpl { class in inherits:SrvLocMsgImpl
55 protected CSrvTypeMsg() { } method in class:CSrvTypeMsg
57 // Construct a CSrvTypeMsg from the byte input stream. This will be
60 CSrvTypeMsg(SLPHeaderV2 hdr, DataInputStream dis) method in class:CSrvTypeMsg
105 // Construct a CSrvTypeMsg from the arguments. This will be
108 CSrvTypeMsg(Locale locale, String na, Vector scopes) method in class:CSrvTypeMsg

Completed in 54 milliseconds