Scope relationship diagram
0 Report
This scope relationship diagram illustrates the hierarchical structure and interactions between different scopes within a web application environment. Key components include the WebScope and GlobalScope, which are initialized by TomcatLoader and ContextLoader at startup, respectively. Additionally, the StreamService creates BroadcastScope and Scope upon connection. The diagram further details the integration of DmsApplication and CoreHandler within these scopes, highlighting specific contexts like 'web.context' and 'rtmp://172.17.53.110/dms[/room]/stream_00.' This visualization aids in understanding the startup and connection processes within the application's architecture.
Related Recommendations
Other works by the author
Outline/Content
See more
WebScope
Scope
BroadcastScope (\"stream_01\")
GlobalScope
DmsApplication (web.handler)
GlobalScope is created by ContextLoader at startupWebScope is created by TomcatLoader at startupBroadcastScope and Scope are created by StreamService at Connect
CoreHandler (global.handler)
default
Context (web.context)
stream_00
dms
room
Context
BroadcastScope (\"stream_00\")
rtmp://172.17.53.110/dms[/room]/stream_00
Collect
Collect
Collect
0 Comments
Next Page