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

Method processSecurityMsg

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

Source from the content-addressed store, hash-verified

292 }
293
294 private void processSecurityMsg() {
295 vlog.debug("Processing security message");
296 if (csecurity.processMsg(this)) {
297 state_ = stateEnum.RFBSTATE_SECURITY_RESULT;
298 processSecurityResultMsg();
299 }
300 }
301
302 private void processSecurityResultMsg() {
303 vlog.debug("Processing security result message");

Callers 2

processMsgMethod · 0.95

Calls 3

debugMethod · 0.80
processMsgMethod · 0.45

Tested by

no test coverage detected