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

Method getServerPort

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

Source from the content-addressed store, hash-verified

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

Callers 2

setParamMethod · 0.80
CConnMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected