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

Method getOutStream

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

Source from the content-addressed store, hash-verified

569
570 public InStream getInStream() { return is; }
571 public OutStream getOutStream() { return os; }
572
573 // Access method used by SSecurity implementations that can verify servers'
574 // Identities, to determine the unique(ish) name of the server.

Callers 8

processMsgMethod · 0.45
processMsgMethod · 0.45
processMsgMethod · 0.45
processMsgMethod · 0.45
processMsgMethod · 0.45
writePublicKeyMethod · 0.45
writeRandomMethod · 0.45
setCipherMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected