public final class ContainerAnnouncement extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
static byte[] |
CONTAINER_QUERY |
(package private) String |
host |
(package private) String |
name |
(package private) Integer |
port |
(package private) String |
protocol |
private static long |
serialVersionUID
The unique class ID
|
| Constructor and Description |
|---|
ContainerAnnouncement(byte[] array) |
ContainerAnnouncement(String name,
String protocol,
String host,
Integer port) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getHost() |
String |
getName() |
Integer |
getPort() |
String |
getProtocol() |
byte[] |
toByteArray() |
String |
toString() |
private static final long serialVersionUID
public static final byte[] CONTAINER_QUERY
final String name
final String protocol
final String host
final Integer port
public ContainerAnnouncement(String name, String protocol, String host, Integer port)
public ContainerAnnouncement(byte[] array)
Copyright © 2018. All rights reserved.