C# Class d3.Server.Services.ChatServiceImpl

Inheritance: bnet.protocol.chat.ChatService
Afficher le fichier Open project: fry/d3

Méthodes publiques

Méthode Description
ChatServiceImpl ( ClientHandler client ) : System
CreateChannel ( Google controller, bnet request, Action done ) : void
FindChannel ( Google controller, bnet request, Action done ) : void
JoinChannel ( Google controller, bnet request, Action done ) : void

Method Details

ChatServiceImpl() public méthode

public ChatServiceImpl ( ClientHandler client ) : System
client ClientHandler
Résultat System

CreateChannel() public méthode

public CreateChannel ( Google controller, bnet request, Action done ) : void
controller Google
request bnet
done Action
Résultat void

FindChannel() public méthode

public FindChannel ( Google controller, bnet request, Action done ) : void
controller Google
request bnet
done Action
Résultat void

JoinChannel() public méthode

public JoinChannel ( Google controller, bnet request, Action done ) : void
controller Google
request bnet
done Action
Résultat void