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

Method setOutputStream

java/com/jcraft/jsch/Session.java:2272–2272  ·  view source on GitHub ↗
(OutputStream out)

Source from the content-addressed store, hash-verified

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); }
2275 public void setX11Cookie(String cookie){ ChannelX11.setCookie(cookie); }

Callers 1

connectMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected