C# Class d3.Server.Services.PartyServiceImpl

Inheritance: bnet.protocol.party.PartyService
Show file Open project: fry/d3

Public Methods

Method 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 method

public CreateChannel ( Google controller, bnet request, Action done ) : void
controller Google
request bnet
done Action
return void

GetChannelInfo() public method

public GetChannelInfo ( Google controller, bnet request, Action done ) : void
controller Google
request bnet
done Action
return void

JoinChannel() public method

public JoinChannel ( Google controller, bnet request, Action done ) : void
controller Google
request bnet
done Action
return void

PartyServiceImpl() public method

public PartyServiceImpl ( ClientHandler client ) : System
client ClientHandler
return System