mirror of
https://github.com/hierynomus/sshj.git
synced 2025-12-07 15:50:57 +03:00
fhm
This commit is contained in:
@@ -35,12 +35,11 @@ public interface Channel
|
|||||||
* Request opening this channel from remote end.
|
* Request opening this channel from remote end.
|
||||||
*
|
*
|
||||||
* @throws OpenFailException in case the channel open request was rejected
|
* @throws OpenFailException in case the channel open request was rejected
|
||||||
* @throws net.schmizz.sshj.connection.ConnectionException
|
* @throws ConnectionException other connection-layer error
|
||||||
* other connection-layer error
|
|
||||||
* @throws TransportException error writing packets etc.
|
* @throws TransportException error writing packets etc.
|
||||||
*/
|
*/
|
||||||
void open()
|
void open()
|
||||||
throws OpenFailException, ConnectionException, TransportException;
|
throws ConnectionException, TransportException;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user