public class HostColonPort extends Object
| Constructor and Description |
|---|
HostColonPort(boolean useSSL,
String hostAndPort) |
HostColonPort(boolean useSSL,
String host,
int port) |
HostColonPort(URL url) |
public final boolean useSSL
public final String host
public final int port
public HostColonPort(boolean useSSL,
String hostAndPort)
public HostColonPort(boolean useSSL,
String host,
int port)
public HostColonPort(URL url) throws MalformedURLException
MalformedURLExceptionCopyright © 2019. All Rights Reserved.