Uses of Interface
io.helidon.microprofile.server.Server
Packages that use Server
-
Uses of Server in io.helidon.microprofile.server
Classes in io.helidon.microprofile.server that implement ServerModifier and TypeClassDescriptionclassServer to handle lifecycle of microprofile implementation.Methods in io.helidon.microprofile.server that return ServerModifier and TypeMethodDescriptionServer.Builder.build()Build a server based on this builder.static ServerServer.create()Create a server instance for discovered JAX-RS application (through CDI).static ServerServer.create(Application... applications) Create a server instance for a JAX-RS application.static ServerServer.create(Class<? extends Application>... applicationClasses) Create a server instance for a JAX-RS application class.Server.start()Start this server (can only be used once).ServerImpl.start()Server.stop()Stop this server immediately (can only be used on a started server).ServerImpl.stop()