org.apache.hadoop.hbase
Class SslRMIClientSocketFactorySecure

java.lang.Object
  extended by javax.rmi.ssl.SslRMIClientSocketFactory
      extended by org.apache.hadoop.hbase.SslRMIClientSocketFactorySecure
All Implemented Interfaces:
Serializable, RMIClientSocketFactory

public class SslRMIClientSocketFactorySecure
extends SslRMIClientSocketFactory

Avoid SSL V3.0 "Poodle" Vulnerability - CVE-2014-3566

See Also:
Serialized Form

Constructor Summary
SslRMIClientSocketFactorySecure()
           
 
Method Summary
 Socket createSocket(String host, int port)
           
 
Methods inherited from class javax.rmi.ssl.SslRMIClientSocketFactory
equals, hashCode
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SslRMIClientSocketFactorySecure

public SslRMIClientSocketFactorySecure()
Method Detail

createSocket

public Socket createSocket(String host,
                           int port)
                    throws IOException
Specified by:
createSocket in interface RMIClientSocketFactory
Overrides:
createSocket in class SslRMIClientSocketFactory
Throws:
IOException


Copyright © 2007-2016 The Apache Software Foundation. All Rights Reserved.