net.jini.discovery
Class IncomingUnicastRequest

java.lang.Object
  |
  +--net.jini.discovery.IncomingUnicastRequest

public class IncomingUnicastRequest
extends java.lang.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.

See Also:
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

protoVersion

protected int protoVersion
The current version of the unicast discovery protocol.
Constructor Detail

IncomingUnicastRequest

public IncomingUnicastRequest(java.io.InputStream str)
                       throws java.io.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:
java.io.IOException - the request could not be unmarshaled


Copyright © 1999 Sun Microsystems, Inc. All rights reserved