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