public final class Endpoint extends Object implements Serializable
| Modifier and Type | Method and Description |
|---|---|
static Endpoint |
create(String address,
int port) |
boolean |
equals(Object o) |
String |
getAddress() |
int |
getPort() |
int |
hashCode() |
Map<String,Object> |
toMap() |
String |
toString() |
static Endpoint |
valueOf(String str) |
public String getAddress()
public int getPort()
Copyright © 2016. All Rights Reserved.