public class OutgoingUnicastRequest extends Object
IncomingUnicastRequest
Modifier and Type | Field and Description |
---|---|
protected static int |
protoVersion
The current version of the unicast discovery protocol.
|
Constructor and Description |
---|
OutgoingUnicastRequest() |
Modifier and Type | Method and Description |
---|---|
static void |
marshal(OutputStream str)
Marshal a unicast request to the given output stream.
|
protected static final int protoVersion
public static void marshal(OutputStream str) throws IOException
str
- the stream to marshal toIOException
- a problem occurred during marshalingCopyright 2007-2013, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.