|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--net.jini.discovery.OutgoingUnicastRequest
Encapsulate the details of marshaling a unicast request.
IncomingUnicastRequest| Field Summary | |
protected static int |
protoVersion
The current version of the unicast discovery protocol. |
| Constructor Summary | |
OutgoingUnicastRequest()
|
|
| Method Summary | |
static void |
marshal(java.io.OutputStream str)
Marshal a unicast request 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 static final int protoVersion
| Constructor Detail |
public OutgoingUnicastRequest()
| Method Detail |
public static void marshal(java.io.OutputStream str)
throws java.io.IOException
str - the stream to marshal to
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||