C# Class d3.Server.Services.PartyServiceImpl

Inheritance: bnet.protocol.party.PartyService
Afficher le fichier Open project: fry/d3

Méthodes publiques

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

Method Details

CreateChannel() public méthode

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

GetChannelInfo() public méthode

public GetChannelInfo ( 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

PartyServiceImpl() public méthode

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