Uses of Class
org.apache.tomcat.jni.socket.AprSocketContext
-
Packages that use AprSocketContext Package Description org.apache.tomcat.jni.socket -
-
Uses of AprSocketContext in org.apache.tomcat.jni.socket
Methods in org.apache.tomcat.jni.socket that return AprSocketContext Modifier and Type Method Description AprSocketContext
AprSocket. getContext()
AprSocketContext
AprSocketContext. setKeys(String certPemFile, String keyDerFile)
Set certificate, will also enable TLS mode.AprSocketContext
AprSocketContext. setTls()
All accepted/connected sockets will start handshake automatically.
-