-
- All Implemented Interfaces:
public final class ServerSettingsHolds server settings info.
-
-
Field Summary
Fields Modifier and Type Field Description private final InetAddressbindAddressprivate final IntegerbindPortprivate final StringcontextPathprivate final Protocolprotocolprivate final SslSettingssslSettingsprivate final Stringbannerprivate final Set<ServerFeature>featuresprivate final Map<String, Object>options
-
Constructor Summary
Constructors Constructor Description ServerSettings(InetAddress bindAddress, Integer bindPort, String contextPath, Protocol protocol, SslSettings sslSettings, String banner, Set<ServerFeature> features, Map<String, Object> options)
-
Method Summary
Modifier and Type Method Description final InetAddressgetBindAddress()final IntegergetBindPort()final StringgetContextPath()final ProtocolgetProtocol()final SslSettingsgetSslSettings()final StringgetBanner()final Set<ServerFeature>getFeatures()final Map<String, Object>getOptions()-
-
Constructor Detail
-
ServerSettings
ServerSettings(InetAddress bindAddress, Integer bindPort, String contextPath, Protocol protocol, SslSettings sslSettings, String banner, Set<ServerFeature> features, Map<String, Object> options)
-
-
Method Detail
-
getBindAddress
final InetAddress getBindAddress()
-
getBindPort
final Integer getBindPort()
-
getContextPath
final String getContextPath()
-
getProtocol
final Protocol getProtocol()
-
getSslSettings
final SslSettings getSslSettings()
-
getFeatures
final Set<ServerFeature> getFeatures()
-
getOptions
final Map<String, Object> getOptions()
-
-
-
-