Uses of Class
org.apache.mina.filter.ssl.SslEvent
-
Packages that use SslEvent Package Description org.apache.mina.filter.ssl Classes that implement IoFilter and provide Secure Sockets Layer functionality. -
-
Uses of SslEvent in org.apache.mina.filter.ssl
Methods in org.apache.mina.filter.ssl that return SslEvent Modifier and Type Method Description static SslEvent
SslEvent. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static SslEvent[]
SslEvent. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-