setSessionCache
Whether the server should use a session cache. Defaults to true. This
should be set before calling |asyncListen| if you wish to change the
default.
setSessionTickets
Whether the server should support session tickets. Defaults to true. This
should be set before calling |asyncListen| if you wish to change the
default.
setRequestClientCertificate
Whether the server should request and/or require a client auth certificate
from the client. Defaults to REQUEST_NEVER. See the possible options
above. This should be set before calling |asyncListen| if you wish to
change the default.
serverCert
The server’s certificate that is presented to the client during the TLS
handshake. This is required to be set before calling |asyncListen|.
Values for setRequestClientCertificate