public abstract class

HttpsExchange

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

Class Overview

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.

Summary

Protected Constructors
HttpsExchange()
Public Methods
abstract SSLSession getSSLSession()
Get the SSLSession for this exchange.
[Expand]
Inherited Methods
From class com.sun.net.httpserver.HttpExchange
From class java.lang.Object

Protected Constructors

protected HttpsExchange ()

Public Methods

public abstract SSLSession getSSLSession ()

Get the SSLSession for this exchange.

Returns
  • the SSLSession