Searched refs:closeChannel (Results 1 - 7 of 7) sorted by relevance

/external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/channel/
H A DStreamForwarder.java60 c.cm.closeChannel(c, "Closed due to exception in StreamForwarder (" + mode + "): "
99 c.cm.closeChannel(c, "StreamForwarder (" + mode + ") is cleaning up the connection", true);
H A DRemoteAcceptThread.java81 c.cm.closeChannel(c, "EOF on both streams reached.", true);
90 c.cm.closeChannel(c, "IOException in proxy code (" + e.getMessage() + ")", true);
H A DRemoteX11AcceptThread.java222 c.cm.closeChannel(c, "EOF on both X11 streams reached.", true);
231 c.cm.closeChannel(c, "IOException in X11 proxy code (" + e.getMessage() + ")", true);
H A DLocalAcceptThread.java111 cn.cm.closeChannel(cn, "Weird error during creation of StreamForwarder (" + e.getMessage() + ")",
H A DChannelManager.java263 closeChannel(c, "Closing X11 channel since the corresponding session is closing", true);
297 closeChannel(c, "Closing all channels", true);
305 public void closeChannel(Channel c, String reason, boolean force) throws IOException method in class:ChannelManager
/external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/
H A DLocalStreamForwarder.java72 cm.closeChannel(cn, "Closed due to user request.", true);
H A DSession.java453 cm.closeChannel(cn, "Closed due to user request", true);

Completed in 87 milliseconds