@Deprecated public class OutgoingUnicastResponse extends Object
IncomingUnicastResponse| Modifier and Type | Field and Description |
|---|---|
protected static int |
protoVersion
Deprecated.
The current version of the unicast discovery protocol.
|
| Constructor and Description |
|---|
OutgoingUnicastResponse()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
marshal(OutputStream str,
ServiceRegistrar reg,
String[] groups)
Deprecated.
Marshal a unicast response to the given output stream.
|
protected static final 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 © 2016–2018 The Apache Software Foundation. All rights reserved.