Package | Description |
---|---|
io.muserver |
This package contains the main API of mu-server, for example the server builders, request and response objects.
|
Modifier and Type | Method and Description |
---|---|
static SSLContextBuilder |
SSLContextBuilder.sslContext() |
SSLContextBuilder |
SSLContextBuilder.withKeyPassword(char[] keyPassword) |
SSLContextBuilder |
SSLContextBuilder.withKeyPassword(String keyPassword) |
SSLContextBuilder |
SSLContextBuilder.withKeystore(File file) |
SSLContextBuilder |
SSLContextBuilder.withKeystore(InputStream keystoreStream) |
SSLContextBuilder |
SSLContextBuilder.withKeystoreFromClasspath(String classpath) |
SSLContextBuilder |
SSLContextBuilder.withKeystorePassword(char[] keystorePassword) |
SSLContextBuilder |
SSLContextBuilder.withKeystorePassword(String keystorePassword) |
SSLContextBuilder |
SSLContextBuilder.withKeystoreType(String keystoreType) |
Modifier and Type | Method and Description |
---|---|
MuServerBuilder |
MuServerBuilder.withHttpsConfig(SSLContextBuilder sslContext)
Sets the HTTPS config.
|
Copyright © 2017–2019. All rights reserved.