OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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 1080 milliseconds