Uses of Interface
org.red5.server.api.IServer
Packages that use IServer
Package
Description
-
Uses of IServer in org.red5.server
Classes in org.red5.server that implement IServer -
Uses of IServer in org.red5.server.api.scope
Methods in org.red5.server.api.scope that return IServer -
Uses of IServer in org.red5.server.net.rtmp
Fields in org.red5.server.net.rtmp declared as IServerMethods in org.red5.server.net.rtmp with parameters of type IServer -
Uses of IServer in org.red5.server.scope
Fields in org.red5.server.scope declared as IServerModifier and TypeFieldDescriptionprotected IServer
GlobalScope.server
protected IServer
WebScope.server
Server instanceMethods in org.red5.server.scope that return IServerModifier and TypeMethodDescriptionGlobalScope.getServer()
Return the server instance connected to this scope.Scope.getServer()
Return the server instance connected to this scope.WebScope.getServer()
Return the server instance connected to this scope.Methods in org.red5.server.scope with parameters of type IServer