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.SslFilterMessage
SslFilter. SESSION_SECURED
A special message object which is emitted with aIoHandler.messageReceived(IoSession, Object)
event when the session is secured and itsSslFilter.USE_NOTIFICATION
attribute is set.static SslFilter.SslFilterMessage
SslFilter. SESSION_UNSECURED
A special message object which is emitted with aIoHandler.messageReceived(IoSession, Object)
event when the session is not secure anymore and itsSslFilter.USE_NOTIFICATION
attribute is set.
-