Serialized Form
-
Package com.github.toolarium.jwebserver.config
-
Class com.github.toolarium.jwebserver.config.ProxyServerConfiguration extends java.lang.Object implements Serializable
- serialVersionUID:
- -6364554233103894914L
-
Serialized Fields
-
connectionsPerThread
int connectionsPerThread
-
maxRequestTime
int maxRequestTime
-
proxyHostNameList
java.lang.String[] proxyHostNameList
-
reuseXForwarded
boolean reuseXForwarded
-
rewriteHostHeader
boolean rewriteHostHeader
-
-
Class com.github.toolarium.jwebserver.config.ResourceServerConfiguration extends java.lang.Object implements Serializable
- serialVersionUID:
- 2768362014487262782L
-
Serialized Fields
-
directory
java.lang.String directory
-
directoryListingEnabled
boolean directoryListingEnabled
-
isLocalDirectory
boolean isLocalDirectory
-
readFromClasspath
boolean readFromClasspath
-
supportedFileExtensions
java.lang.String[] supportedFileExtensions
-
welcomeFiles
java.lang.String[] welcomeFiles
-
-
Class com.github.toolarium.jwebserver.config.SSLServerConfiguration extends java.lang.Object implements Serializable
- serialVersionUID:
- -566842518507270602L
-
Serialized Fields
-
keysStoreType
java.lang.String keysStoreType
-
keyStoreAlias
java.lang.String keyStoreAlias
-
keyStoreFile
java.lang.String keyStoreFile
-
keyStorePassword
com.github.toolarium.common.security.ISecuredValue<java.lang.String> keyStorePassword
-
securityManagerProvider
com.github.toolarium.security.keystore.ISecurityManagerProvider securityManagerProvider
-
sslContext
javax.net.ssl.SSLContext sslContext
-
trustAnyCertificate
java.lang.Boolean trustAnyCertificate
-
trustKeyStoreFile
java.lang.String trustKeyStoreFile
-
-