public class GrizzlyPeerID extends Object implements Serializable, Comparable<GrizzlyPeerID>
| Modifier and Type | Field and Description |
|---|---|
String |
host |
String |
multicastAddress |
int |
multicastPort |
int |
tcpPort |
| Constructor and Description |
|---|
GrizzlyPeerID(String host,
int tcpPort,
String multicastAddress,
int multicastPort) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(GrizzlyPeerID other) |
boolean |
equals(Object other) |
String |
getHost() |
String |
getMulticastAddress() |
int |
getMulticastPort() |
int |
getTcpPort() |
int |
hashCode() |
String |
toString() |
public final String host
public final int tcpPort
public final String multicastAddress
public final int multicastPort
public String getHost()
public int getTcpPort()
public int getMulticastPort()
public String getMulticastAddress()
public int compareTo(GrizzlyPeerID other)
compareTo in interface Comparable<GrizzlyPeerID>Copyright © 2017–2020 Eclipse Foundation. All rights reserved.