C# Class Tamir.SharpSsh.jsch.Channel

Mostra file Open project: soywiz/csharputils Class Usage Examples

Public Methods

Method 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

Method 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 method

public connect ( ) : void
return void

disconnect() public method

public disconnect ( ) : void
return void

getExitStatus() public method

public getExitStatus ( ) : int
return int

getExtInputStream() public method

public getExtInputStream ( ) : InputStream
return Tamir.Streams.InputStream

getId() public method

public getId ( ) : int
return int

getInputStream() public method

public getInputStream ( ) : InputStream
return Tamir.Streams.InputStream

getOutputStream() public method

public getOutputStream ( ) : Stream
return Stream

getSession() public method

public getSession ( ) : Session
return Session

init() public method

public init ( ) : void
return void

isClosed() public method

public isClosed ( ) : bool
return bool

isConnected() public method

public isConnected ( ) : bool
return bool

isEOF() public method

public isEOF ( ) : bool
return bool

run() public method

public run ( ) : void
return void

sendSignal() public method

public sendSignal ( String foo ) : void
foo String
return void

setExtOutputStream() public method

public setExtOutputStream ( Stream Out ) : void
Out Stream
return void

setExtOutputStream() public method

public setExtOutputStream ( Stream Out, bool dontclose ) : void
Out Stream
dontclose bool
return void

setInputStream() public method

public setInputStream ( Stream In ) : void
In Stream
return void

setInputStream() public method

public setInputStream ( Stream In, bool dontclose ) : void
In Stream
dontclose bool
return void

setOutputStream() public method

public setOutputStream ( Stream Out ) : void
Out Stream
return void

setOutputStream() public method

public setOutputStream ( Stream Out, bool dontclose ) : void
Out Stream
dontclose bool
return void

setXForwarding() public method

public setXForwarding ( bool foo ) : void
foo bool
return void

start() public method

public start ( ) : void
return void