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

Method processInitMsg

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

Source from the content-addressed store, hash-verified

329 }
330
331 private void processInitMsg() {
332 vlog.debug("Reading server initialisation");
333 reader_.readServerInit();
334 }
335
336 private void throwConnFailedException() {
337 state_ = stateEnum.RFBSTATE_INVALID;

Callers 1

processMsgMethod · 0.95

Calls 2

debugMethod · 0.80
readServerInitMethod · 0.45

Tested by

no test coverage detected