HomeSort by relevance Sort by last modified time
    Searched refs:getReasonClosed (Results 1 - 2 of 2) sorted by null

  /external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/channel/
Channel.java 194 public String getReasonClosed()
ChannelManager.java 124 String detail = c.getReasonClosed();
192 String detail = c.getReasonClosed();
405 throw new ChannelClosedException("SSH channel is closed. (" + c.getReasonClosed() + ")");
459 throw new ChannelClosedException("SSH channel is closed. (" + c.getReasonClosed() + ")");
618 throw new IOException("Cannot request PTY on this channel (" + c.getReasonClosed() + ")");
629 throw new IOException("Cannot request PTY on this channel (" + c.getReasonClosed() + ")");
651 throw new IOException("Cannot request X11 on this channel (" + c.getReasonClosed() + ")");
662 throw new IOException("Cannot request X11 on this channel (" + c.getReasonClosed() + ")");
686 throw new IOException("Cannot request subsystem on this channel (" + c.getReasonClosed() + ")");
696 throw new IOException("Cannot request subsystem on this channel (" + c.getReasonClosed() + ")")
    [all...]

Completed in 127 milliseconds