Create a Netty server from the given application and server configuration.
Create a Netty server from the given application and server configuration.
The application.
The server configuration.
A started Netty server, serving the application.
Creates a Server from the given router, using ServerComponents.
Creates a Server from the given router, using ServerComponents.
the server configuration
the routes definitions
an AkkaHttpServer instance
Creates a Server from the given router.
Creates a Server from the given router.
the server configuration
the routes definitions
an AkkaHttpServer instance
(Since version 2.7.0) Use fromRouterWithComponents or use DefaultAkkaHttpServerComponents/DefaultNettyServerComponents
Create a Netty server zfrom a given router using BuiltInComponents:
Use this together with Sird Router.