|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IGlobalScope | |
---|---|
org.red5.server | |
org.red5.server.api | |
org.red5.server.api.scope | |
org.red5.server.net.servlet | |
org.red5.server.scope |
Uses of IGlobalScope in org.red5.server |
---|
Fields in org.red5.server with type parameters of type IGlobalScope | |
---|---|
protected ConcurrentMap<String,IGlobalScope> |
Server.globals
List of global scopes |
Methods in org.red5.server that return IGlobalScope | |
---|---|
IGlobalScope |
Server.getGlobal(String name)
Return global scope by name |
IGlobalScope |
Context.getGlobalScope()
Return global scope |
IGlobalScope |
Server.lookupGlobal(String hostName,
String contextPath)
Does global scope lookup for host name and context path |
Methods in org.red5.server that return types with arguments of type IGlobalScope | |
---|---|
Iterator<IGlobalScope> |
Server.getGlobalScopes()
Return global scopes set iterator |
Methods in org.red5.server with parameters of type IGlobalScope | |
---|---|
void |
Server.registerGlobal(IGlobalScope scope)
Register global scope |
Uses of IGlobalScope in org.red5.server.api |
---|
Methods in org.red5.server.api that return IGlobalScope | |
---|---|
IGlobalScope |
IServer.getGlobal(String name)
Get the global scope with given name. |
IGlobalScope |
IContext.getGlobalScope()
Returns global scope reference |
IGlobalScope |
IServer.lookupGlobal(String hostName,
String contextPath)
Lookup the global scope for a host. |
Methods in org.red5.server.api that return types with arguments of type IGlobalScope | |
---|---|
Iterator<IGlobalScope> |
IServer.getGlobalScopes()
Get list of global scopes. |
Methods in org.red5.server.api with parameters of type IGlobalScope | |
---|---|
void |
IServer.registerGlobal(IGlobalScope scope)
Register a global scope. |
Uses of IGlobalScope in org.red5.server.api.scope |
---|
Methods in org.red5.server.api.scope that return IGlobalScope | |
---|---|
IGlobalScope |
IScopeResolver.getGlobalScope()
Return the global scope. |
Uses of IGlobalScope in org.red5.server.net.servlet |
---|
Methods in org.red5.server.net.servlet that return IGlobalScope | |
---|---|
protected IGlobalScope |
AMFGatewayServlet.getGlobalScope(javax.servlet.http.HttpServletRequest req)
Return the global scope to use for the given request. |
Uses of IGlobalScope in org.red5.server.scope |
---|
Classes in org.red5.server.scope that implement IGlobalScope | |
---|---|
class |
GlobalScope
Global scope is a top level scope. |
Fields in org.red5.server.scope declared as IGlobalScope | |
---|---|
protected IGlobalScope |
ScopeResolver.globalScope
Global scope |
Methods in org.red5.server.scope that return IGlobalScope | |
---|---|
IGlobalScope |
ScopeResolver.getGlobalScope()
Getter for global scope |
Methods in org.red5.server.scope with parameters of type IGlobalScope | |
---|---|
void |
ScopeResolver.setGlobalScope(IGlobalScope root)
Setter for global scope |
void |
WebScope.setGlobalScope(IGlobalScope globalScope)
Setter for global scope. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |