public class OutgoingUnicastResponse extends Object
IncomingUnicastResponse
Modifier and Type | Field and Description |
---|---|
protected int |
protoVersion
The current version of the unicast discovery protocol.
|
Constructor and Description |
---|
OutgoingUnicastResponse() |
Modifier and Type | Method and Description |
---|---|
static void |
marshal(OutputStream str,
ServiceRegistrar reg,
String[] groups)
Marshal a unicast response to the given output stream.
|
protected int protoVersion
public static void marshal(OutputStream str, ServiceRegistrar reg, String[] groups) throws IOException
str
- the stream to marshal toreg
- the registrar object to marshalgroups
- the groups in which the registrar is currently a
memberIOException
- a problem occurred during marshalingCopyright 2007-2013, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.