public interface ConnectivitySocketFactory
| Modifier and Type | Method and Description |
|---|---|
Socket |
createConnectivitySocket(String host,
int port)
Creates a socket and connects it to on premise server specified with the given virtual host and port.
|
Socket createConnectivitySocket(String host, int port) throws IOException
host - Virtual host of the on premise serverport - Virtual port of the on premise serverIOException - if an I/O error occurs during socket creationCopyright © 2022 SAP. All rights reserved.