Class HttpsExchange

java.lang.Object
com.sun.net.httpserver.HttpExchange
com.sun.net.httpserver.HttpsExchange

public abstract class HttpsExchange
extends HttpExchange
This class encapsulates a HTTPS request received and a response to be generated in one exchange and defines the extensions to HttpExchange that are specific to the HTTPS protocol.
Since:
1.6
  • Constructor Details

  • Method Details

    • getSSLSession

      public abstract SSLSession getSSLSession()
      Get the SSLSession for this exchange.
      Returns:
      the SSLSession