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

Method setInputStream

java/com/jcraft/jsch/Session.java:2271–2271  ·  view source on GitHub ↗
(InputStream in)

Source from the content-addressed store, hash-verified

2269 public void setUserInfo(UserInfo userinfo){ this.userinfo=userinfo; }
2270 public UserInfo getUserInfo(){ return userinfo; }
2271 public void setInputStream(InputStream in){ this.in=in; }
2272 public void setOutputStream(OutputStream out){ this.out=out; }
2273 public void setX11Host(String host){ ChannelX11.setHost(host); }
2274 public void setX11Port(int port){ ChannelX11.setPort(port); }

Callers 1

connectMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected