Uses of Interface
io.muserver.SSLCipherFilter
-
Packages that use SSLCipherFilter Package Description io.muserver This package contains the main API of mu-server, for example the server builders, request and response objects. -
-
Uses of SSLCipherFilter in io.muserver
Methods in io.muserver with parameters of type SSLCipherFilter Modifier and Type Method Description HttpsConfigBuilder
HttpsConfigBuilder. withCipherFilter(SSLCipherFilter cipherFilter)
Sets a filter allowing you to specify which ciphers you would like to support.
-