java.lang.Object
io.helidon.microprofile.server.ServerImpl
- All Implemented Interfaces:
Server
Server to handle lifecycle of microprofile implementation.
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.helidon.microprofile.server.Server
Server.Builder
-
Method Summary
-
Method Details
-
start
Description copied from interface:Server
Start this server (can only be used once). This is a blocking call. -
stop
Description copied from interface:Server
Stop this server immediately (can only be used on a started server). This is a blocking call. -
host
Description copied from interface:Server
Get the host this server listens on. -
port
public int port()Description copied from interface:Server
Get the port this server listens on or-1
if the server is not running.
-