net.jini.discovery
Class IncomingUnicastRequest
java.lang.Object
net.jini.discovery.IncomingUnicastRequest
public class IncomingUnicastRequest
- extends Object
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.
- Author:
- Sun Microsystems, Inc.
- See Also:
OutgoingUnicastRequest
Field Summary |
protected int |
protoVersion
The current version of the unicast discovery protocol. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
protoVersion
protected int protoVersion
- The current version of the unicast discovery protocol.
IncomingUnicastRequest
public IncomingUnicastRequest(InputStream str)
throws IOException
- Construct a new object, initialized by unmarshaling the
contents of an input stream.
- Parameters:
str
- the stream from which to unmarshal a request
- Throws:
IOException
- the request could not be unmarshaled
Copyright © GigaSpaces.