MCPcopy Create free account
hub / github.com/TigerVNC/tigervnc / getServerName

Method getServerName

java/com/tigervnc/rfb/CConnection.java:575–575  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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; }

Callers 4

setParamMethod · 0.45
checkServerTrustedMethod · 0.45
verifyHostnameMethod · 0.45
CConnMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected