public class HostPort extends Object
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getHostname()
Deprecated.
Use
getHostName() instead |
String |
getHostName() |
String |
getHostPort() |
int |
getPort() |
int |
hashCode() |
public HostPort(String hostname, int port)
@Deprecated public String getHostname()
getHostName() insteadpublic String getHostName()
public int getPort()
public String getHostPort()
Copyright © 2022. All rights reserved.