|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--net.jini.discovery.OutgoingUnicastResponse
Encapsulate the details of marshaling a unicast response.
IncomingUnicastResponse
Field Summary | |
protected int |
protoVersion
The current version of the unicast discovery protocol. |
Constructor Summary | |
OutgoingUnicastResponse()
|
Method Summary | |
static void |
marshal(java.io.OutputStream str,
ServiceRegistrar reg,
java.lang.String[] groups)
Marshal a unicast response to the given output stream. |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Field Detail |
protected int protoVersion
Constructor Detail |
public OutgoingUnicastResponse()
Method Detail |
public static void marshal(java.io.OutputStream str, ServiceRegistrar reg, java.lang.String[] groups) throws java.io.IOException
str
- the stream to marshal toreg
- the registrar object to marshalgroups
- the groups in which the registrar is currently a
member
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |