C# Class d3.Server.Services.ChannelOwnerImpl

Inheritance: ChannelOwner
显示文件 Open project: fry/d3

Public Methods

Method Description
ChannelOwnerImpl ( ClientHandler client ) : System
CreateChannel ( Google controller, CreateChannelRequest request, Action done ) : void
FindChannel ( Google controller, FindChannelRequest request, Action done ) : void
GetChannelId ( Google controller, GetChannelIdRequest request, Action done ) : void
GetChannelInfo ( Google controller, GetChannelInfoRequest request, Action done ) : void
JoinChannel ( Google controller, JoinChannelRequest request, Action done ) : void

Method Details

ChannelOwnerImpl() public method

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

CreateChannel() public method

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

FindChannel() public method

public FindChannel ( Google controller, FindChannelRequest request, Action done ) : void
controller Google
request FindChannelRequest
done Action
return void

GetChannelId() public method

public GetChannelId ( Google controller, GetChannelIdRequest request, Action done ) : void
controller Google
request GetChannelIdRequest
done Action
return void

GetChannelInfo() public method

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

JoinChannel() public method

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