C# 클래스 MindTouch.Clacks.Server.Sync.SyncClientHandler

상속: AClientRequestHandler
파일 보기 프로젝트 열기: MindTouch/MindTouch.Clacks

공개 메소드들

메소드 설명
ProcessRequests ( ) : void
SyncClientHandler ( System.Guid clientId, Socket socket, ISyncCommandDispatcher dispatcher, IClacksInstrumentation instrumentation, Action removeCallback ) : System

보호된 메소드들

메소드 설명
CompleteRequest ( ) : void
InitializeHandler ( string command ) : string
ProcessCommand ( ) : void
Receive ( int>.Action continuation ) : void
SendResponse ( ) : void

메소드 상세

CompleteRequest() 보호된 메소드

protected CompleteRequest ( ) : void
리턴 void

InitializeHandler() 보호된 메소드

protected InitializeHandler ( string command ) : string
command string
리턴 string

ProcessCommand() 보호된 메소드

protected ProcessCommand ( ) : void
리턴 void

ProcessRequests() 공개 메소드

public ProcessRequests ( ) : void
리턴 void

Receive() 보호된 메소드

protected Receive ( int>.Action continuation ) : void
continuation int>.Action
리턴 void

SendResponse() 보호된 메소드

protected SendResponse ( ) : void
리턴 void

SyncClientHandler() 공개 메소드

public SyncClientHandler ( System.Guid clientId, Socket socket, ISyncCommandDispatcher dispatcher, IClacksInstrumentation instrumentation, Action removeCallback ) : System
clientId System.Guid
socket System.Net.Sockets.Socket
dispatcher ISyncCommandDispatcher
instrumentation IClacksInstrumentation
removeCallback Action
리턴 System