| Package | Description |
|---|---|
| io.helidon.microprofile.server |
Microprofile 1.0 server implementation.
|
| Modifier and Type | Method and Description |
|---|---|
static Server |
Server.create()
Create a server instance for discovered JAX-RS application (through CDI).
|
static Server |
Server.create(Class<? extends Application>... applicationClasses)
Create a server instance for a JAX-RS application class.
|
static Server |
Server.create(Application... applications)
Create a server instance for a JAX-RS application.
|
Server |
Server.start()
Start this server (can only be used once).
|
Server |
Server.stop()
Stop this server immediately (can only be used on a started server).
|
Copyright © 2018, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.