C# 클래스 Agnos.Servers.ThreadedServer

creates a thread-per-client to handle each client in parallel
상속: BaseServer
파일 보기 프로젝트 열기: tomerfiliba/agnos 1 사용 예제들

공개 메소드들

메소드 설명
ThreadedServer ( Protocol processorFactory, ITransportFactory transportFactory ) : System

보호된 메소드들

메소드 설명
serveClient ( Protocol processor ) : void
threadproc ( object obj ) : void

메소드 상세

ThreadedServer() 공개 메소드

public ThreadedServer ( Protocol processorFactory, ITransportFactory transportFactory ) : System
processorFactory Protocol
transportFactory ITransportFactory
리턴 System

serveClient() 보호된 메소드

protected serveClient ( Protocol processor ) : void
processor Protocol
리턴 void

threadproc() 보호된 메소드

protected threadproc ( object obj ) : void
obj object
리턴 void