|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--net.jini.discovery.IncomingUnicastRequest
Encapsulate the details of unmarshaling an incoming unicast request. This class has no public methods because the request portion of the current version of the unicast discovery protocol does nothing other than indicate its version.
OutgoingUnicastRequest
Field Summary | |
protected int |
protoVersion
The current version of the unicast discovery protocol. |
Constructor Summary | |
IncomingUnicastRequest(java.io.InputStream str)
Construct a new object, initialized by unmarshaling the contents of an input 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 IncomingUnicastRequest(java.io.InputStream str) throws java.io.IOException
str
- the stream from which to unmarshal a request
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |