Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TigerVNC/tigervnc
/ getReply
Method
getReply
java/com/jcraft/jsch/Session.java:2137–2137 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
2135
Thread getThread(){
return
thread; }
2136
void
setReply(
int
reply){ this.reply=reply; }
2137
int
getReply(){
return
this.reply; }
2138
int
getPort(){
return
this.port; }
2139
void
setPort(
int
port){ this.port=port; }
2140
}
Callers
1
_setPortForwardingR
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected