C# Class MindTouch.Clacks.Server.Sync.SyncClientHandler

Inheritance: AClientRequestHandler
Afficher le fichier Open project: MindTouch/MindTouch.Clacks

Méthodes publiques

Méthode Description
ProcessRequests ( ) : void
SyncClientHandler ( System.Guid clientId, Socket socket, ISyncCommandDispatcher dispatcher, IClacksInstrumentation instrumentation, Action removeCallback ) : System

Méthodes protégées

Méthode Description
CompleteRequest ( ) : void
InitializeHandler ( string command ) : string
ProcessCommand ( ) : void
Receive ( int>.Action continuation ) : void
SendResponse ( ) : void

Method Details

CompleteRequest() protected méthode

protected CompleteRequest ( ) : void
Résultat void

InitializeHandler() protected méthode

protected InitializeHandler ( string command ) : string
command string
Résultat string

ProcessCommand() protected méthode

protected ProcessCommand ( ) : void
Résultat void

ProcessRequests() public méthode

public ProcessRequests ( ) : void
Résultat void

Receive() protected méthode

protected Receive ( int>.Action continuation ) : void
continuation int>.Action
Résultat void

SendResponse() protected méthode

protected SendResponse ( ) : void
Résultat void

SyncClientHandler() public méthode

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
Résultat System