| Package | Description |
|---|---|
| org.apache.mina.filter.ssl |
Classes that implement IoFilter and provide Secure Sockets Layer functionality.
|
| Modifier and Type | Field and Description |
|---|---|
private SslFilter |
SslHandler.sslFilter
The SSL Filter which has created this handler
|
| Modifier and Type | Method and Description |
|---|---|
(package private) SslFilter |
SslHandler.getSslFilter() |
| Constructor and Description |
|---|
SslHandler(SslFilter sslFilter,
IoSession session)
Create a new SSL Handler, and initialize it.
|