Uses of Class
net.webpdf.wsclient.openapi.ServerConfigSSL
-
Packages that use ServerConfigSSL Package Description net.webpdf.wsclient.openapi -
-
Uses of ServerConfigSSL in net.webpdf.wsclient.openapi
Methods in net.webpdf.wsclient.openapi that return ServerConfigSSL Modifier and Type Method Description ServerConfigSSLServerConfigSSL. _configuration(ServerConfigConnectorConfiguration _configuration)ServerConfigSSLServerConfigSSL. ciphers(ServerConfigCiphersSSL ciphers)ServerConfigSSLServerConfigSSL. clientAuth(Boolean clientAuth)@Nullable ServerConfigSSLServerConfigConnector. getSsl()Get sslServerConfigSSLServerConfigSSL. keystore(ServerConfigKeystoreSSL keystore)ServerConfigSSLServerConfigSSL. maxThreads(Integer maxThreads)ServerConfigSSLServerConfigSSL. protocols(ServerConfigProtocolsSSL protocols)ServerConfigSSLServerConfigSSL. scheme(String scheme)ServerConfigSSLServerConfigSSL. sessionCacheSize(Integer sessionCacheSize)ServerConfigSSLServerConfigSSL. sessionTimeout(Integer sessionTimeout)ServerConfigSSLServerConfigSSL. truststore(ServerConfigKeystore truststore)Methods in net.webpdf.wsclient.openapi with parameters of type ServerConfigSSL Modifier and Type Method Description voidServerConfigConnector. setSsl(ServerConfigSSL ssl)ServerConfigConnectorServerConfigConnector. ssl(ServerConfigSSL ssl)
-