public interface ServerApplication
| Modifier and Type | Method and Description |
|---|---|
ServerData |
getServerData() |
void |
run(java.util.concurrent.CompletableFuture start,
JaxRsServletConfigurer jaxRsConfigurer,
java.util.concurrent.CompletableFuture end) |
ServerApplication |
withSSLProperties(SSLProperties sslProperties) |
void run(java.util.concurrent.CompletableFuture start,
JaxRsServletConfigurer jaxRsConfigurer,
java.util.concurrent.CompletableFuture end)
ServerData getServerData()
ServerApplication withSSLProperties(SSLProperties sslProperties)