jdk/src/java.base/share/classes/sun/security/ssl/SSLSocketFactoryImpl.java
changeset 32649 2ee9017c7597
parent 25859 3317bb8137f4
equal deleted inserted replaced
32648:1fa861caf840 32649:2ee9017c7597
    39  * any flexibility about which keys to use; that context defaults to the
    39  * any flexibility about which keys to use; that context defaults to the
    40  * process-default context, but may be explicitly specified.
    40  * process-default context, but may be explicitly specified.
    41  *
    41  *
    42  * @author David Brownell
    42  * @author David Brownell
    43  */
    43  */
    44 final public class SSLSocketFactoryImpl extends SSLSocketFactory {
    44 public final class SSLSocketFactoryImpl extends SSLSocketFactory {
    45 
    45 
    46     private SSLContextImpl context;
    46     private SSLContextImpl context;
    47 
    47 
    48     /**
    48     /**
    49      * Constructor used to instantiate the default factory. This method is
    49      * Constructor used to instantiate the default factory. This method is