-
- All Implemented Interfaces:
-
com.hexagonkt.http.server.HttpServerPort
public final class JettyServletAdapter implements HttpServerPortImplements HttpServerPort using JettyServer.
TODO Move 'options' to adapter constructor parameters
-
-
Constructor Summary
Constructors Constructor Description JettyServletAdapter()
-
Method Summary
Modifier and Type Method Description IntegerruntimePort()Booleanstarted()UnitstartUp(HttpServer server)UnitshutDown()Set<HttpProtocol>supportedProtocols()Set<HttpServerFeature>supportedFeatures()Set<String>supportedOptions()-
-
Method Detail
-
runtimePort
Integer runtimePort()
-
supportedProtocols
Set<HttpProtocol> supportedProtocols()
-
supportedFeatures
Set<HttpServerFeature> supportedFeatures()
-
supportedOptions
Set<String> supportedOptions()
-
-
-
-