()
| 573 | // Access method used by SSecurity implementations that can verify servers' |
| 574 | // Identities, to determine the unique(ish) name of the server. |
| 575 | public String getServerName() { return serverName; } |
| 576 | public int getServerPort() { return serverPort; } |
| 577 | |
| 578 | boolean isSecure() { return csecurity != null ? csecurity.isSecure() : false; } |
no outgoing calls
no test coverage detected