Uses of Class
org.logstash.netty.SslSimpleBuilder.SslClientVerifyMode
-
Packages that use SslSimpleBuilder.SslClientVerifyMode Package Description org.logstash.netty -
-
Uses of SslSimpleBuilder.SslClientVerifyMode in org.logstash.netty
Methods in org.logstash.netty that return SslSimpleBuilder.SslClientVerifyMode Modifier and Type Method Description static SslSimpleBuilder.SslClientVerifyMode
SslSimpleBuilder.SslClientVerifyMode. valueOf(String name)
Returns the enum constant of this type with the specified name.static SslSimpleBuilder.SslClientVerifyMode[]
SslSimpleBuilder.SslClientVerifyMode. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.logstash.netty with parameters of type SslSimpleBuilder.SslClientVerifyMode Modifier and Type Method Description SslSimpleBuilder
SslSimpleBuilder. setVerifyMode(SslSimpleBuilder.SslClientVerifyMode mode)
-