Package info.ejava.examples.common.web
Class ServerConfig
java.lang.Object
info.ejava.examples.common.web.ServerConfig
This class is used to represent a configuration of an external
connection that defaults to http://localhost:8080
-
Field Details
-
scheme
-
host
-
port
private int port -
baseUrl
-
trustStore
-
trustStorePassword
private char[] trustStorePassword
-
-
Constructor Details
-
ServerConfig
public ServerConfig()
-
-
Method Details
-
build
-
buildBaseURI
-
getBaseUrl
-
isHttps
public boolean isHttps()
-