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

Method setThread

java/com/jcraft/jsch/Session.java:2131–2134  ·  view source on GitHub ↗
(Thread thread)

Source from the content-addressed store, hash-verified

2129 private int reply=-1;
2130 private int port=0;
2131 void setThread(Thread thread){
2132 this.thread=thread;
2133 this.reply=-1;
2134 }
2135 Thread getThread(){ return thread; }
2136 void setReply(int reply){ this.reply=reply; }
2137 int getReply(){ return this.reply; }

Callers 1

_setPortForwardingRMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected