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

/illumos-gate/usr/src/lib/libslp/javalib/com/sun/slp/
H A DCSrvMsg.java27 // CSrvMsg.java: Message class for SLP service reply.
41 * The CSrvMsg class models the SLP client side service message.
46 class CSrvMsg extends SrvLocMsgImpl { class in inherits:SrvLocMsgImpl
53 protected CSrvMsg() { } method in class:CSrvMsg
55 // Construct a CSrvMsg from the byte input stream. This is a SrvRply.
58 CSrvMsg(SLPHeaderV2 hdr, DataInputStream dis) method in class:CSrvMsg
111 // Construct a CSrvMsg from the arguments.
113 CSrvMsg(Locale locale, method in class:CSrvMsg

Completed in 43 milliseconds