public class Address extends Object
| Modifier and Type | Method and Description |
|---|---|
String |
getHost() |
int |
getPort() |
String |
getUrl(ServiceAction action) |
static Address |
http(String host,
int port,
String product,
String system,
String module) |
static Address |
https(String host,
int port,
String product,
String system,
String module) |
boolean |
isHttps() |
public static Address http(String host, int port, String product, String system, String module)
public static Address https(String host, int port, String product, String system, String module)
public String getHost()
public int getPort()
public boolean isHttps()
public String getUrl(ServiceAction action)
Copyright © 2019. All rights reserved.