Interface ConnectivitySocketFactory


public interface ConnectivitySocketFactory
Socket factory capable of creating Sockets to on premise systems.
  • Method Summary

    Modifier and Type
    Method
    Description
    Creates a socket and connects it to on premise server specified with the given virtual host and port.
  • Method Details

    • createConnectivitySocket

      Socket createConnectivitySocket(String host, int port) throws IOException
      Creates a socket and connects it to on premise server specified with the given virtual host and port.
      Parameters:
      host - Virtual host of the on premise server
      port - Virtual port of the on premise server
      Returns:
      Connected Socket
      Throws:
      IOException - if an I/O error occurs during socket creation