Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8309910

Introduce jdk.internal.net.http.HttpConnection.getSNIServerNames() method

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Fixed
    • Icon: P4 P4
    • 22
    • None
    • core-libs
    • b02

      Right now in the HttpClient internal implementation, when a TLS based connection is established we pass along the SNI names to be used in the TLS handshake. However, once the connection is established, this information that was used during the connection creation isn't available through the jdk.internal.net.http.HttpConnection instance methods.

      This issue proposes to introduce a getSNIServerNames() method on jdk.internal.net.http.HttpConnection to return this information.

            jpai Jaikiran Pai
            jpai Jaikiran Pai
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: