public class IncomingUnicastRequest extends Object
OutgoingUnicastRequest| Modifier and Type | Field and Description |
|---|---|
protected int |
protoVersion
The current version of the unicast discovery protocol.
|
| Constructor and Description |
|---|
IncomingUnicastRequest(InputStream str)
Construct a new object, initialized by unmarshaling the
contents of an input stream.
|
protected int protoVersion
public IncomingUnicastRequest(InputStream str) throws IOException
str - the stream from which to unmarshal a requestIOException - the request could not be unmarshaledCopyright 2007-2013, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.