The following table lists the container options supported by Immutant.
Key | Value type | Description |
---|---|---|
| Integer | Port to use for TLS listener. Defaults to |
| String or | Used for TLS. Path to keystore file or a |
| String | Used for TLS. Keystore password. |
| String or | Used for TLS. Path to keystore file or a |
| String or | Used for TLS. Trusstore password. Required if |
| String | Used for TLS. SSL client certificate authenticate, either |
|
| Used for TLS. A valid javax.net.ssl.SSLContext. |
|
| Used for TLS. A valid javax.net.ssl.KeyManager[]. |
|
| Used for TLS. a valid javax.net.ssl.TrustManager[]. |
| Boolean | Used for TLS. Whether to enable HTTP/2 support. |
| Integer | Tuning option. The number of threads handling IO. Defaults to the number of available processors. |
| Integer | Tuning option. The number of threads invoking handlers. Defaults to |
| Integer | Tuning option. Defaults to |
| Integer | Tuning option. Defaults to |
| Boolean | Tuning option. Defaults to |
| Integer | Apache JServ Protocol listener. |
|
| Used to create the Undertow server. |
Reference: Immutant options documentation.
Can you improve this documentation?Edit on GitHub
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close