mirror of
https://github.com/hierynomus/sshj.git
synced 2025-12-07 07:40:55 +03:00
fhm
This commit is contained in:
@@ -34,13 +34,12 @@ 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