public class HostAddress extends Object
| Constructor and Description |
|---|
HostAddress(String host,
int port) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getHost() |
int |
getPort() |
int |
hashCode() |
String |
toString() |
public HostAddress(String host, int port)
Copyright © 2022. All rights reserved.