C# 클래스 Brunet.Transport.EdgeListener

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

보호된 프로퍼티들

프로퍼티 타입 설명
_ta_auth TAAuthorizer

공개 메소드들

메소드 설명
CreateEdgeTo ( TransportAddress ta, EdgeCreationCallback ecb ) : void
Start ( ) : void
Stop ( ) : void
UpdateLocalTAs ( Edge e, TransportAddress ta ) : void
UpdateRemoteTAs ( IList list, Edge e, TransportAddress ta ) : void

보호된 메소드들

메소드 설명
RequestClose ( Edge e ) : void
SendEdgeEvent ( Edge e ) : void

메소드 상세

CreateEdgeTo() 공개 추상적인 메소드

public abstract CreateEdgeTo ( TransportAddress ta, EdgeCreationCallback ecb ) : void
ta TransportAddress
ecb EdgeCreationCallback
리턴 void

RequestClose() 보호된 메소드

protected RequestClose ( Edge e ) : void
e Edge
리턴 void

SendEdgeEvent() 보호된 메소드

protected SendEdgeEvent ( Edge e ) : void
e Edge
리턴 void

Start() 공개 추상적인 메소드

public abstract Start ( ) : void
리턴 void

Stop() 공개 메소드

public Stop ( ) : void
리턴 void

UpdateLocalTAs() 공개 메소드

public UpdateLocalTAs ( Edge e, TransportAddress ta ) : void
e Edge
ta TransportAddress
리턴 void

UpdateRemoteTAs() 공개 메소드

public UpdateRemoteTAs ( IList list, Edge e, TransportAddress ta ) : void
list IList
e Edge
ta TransportAddress
리턴 void

프로퍼티 상세

_ta_auth 보호되어 있는 프로퍼티

protected TAAuthorizer _ta_auth
리턴 TAAuthorizer