Package com.github.searls.jasmine.config
Class ServerConfiguration
- java.lang.Object
-
- com.github.searls.jasmine.config.ServerConfiguration
-
- Direct Known Subclasses:
ImmutableServerConfiguration
@Immutable public abstract class ServerConfiguration extends Object
-
-
Constructor Summary
Constructors Constructor Description ServerConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetServerHostname()intgetServerPort()URLgetServerURL()StringgetUriScheme()
-
-
-
Method Detail
-
getUriScheme
@Default public String getUriScheme()
-
getServerHostname
@Default public String getServerHostname()
-
getServerPort
@Default public int getServerPort()
-
getServerURL
public URL getServerURL() throws MalformedURLException
- Throws:
MalformedURLException
-
-