Метод | Описание | |
---|---|---|
Dispatch ( ClientConnection conn, byte readBuffer, int start, int length ) : void |
Метод | Описание | |
---|---|---|
GetMessageArray ( ) : tdsm.core.Messages.MessageHandler[] |
Load all IMessage types into an indexed array at application start. This should allow us to process Events extremely quickly while cutting down on how much code we have to hold in our head to understand each Event.
|
public static Dispatch ( ClientConnection conn, byte readBuffer, int start, int length ) : void | ||
conn | ClientConnection | |
readBuffer | byte | |
start | int | |
length | int | |
Результат | void |