java.lang.Object
com.sun.net.httpserver.HttpExchange
com.sun.net.httpserver.HttpsExchange
- 所有已实现的接口:
-
Request
,AutoCloseable
这个类封装了一个HTTPS请求接收和一个要生成的响应在一个交换中,并定义了对HTTPS协议特定的
HttpExchange
的扩展。
- 自从:
- 1.6
-
Constructor Summary
-
Method Summary
Methods declared in class com.sun.net.httpserver.HttpExchange
close, getAttribute, getHttpContext, getLocalAddress, getPrincipal, getProtocol, getRemoteAddress, getRequestBody, getRequestHeaders, getRequestMethod, getRequestURI, getResponseBody, getResponseCode, getResponseHeaders, sendResponseHeaders, setAttribute, setStreams
-
Constructor Details
-
HttpsExchange
protected HttpsExchange()子类调用的构造函数。
-
-
Method Details
-
getSSLSession
获取此交换的SSLSession
。- 返回:
-
SSLSession
-