C# Class TSystems.RELOAD.Extension.GatewayRequestHandler

Afficher le fichier Open project: RELOAD-NET/RELOAD.NET

Méthodes publiques

Méthode 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

Méthode Description
redir_LookupCompleted ( string nameSpace, NodeId id ) : bool
redir_LookupFailed ( string nameSpace ) : bool

Method Details

GatewayRequestHandler() public méthode

public GatewayRequestHandler ( Machine machine ) : System
machine Machine
Résultat System

appAttachVia() public méthode

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

fetchVia() public méthode

public fetchVia ( string NameSpace, Usage_Code_Point codePoint, int type, string args ) : void
NameSpace string
codePoint Usage_Code_Point
type int
args string
Résultat void

forwardVia() public méthode

public forwardVia ( string NameSpace, ReloadMessage message ) : void
NameSpace string
message TSystems.RELOAD.Transport.ReloadMessage
Résultat void

storeVia() public méthode

public storeVia ( string NameSpace, Usage_Code_Point codePoint, int type, string args ) : void
NameSpace string
codePoint Usage_Code_Point
type int
args string
Résultat void