C# 클래스 K2Informatics.Erlnet.OtpSelf

상속: OtpLocalNode
파일 보기 프로젝트 열기: K2InformaticsGmbH/erlnet 1 사용 예제들

공개 메소드들

메소드 설명
OtpSelf ( String node ) : System
OtpSelf ( String node, String cookie ) : System
OtpSelf ( String node, String cookie, int port ) : System
accept ( ) : OtpConnection
connect ( OtpPeer other ) : OtpConnection
publishPort ( ) : bool
unPublishPort ( ) : void

메소드 상세

OtpSelf() 공개 메소드

public OtpSelf ( String node ) : System
node String
리턴 System

OtpSelf() 공개 메소드

public OtpSelf ( String node, String cookie ) : System
node String
cookie String
리턴 System

OtpSelf() 공개 메소드

public OtpSelf ( String node, String cookie, int port ) : System
node String
cookie String
port int
리턴 System

accept() 공개 메소드

public accept ( ) : OtpConnection
리턴 OtpConnection

connect() 공개 메소드

public connect ( OtpPeer other ) : OtpConnection
other OtpPeer
리턴 OtpConnection

publishPort() 공개 메소드

public publishPort ( ) : bool
리턴 bool

unPublishPort() 공개 메소드

public unPublishPort ( ) : void
리턴 void