@Value.Immutable public abstract class ServerConfiguration extends Object
| Constructor and Description |
|---|
ServerConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
String |
getServerHostname() |
int |
getServerPort() |
URL |
getServerURL() |
String |
getUriScheme() |
@Value.Default public String getUriScheme()
@Value.Default public String getServerHostname()
@Value.Default public int getServerPort()
public URL getServerURL() throws MalformedURLException
MalformedURLExceptionCopyright © 2010–2018 Justin Searls. All rights reserved.