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

Method _write

java/com/jcraft/jsch/Session.java:1364–1372  ·  view source on GitHub ↗
(Packet packet)

Source from the content-addressed store, hash-verified

1362 }
1363
1364 private void _write(Packet packet) throws Exception{
1365 synchronized(lock){
1366 encode(packet);
1367 if(io!=null){
1368 io.put(packet);
1369 seqo++;
1370 }
1371 }
1372 }
1373
1374 Runnable thread;
1375 public void run(){

Callers 1

writeMethod · 0.95

Calls 2

encodeMethod · 0.95
putMethod · 0.45

Tested by

no test coverage detected