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(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 |
ServerImpl.start() |
|
Server |
Server.stop() |
Stop this server immediately (can only be used on a started server).
|
Server |
ServerImpl.stop() |
|