C# 클래스 Tamir.SharpSsh.jsch.Channel

파일 보기 프로젝트 열기: soywiz/csharputils 1 사용 예제들

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
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

메소드 상세

connect() 공개 메소드

public connect ( ) : void
리턴 void

disconnect() 공개 메소드

public disconnect ( ) : void
리턴 void

getExitStatus() 공개 메소드

public getExitStatus ( ) : int
리턴 int

getExtInputStream() 공개 메소드

public getExtInputStream ( ) : InputStream
리턴 Tamir.Streams.InputStream

getId() 공개 메소드

public getId ( ) : int
리턴 int

getInputStream() 공개 메소드

public getInputStream ( ) : InputStream
리턴 Tamir.Streams.InputStream

getOutputStream() 공개 메소드

public getOutputStream ( ) : Stream
리턴 Stream

getSession() 공개 메소드

public getSession ( ) : Session
리턴 Session

init() 공개 메소드

public init ( ) : void
리턴 void

isClosed() 공개 메소드

public isClosed ( ) : bool
리턴 bool

isConnected() 공개 메소드

public isConnected ( ) : bool
리턴 bool

isEOF() 공개 메소드

public isEOF ( ) : bool
리턴 bool

run() 공개 메소드

public run ( ) : void
리턴 void

sendSignal() 공개 메소드

public sendSignal ( String foo ) : void
foo String
리턴 void

setExtOutputStream() 공개 메소드

public setExtOutputStream ( Stream Out ) : void
Out Stream
리턴 void

setExtOutputStream() 공개 메소드

public setExtOutputStream ( Stream Out, bool dontclose ) : void
Out Stream
dontclose bool
리턴 void

setInputStream() 공개 메소드

public setInputStream ( Stream In ) : void
In Stream
리턴 void

setInputStream() 공개 메소드

public setInputStream ( Stream In, bool dontclose ) : void
In Stream
dontclose bool
리턴 void

setOutputStream() 공개 메소드

public setOutputStream ( Stream Out ) : void
Out Stream
리턴 void

setOutputStream() 공개 메소드

public setOutputStream ( Stream Out, bool dontclose ) : void
Out Stream
dontclose bool
리턴 void

setXForwarding() 공개 메소드

public setXForwarding ( bool foo ) : void
foo bool
리턴 void

start() 공개 메소드

public start ( ) : void
리턴 void