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 AprSocketContextAprSocket. getContext()AprSocketContextAprSocketContext. setKeys(String certPemFile, String keyDerFile)Set certificate, will also enable TLS mode.AprSocketContextAprSocketContext. setTls()All accepted/connected sockets will start handshake automatically.
-