C# Class Tamir.SharpSsh.jsch.Channel

Afficher le fichier Open project: soywiz/csharputils Class Usage Examples

Méthodes publiques

Méthode Description
connect ( ) : void
disconnect ( ) : void
getExitStatus ( ) : int
getExtInputStream ( ) : InputStream
getId ( ) : int
getInputStream ( ) : InputStream
getOutputStream ( ) : Stream
getSession ( ) : Session
init ( ) : void
isClosed ( ) : bool
isConnected ( ) : bool
isEOF ( ) : bool
run ( ) : void
sendSignal ( String foo ) : void
setExtOutputStream ( Stream Out ) : void
setExtOutputStream ( Stream Out, bool dontclose ) : void
setInputStream ( Stream In ) : void
setInputStream ( Stream In, bool dontclose ) : void
setOutputStream ( Stream Out ) : void
setOutputStream ( Stream Out, bool dontclose ) : void
setXForwarding ( bool foo ) : void
start ( ) : void

Private Methods

Méthode Description
Channel ( ) : System
addRemoteWindowSize ( int foo ) : void
close ( ) : void
del ( Channel c ) : void
disconnect ( Session session ) : void
eof ( ) : void
eof_remote ( ) : void
getChannel ( String type ) : Channel
getChannel ( int id, Session session ) : Channel
getData ( Buffer buf ) : void
getRecipient ( ) : int
setExitStatus ( int foo ) : void
setLocalPacketSize ( int foo ) : void
setLocalWindowSize ( int foo ) : void
setLocalWindowSizeMax ( int foo ) : void
setRecipient ( int foo ) : void
setRemotePacketSize ( int foo ) : void
setRemoteWindowSize ( int foo ) : void
setSession ( Session session ) : void
write ( byte foo ) : void
write ( byte foo, int s, int l ) : void
write_ext ( byte foo, int s, int l ) : void

Method Details

connect() public méthode

public connect ( ) : void
Résultat void

disconnect() public méthode

public disconnect ( ) : void
Résultat void

getExitStatus() public méthode

public getExitStatus ( ) : int
Résultat int

getExtInputStream() public méthode

public getExtInputStream ( ) : InputStream
Résultat Tamir.Streams.InputStream

getId() public méthode

public getId ( ) : int
Résultat int

getInputStream() public méthode

public getInputStream ( ) : InputStream
Résultat Tamir.Streams.InputStream

getOutputStream() public méthode

public getOutputStream ( ) : Stream
Résultat Stream

getSession() public méthode

public getSession ( ) : Session
Résultat Session

init() public méthode

public init ( ) : void
Résultat void

isClosed() public méthode

public isClosed ( ) : bool
Résultat bool

isConnected() public méthode

public isConnected ( ) : bool
Résultat bool

isEOF() public méthode

public isEOF ( ) : bool
Résultat bool

run() public méthode

public run ( ) : void
Résultat void

sendSignal() public méthode

public sendSignal ( String foo ) : void
foo String
Résultat void

setExtOutputStream() public méthode

public setExtOutputStream ( Stream Out ) : void
Out Stream
Résultat void

setExtOutputStream() public méthode

public setExtOutputStream ( Stream Out, bool dontclose ) : void
Out Stream
dontclose bool
Résultat void

setInputStream() public méthode

public setInputStream ( Stream In ) : void
In Stream
Résultat void

setInputStream() public méthode

public setInputStream ( Stream In, bool dontclose ) : void
In Stream
dontclose bool
Résultat void

setOutputStream() public méthode

public setOutputStream ( Stream Out ) : void
Out Stream
Résultat void

setOutputStream() public méthode

public setOutputStream ( Stream Out, bool dontclose ) : void
Out Stream
dontclose bool
Résultat void

setXForwarding() public méthode

public setXForwarding ( bool foo ) : void
foo bool
Résultat void

start() public méthode

public start ( ) : void
Résultat void