C# 클래스 Brod.Network.SocketListener

상속: ITask
파일 보기 프로젝트 열기: paralect/brod

공개 메소드들

메소드 설명
CreateSocket ( ZMQ socketType ) : Socket
Dispose ( ) : void
Init ( ) : void
Run ( CancellationToken token ) : void
SocketListener ( ZMQ socketType, Int32 port, Response>.Func handlerMapping ) : System

메소드 상세

CreateSocket() 공개 메소드

public CreateSocket ( ZMQ socketType ) : Socket
socketType ZMQ
리턴 Socket

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Init() 공개 메소드

public Init ( ) : void
리턴 void

Run() 공개 메소드

public Run ( CancellationToken token ) : void
token System.Threading.CancellationToken
리턴 void

SocketListener() 공개 메소드

public SocketListener ( ZMQ socketType, Int32 port, Response>.Func handlerMapping ) : System
socketType ZMQ
port System.Int32
handlerMapping Response>.Func
리턴 System