Spec-Zone .ru
спецификации, руководства, описания, API

Java HTTP Server
DRAFT ea-b118

com.sun.net.httpserver
Class HttpsExchange

java.lang.Object
  extended by com.sun.net.httpserver.HttpExchange
      extended by 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 Summary
Modifier Constructor and Description
protected HttpsExchange()
           
 
Method Summary
Modifier and Type Method and Description
abstract  SSLSession getSSLSession()
          Get the SSLSession for this exchange.
 
Methods inherited from class com.sun.net.httpserver.HttpExchange
close, getAttribute, getHttpContext, getLocalAddress, getPrincipal, getProtocol, getRemoteAddress, getRequestBody, getRequestHeaders, getRequestMethod, getRequestURI, getResponseBody, getResponseCode, getResponseHeaders, sendResponseHeaders, setAttribute, setStreams
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HttpsExchange

protected HttpsExchange()
Method Detail

getSSLSession

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

Returns:
the SSLSession

Java HTTP Server
DRAFT ea-b118

Copyright © 2005, 2010, Oracle Corporation. All rights reserved.
DRAFT ea-b118

Scripting on this page tracks web page traffic, but does not change the content in any way.