Uses of Class
org.apache.mina.filter.ssl.SslHandler
-
Packages that use SslHandler Package Description org.apache.mina.filter.ssl Classes that implement IoFilter and provide Secure Sockets Layer functionality. -
-
Uses of SslHandler in org.apache.mina.filter.ssl
Methods in org.apache.mina.filter.ssl that return SslHandler Modifier and Type Method Description private SslHandlerSslFilter. getSslSessionHandler(IoSession session)Methods in org.apache.mina.filter.ssl with parameters of type SslHandler Modifier and Type Method Description private voidSslFilter. handleAppDataRead(IoFilter.NextFilter nextFilter, SslHandler sslHandler)private voidSslFilter. handleSslData(IoFilter.NextFilter nextFilter, SslHandler sslHandler)
-