| Modifier and Type | Method and Description |
|---|---|
ServerOptions |
ServerOptions.secured(String certificatePath) |
ServerOptions |
ServerOptions.secured(String certificatePath,
char[] certPassword) |
ServerOptions |
ServerOptions.secured(String certificatePath,
char[] certPassword,
String caCertificatePath) |
ServerOptions |
ServerOptions.secured(String certificatePath,
String caCertificatePath) |
ServerOptions |
ServerOptions.secured(String certExec,
String certExecArgs,
String serverCertThumbprint,
KeyStore clientCert,
String caCertificatePath) |
| Modifier and Type | Method and Description |
|---|---|
static String |
RuntimeFrameworkVersionMatcher.match(ServerOptions options) |
void |
EmbeddedServer.startServer(ServerOptions optionsParam) |
Copyright © 2024. All rights reserved.