C# Class TSystems.RELOAD.ForwardAndLinkManagement.ForwardingLayer

显示文件 Open project: RELOAD-NET/RELOAD.NET Class Usage Examples

Public Methods

Method Description
ForwardingLayer ( System.Machine machine ) : System
ProcessMsg ( ReloadMessage reloadMsg ) : bool

Checks if a inbound message must be forwarded Returns true, if it will be forwarded

Private Methods

Method Description
handleInterdomainMessage ( ReloadMessage reloadMsg ) : bool

Checks if a inbound message contains inter-domain routing information Returns true, if it will be forwarded

Method Details

ForwardingLayer() public method

public ForwardingLayer ( System.Machine machine ) : System
machine System.Machine
return System

ProcessMsg() public method

Checks if a inbound message must be forwarded Returns true, if it will be forwarded
public ProcessMsg ( ReloadMessage reloadMsg ) : bool
reloadMsg TSystems.RELOAD.Transport.ReloadMessage The inbound msg
return bool