C# Class ServerCommandDecoderBase, tf_client

Afficher le fichier Open project: wids-eria/tf_client

Protected Properties

Свойство Type Description
codecs ServerCommandCodec>.Dictionary
dispatchers IServerCommandDispatcher>.Dictionary
encoder ASCIIEncoding

Méthodes publiques

Méthode Description
AddCodec ( ServerCommandCodec codec ) : void
AllocateDispatcher ( ) : IServerCommandDispatcher
FindDispatcher ( string name ) : IServerCommandDispatcher
OnReceive ( byte data ) : void

Method Details

AddCodec() public méthode

public AddCodec ( ServerCommandCodec codec ) : void
codec ServerCommandCodec
Résultat void

AllocateDispatcher() public abstract méthode

public abstract AllocateDispatcher ( ) : IServerCommandDispatcher
Résultat IServerCommandDispatcher

FindDispatcher() public méthode

public FindDispatcher ( string name ) : IServerCommandDispatcher
name string
Résultat IServerCommandDispatcher

OnReceive() public méthode

public OnReceive ( byte data ) : void
data byte
Résultat void

Property Details

codecs protected_oe property

protected Dictionary codecs
Résultat ServerCommandCodec>.Dictionary

dispatchers protected_oe property

protected Dictionary dispatchers
Résultat IServerCommandDispatcher>.Dictionary

encoder protected_oe property

protected ASCIIEncoding encoder
Résultat ASCIIEncoding