Interface ClientDetails


  • public interface ClientDetails
    Author:
    OpenCloud
    • Method Detail

      • getAddress

        InetAddress getAddress()
        Returns the address of the HTTP client.
        Returns:
        HTTP client address
      • getCertificates

        Certificate[] getCertificates()
        Returns the certificates sent by the HTTP client. Only set for incoming HTTPS requests that used client certificate authentication.