Class HttpsExchange
java.lang.Object
com.sun.net.httpserver.HttpExchange
com.sun.net.httpserver.HttpsExchange
- All Implemented Interfaces:
- Request,- AutoCloseable
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 SummaryConstructors
- 
Method SummaryMethods declared in class com.sun.net.httpserver.HttpExchangeclose, getAttribute, getHttpContext, getLocalAddress, getPrincipal, getProtocol, getRemoteAddress, getRequestBody, getRequestHeaders, getRequestMethod, getRequestURI, getResponseBody, getResponseCode, getResponseHeaders, sendResponseHeaders, setAttribute, setStreams
- 
Constructor Details- 
HttpsExchangeprotected HttpsExchange()Constructor for subclasses to call.
 
- 
- 
Method Details- 
getSSLSessionGet theSSLSessionfor this exchange.- Returns:
- the SSLSession
 
 
-