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

/illumos-gate/usr/src/lib/libslp/javalib/com/sun/slp/
H A DSAttrMsg.java27 // SAttrMsg.java: Message class for SLP attribute request.
42 * The SAttrMsg class models the SLP server side attribute message.
49 class SAttrMsg extends SrvLocMsgImpl { class in inherits:SrvLocMsgImpl
56 protected SAttrMsg() {} method in class:SAttrMsg
58 // Construct a SAttrMsg from the input stream. This will
61 SAttrMsg(SrvLocHeader hdr, DataInputStream dis) method in class:SAttrMsg
138 // Construct an SAttrMsg payload for reply to client. This will

Completed in 57 milliseconds