src/share/classes/com/sun/net/httpserver/HttpsParameters.java

Print this page

        

*** 47,56 **** --- 47,57 ---- * provided via * {@link #setSSLParameters(SSLParameters)} then those parameter settings * are used, and any settings made in this object are ignored. * @since 1.6 */ + @jdk.Supported public abstract class HttpsParameters { private String[] cipherSuites; private String[] protocols; private boolean wantClientAuth;