Method | Description | |
---|---|---|
Process ( ClientConnection conn, byte readBuffer, int length, int pos ) : void | ||
Process ( int whoAmI, byte readBuffer, int length, int num ) : void |
public Process ( ClientConnection conn, byte readBuffer, int length, int pos ) : void | ||
conn | ClientConnection | |
readBuffer | byte | |
length | int | |
pos | int | |
return | void |
public abstract Process ( int whoAmI, byte readBuffer, int length, int num ) : void | ||
whoAmI | int | |
readBuffer | byte | |
length | int | |
num | int | |
return | void |