java.lang.Object
com.sun.net.httpserver.HttpExchange
com.sun.net.httpserver.HttpsExchange
- すべての実装されたインタフェース:
- AutoCloseable
public abstract class HttpsExchange extends HttpExchange
このクラスは、受信したHTTPS要求と1回の交換で生成される応答をカプセル化し、HTTPSプロトコルに固有のHttpExchangeへの拡張機能を定義します。
- 導入されたバージョン:
- 1.6
- 
コンストラクタのサマリーコンストラクタ 修飾子 コンストラクタ 説明 protectedHttpsExchange()
- 
メソッドのサマリー修飾子と型 メソッド 説明 abstract SSLSessiongetSSLSession()この交換のSSLSessionを取得します。クラス com.sun.net.httpserver.HttpExchangeで宣言されたメソッドclose, getAttribute, getHttpContext, getLocalAddress, getPrincipal, getProtocol, getRemoteAddress, getRequestBody, getRequestHeaders, getRequestMethod, getRequestURI, getResponseBody, getResponseCode, getResponseHeaders, sendResponseHeaders, setAttribute, setStreams
- 
コンストラクタの詳細- 
HttpsExchangeprotected HttpsExchange()
 
- 
- 
メソッドの詳細- 
getSSLSessionpublic abstract SSLSession getSSLSession()この交換のSSLSessionを取得します。- 戻り値:
- SSLSession
 
 
-