JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
SEARCH:
Uses of Class
org.red5.server.Server
Packages that use
Server
Package
Description
org.red5.server.api.plugin
org.red5.server.plugin
org.red5.server.war
Uses of
Server
in
org.red5.server.api.plugin
Methods in
org.red5.server.api.plugin
with parameters of type
Server
Modifier and Type
Method
Description
void
IRed5Plugin.
setServer
(
Server
server)
Sets a reference to the server.
Uses of
Server
in
org.red5.server.plugin
Fields in
org.red5.server.plugin
declared as
Server
Modifier and Type
Field
Description
protected
Server
Red5Plugin.
server
Methods in
org.red5.server.plugin
that return
Server
Modifier and Type
Method
Description
Server
Red5Plugin.
getServer
()
Return the server reference.
Methods in
org.red5.server.plugin
with parameters of type
Server
Modifier and Type
Method
Description
void
Red5Plugin.
setServer
(
Server
server)
Sets a reference to the server.
Uses of
Server
in
org.red5.server.war
Fields in
org.red5.server.war
declared as
Server
Modifier and Type
Field
Description
private
Server
WarLoaderServlet.
server