| Package | Description |
|---|---|
| io.helidon.microprofile.server |
Microprofile 1.0 server implementation.
|
| Modifier and Type | Method | Description |
|---|---|---|
JaxRsApplication.Builder |
JaxRsApplication.Builder.application(java.lang.Class<? extends javax.ws.rs.core.Application> appClass) |
Set the JAX-RS application class that forms this instance.
|
JaxRsApplication.Builder |
JaxRsApplication.Builder.application(javax.ws.rs.core.Application app) |
Set the JAX-RS application that forms this instance.
|
static JaxRsApplication.Builder |
JaxRsApplication.builder() |
A new fluent API builder to create a customized
JaxRsApplication. |
JaxRsApplication.Builder |
JaxRsApplication.Builder.config(org.glassfish.jersey.server.ResourceConfig config) |
Set resource configuration that forms this application.
|
JaxRsApplication.Builder |
JaxRsApplication.Builder.contextRoot(java.lang.String contextRoot) |
Configure an explicit context root for this application.
|
JaxRsApplication.Builder |
JaxRsApplication.Builder.executorService(java.util.concurrent.ExecutorService executorService) |
Configure an executor service to be used for this application.
|
Copyright © 2018, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.