C# Class MindTouch.Clacks.Server.Async.AsyncClientHandlerFactory

Inheritance: IClientHandlerFactory
Show file Open project: MindTouch/MindTouch.Clacks

Public Methods

Method Description
AsyncClientHandlerFactory ( IAsyncCommandDispatcher dispatcher ) : System
Create ( System.Guid clientId, Socket socket, IClacksInstrumentation instrumentation, Action removeCallback ) : IClientHandler

Method Details

AsyncClientHandlerFactory() public method

public AsyncClientHandlerFactory ( IAsyncCommandDispatcher dispatcher ) : System
dispatcher IAsyncCommandDispatcher
return System

Create() public method

public Create ( System.Guid clientId, Socket socket, IClacksInstrumentation instrumentation, Action removeCallback ) : IClientHandler
clientId System.Guid
socket System.Net.Sockets.Socket
instrumentation IClacksInstrumentation
removeCallback Action
return IClientHandler