Uses of Class
org.apache.mina.filter.ssl.SslFilter.SslFilterMessage
-
Packages that use SslFilter.SslFilterMessage Package Description org.apache.mina.filter.ssl Classes that implement IoFilter and provide Secure Sockets Layer functionality. -
-
Uses of SslFilter.SslFilterMessage in org.apache.mina.filter.ssl
Fields in org.apache.mina.filter.ssl declared as SslFilter.SslFilterMessage Modifier and Type Field Description static SslFilter.SslFilterMessageSslFilter. SESSION_SECUREDA special message object which is emitted with aIoHandler.messageReceived(IoSession, Object)event when the session is secured and itsSslFilter.USE_NOTIFICATIONattribute is set.static SslFilter.SslFilterMessageSslFilter. SESSION_UNSECUREDA special message object which is emitted with aIoHandler.messageReceived(IoSession, Object)event when the session is not secure anymore and itsSslFilter.USE_NOTIFICATIONattribute is set.
-