Package org.apache.tomcat.util.net
Interface SSLSessionManager
- 
- All Known Implementing Classes:
- JSSESupport
 
 public interface SSLSessionManagerDefines an interface used to manage SSL sessions. The manager operates on a single session.
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description voidinvalidateSession()Invalidate the SSL session
 
-