Package org.apache.tomcat.jni.socket
Interface AprSocketContext.TlsCertVerifier
-
- Enclosing class:
- AprSocketContext
public static interface AprSocketContext.TlsCertVerifier
Called in SSL mode after the handshake is completed.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
handshakeDone(AprSocket ch)
-
-
-
Method Detail
-
handshakeDone
void handshakeDone(AprSocket ch)
-
-