C# 클래스 TSystems.RELOAD.Extension.GatewayRequestHandler

파일 보기 프로젝트 열기: RELOAD-NET/RELOAD.NET

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
redir_LookupCompleted ( string nameSpace, NodeId id ) : bool
redir_LookupFailed ( string nameSpace ) : bool

메소드 상세

GatewayRequestHandler() 공개 메소드

public GatewayRequestHandler ( Machine machine ) : System
machine Machine
리턴 System

appAttachVia() 공개 메소드

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

fetchVia() 공개 메소드

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

forwardVia() 공개 메소드

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

storeVia() 공개 메소드

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