Interface ConnectivitySocketFactory
public interface ConnectivitySocketFactory
Socket factory capable of creating Sockets to on premise systems.
-
Method Summary
Modifier and TypeMethodDescriptioncreateConnectivitySocket
(String host, int port) Creates a socket and connects it to on premise server specified with the given virtual host and port.
-
Method Details
-
createConnectivitySocket
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 serverport
- Virtual port of the on premise server- Returns:
- Connected Socket
- Throws:
IOException
- if an I/O error occurs during socket creation
-