public class HostAndPort extends Object
| Constructor and Description | 
|---|
HostAndPort()  | 
HostAndPort(com.google.common.net.HostAndPort guavaHostAndPort)  | 
HostAndPort(String host,
           int port)  | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
getHost()  | 
int | 
getPort()  | 
void | 
setHost(String host)  | 
void | 
setPort(int port)  | 
public HostAndPort(com.google.common.net.HostAndPort guavaHostAndPort)
public HostAndPort()
public HostAndPort(String host, int port)
Copyright © 2014–2016 Soabase. All rights reserved.