()
| 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; |
no test coverage detected