Class ConfigurableSocketFactory


  • public abstract class ConfigurableSocketFactory
    extends javax.net.SocketFactory
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      abstract void setConfiguration​(Configuration conf, java.lang.String host)  
      • Methods inherited from class javax.net.SocketFactory

        createSocket, createSocket, createSocket, createSocket, createSocket, getDefault
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ConfigurableSocketFactory

        public ConfigurableSocketFactory()
    • Method Detail

      • setConfiguration

        public abstract void setConfiguration​(Configuration conf,
                                              java.lang.String host)