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