class NettyServer extends Server
Ordering
- Alphabetic
- By Inheritance
Inherited
- NettyServer
- Server
- ReloadableServer
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new NettyServer(config: ServerConfig, applicationProvider: ApplicationProvider, stopHook: () => Future[_], actorSystem: ActorSystem)(implicit materializer: Materializer)
Value Members
- val actorSystem: ActorSystem
- val applicationProvider: ApplicationProvider
- Definition Classes
- NettyServer → Server
- def httpPort: Option[Int]
Returns the HTTP port of the server.
Returns the HTTP port of the server.
This is useful when the port number has been automatically selected (by setting a port number of 0).
- returns
The HTTP port the server is bound to, if the HTTP connector is enabled.
- Definition Classes
- Server
- def httpsPort: Option[Int]
Returns the HTTPS port of the server.
Returns the HTTPS port of the server.
This is useful when the port number has been automatically selected (by setting a port number of 0).
- returns
The HTTPS port the server is bound to, if the HTTPS connector is enabled.
- Definition Classes
- Server
- lazy val mainAddress: InetSocketAddress
Get the address of the server.
Get the address of the server.
- returns
The address of the server.
- Definition Classes
- NettyServer → Server
- implicit val materializer: Materializer
- def mode: api.Mode
- Definition Classes
- NettyServer → Server
- def reload(): Unit
- Definition Classes
- Server → ReloadableServer
- val serverEndpoints: ServerEndpoints
Endpoints information for this server.
Endpoints information for this server.
- Definition Classes
- NettyServer → Server
- def stop(): Unit
- Definition Classes
- NettyServer → Server → ReloadableServer