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

/illumos-gate/usr/src/lib/libslp/javalib/com/sun/slp/
H A DSSrvMsg.java27 // SSrvMsg.java: Message class for SLP service request.
42 * The SSrvMsg class models the SLP service (request, reply) message
49 class SSrvMsg extends SrvLocMsgImpl { class in inherits:SrvLocMsgImpl
55 protected SSrvMsg() {} method in class:SSrvMsg
57 // Construct a SSrvMsg from the byte input stream.
59 SSrvMsg(SrvLocHeader hdr, DataInputStream dis) method in class:SSrvMsg
146 // Construct a SSrvMsg from the arguments. This will be a SrvRply

Completed in 59 milliseconds