C# Class TSystems.RELOAD.Extension.GatewayRequestHandler

Exibir arquivo Open project: RELOAD-NET/RELOAD.NET

Public Methods

Method Description
GatewayRequestHandler ( Machine machine ) : System
appAttachVia ( string NameSpace, Destination dest, string DestinationOverlay ) : void
fetchVia ( string NameSpace, Usage_Code_Point codePoint, int type, string args ) : void
forwardVia ( string NameSpace, ReloadMessage message ) : void
storeVia ( string NameSpace, Usage_Code_Point codePoint, int type, string args ) : void

Private Methods

Method Description
redir_LookupCompleted ( string nameSpace, NodeId id ) : bool
redir_LookupFailed ( string nameSpace ) : bool

Method Details

GatewayRequestHandler() public method

public GatewayRequestHandler ( Machine machine ) : System
machine Machine
return System

appAttachVia() public method

public appAttachVia ( string NameSpace, Destination dest, string DestinationOverlay ) : void
NameSpace string
dest TSystems.RELOAD.Transport.Destination
DestinationOverlay string
return void

fetchVia() public method

public fetchVia ( string NameSpace, Usage_Code_Point codePoint, int type, string args ) : void
NameSpace string
codePoint Usage_Code_Point
type int
args string
return void

forwardVia() public method

public forwardVia ( string NameSpace, ReloadMessage message ) : void
NameSpace string
message TSystems.RELOAD.Transport.ReloadMessage
return void

storeVia() public method

public storeVia ( string NameSpace, Usage_Code_Point codePoint, int type, string args ) : void
NameSpace string
codePoint Usage_Code_Point
type int
args string
return void