- getRemoteAddress(HttpServletRequest) - Method in class com.sun.appserv.ProxyHandler
-
Gets the Internet Protocol (IP) address of the original client request
that was intercepted by the proxy server.
- getSSLClientCertificateChain(HttpServletRequest) - Method in class com.sun.appserv.ProxyHandler
-
Gets the SSL client certificate chain with which the client
had authenticated itself to the SSL offloader, and which the
SSL offloader has added as a custom request header on the
given request.
- getSSLKeysize(HttpServletRequest) - Method in class com.sun.appserv.ProxyHandler
-
Returns the SSL keysize with which the original client request that
was intercepted by the SSL offloader has been protected, and which
the SSL offloader has added as a custom request header on the
given request.