C# Class Server.Network.MessagePump

Show file Open project: Grimoric/RunUO.T2A Class Usage Examples

Public Methods

Method Description
AddListener ( Listener l ) : void
HandleReceive ( Server.Network.NetState ns ) : bool
MessagePump ( ) : System
OnReceive ( Server.Network.NetState ns ) : void
Slice ( ) : void

Private Methods

Method Description
CheckListener ( ) : void

Method Details

AddListener() public method

public AddListener ( Listener l ) : void
l Listener
return void

HandleReceive() public method

public HandleReceive ( Server.Network.NetState ns ) : bool
ns Server.Network.NetState
return bool

MessagePump() public method

public MessagePump ( ) : System
return System

OnReceive() public method

public OnReceive ( Server.Network.NetState ns ) : void
ns Server.Network.NetState
return void

Slice() public method

public Slice ( ) : void
return void