-
- 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>features
-
Constructor Summary
Constructors Constructor Description HttpServerSettings(InetAddress bindAddress, Integer bindPort, String contextPath, HttpProtocol protocol, SslSettings sslSettings, String banner, Set<HttpServerFeature> features)
-
Method Summary
Modifier and Type Method Description final InetAddressgetBindAddress()final IntegergetBindPort()final StringgetContextPath()final HttpProtocolgetProtocol()final SslSettingsgetSslSettings()final StringgetBanner()final Set<HttpServerFeature>getFeatures()-
-
Constructor Detail
-
HttpServerSettings
HttpServerSettings(InetAddress bindAddress, Integer bindPort, String contextPath, HttpProtocol protocol, SslSettings sslSettings, String banner, Set<HttpServerFeature> features)
-
-
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()
-
-
-
-