Uses of Class
org.apache.mina.filter.ssl.SslFilter.SslFilterMessage
Packages that use SslFilter.SslFilterMessage
Package
Description
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.SslFilterMessageModifier and TypeFieldDescriptionstatic final 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 final 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.