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

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

Méthodes publiques

Méthode Description
AcceptData ( byte chunk ) : void
AsyncSingleCommandHandler ( IPEndPoint client, string command, string arguments, int dataLength, Action handler, Action errorHandler ) : System
DisconnectHandler ( string command, Action handler ) : IAsyncCommandHandler
Dispose ( ) : void
GetResponse ( Action>.Action responseCallback ) : void

Private Methods

Méthode Description
AsyncSingleCommandHandler ( string command, Action handler ) : System

Method Details

AcceptData() public méthode

public AcceptData ( byte chunk ) : void
chunk byte
Résultat void

AsyncSingleCommandHandler() public méthode

public AsyncSingleCommandHandler ( IPEndPoint client, string command, string arguments, int dataLength, Action handler, Action errorHandler ) : System
client System.Net.IPEndPoint
command string
arguments string
dataLength int
handler Action
errorHandler Action
Résultat System

DisconnectHandler() public static méthode

public static DisconnectHandler ( string command, Action handler ) : IAsyncCommandHandler
command string
handler Action
Résultat IAsyncCommandHandler

Dispose() public méthode

public Dispose ( ) : void
Résultat void

GetResponse() public méthode

public GetResponse ( Action>.Action responseCallback ) : void
responseCallback Action>.Action
Résultat void