C# 클래스 d3.Server.Services.ChatServiceImpl

상속: bnet.protocol.chat.ChatService
파일 보기 프로젝트 열기: fry/d3

공개 메소드들

메소드 설명
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

메소드 상세

ChatServiceImpl() 공개 메소드

public ChatServiceImpl ( ClientHandler client ) : System
client ClientHandler
리턴 System

CreateChannel() 공개 메소드

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

FindChannel() 공개 메소드

public FindChannel ( Google controller, bnet request, Action done ) : void
controller Google
request bnet
done Action
리턴 void

JoinChannel() 공개 메소드

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