C# 클래스 ServerCommandDecoderBase, tf_client

파일 보기 프로젝트 열기: wids-eria/tf_client

보호된 프로퍼티들

프로퍼티 타입 설명
codecs ServerCommandCodec>.Dictionary
dispatchers IServerCommandDispatcher>.Dictionary
encoder ASCIIEncoding

공개 메소드들

메소드 설명
AddCodec ( ServerCommandCodec codec ) : void
AllocateDispatcher ( ) : IServerCommandDispatcher
FindDispatcher ( string name ) : IServerCommandDispatcher
OnReceive ( byte data ) : void

메소드 상세

AddCodec() 공개 메소드

public AddCodec ( ServerCommandCodec codec ) : void
codec ServerCommandCodec
리턴 void

AllocateDispatcher() 공개 추상적인 메소드

public abstract AllocateDispatcher ( ) : IServerCommandDispatcher
리턴 IServerCommandDispatcher

FindDispatcher() 공개 메소드

public FindDispatcher ( string name ) : IServerCommandDispatcher
name string
리턴 IServerCommandDispatcher

OnReceive() 공개 메소드

public OnReceive ( byte data ) : void
data byte
리턴 void

프로퍼티 상세

codecs 보호되어 있는 프로퍼티

protected Dictionary codecs
리턴 ServerCommandCodec>.Dictionary

dispatchers 보호되어 있는 프로퍼티

protected Dictionary dispatchers
리턴 IServerCommandDispatcher>.Dictionary

encoder 보호되어 있는 프로퍼티

protected ASCIIEncoding encoder
리턴 ASCIIEncoding