Class ClientSocketProvider


  • public class ClientSocketProvider
    extends java.lang.Object
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.net.Socket open​(javax.net.SocketFactory factory, java.lang.String host, int port, int connectTimeout, int timeout)  
      • Methods inherited from class java.lang.Object

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

      • ClientSocketProvider

        public ClientSocketProvider()
    • Method Detail

      • open

        public static java.net.Socket open​(javax.net.SocketFactory factory,
                                           java.lang.String host,
                                           int port,
                                           int connectTimeout,
                                           int timeout)
                                    throws java.io.IOException
        Throws:
        java.io.IOException