|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IContext | |
|---|---|
| org.red5.server | |
| org.red5.server.adapter | |
| org.red5.server.api | |
| org.red5.server.net.servlet | |
| Uses of IContext in org.red5.server |
|---|
| Classes in org.red5.server that implement IContext | |
|---|---|
class |
Context
This is basic context implementation used by Red5. |
| Methods in org.red5.server that return IContext | |
|---|---|
IContext |
Scope.getContext()
Return scope context. |
IContext |
ScopeMBean.getContext()
Return scope context. |
| Methods in org.red5.server with parameters of type IContext | |
|---|---|
void |
Scope.setContext(IContext context)
Setter for context |
| Uses of IContext in org.red5.server.adapter |
|---|
| Methods in org.red5.server.adapter that return IContext | |
|---|---|
IContext |
StatefulScopeWrappingAdapter.getContext()
Getter for context |
| Uses of IContext in org.red5.server.api |
|---|
| Methods in org.red5.server.api that return IContext | |
|---|---|
IContext |
IScope.getContext()
Returns scope context |
IContext |
Red5.getContext()
Get the spring application context |
IContext |
Red5MBean.getContext()
|
IContext |
ScopeMBean.getContext()
Returns scope context |
| Uses of IContext in org.red5.server.net.servlet |
|---|
| Fields in org.red5.server.net.servlet declared as IContext | |
|---|---|
protected IContext |
StatisticsServlet.webContext
|
| Methods in org.red5.server.net.servlet with parameters of type IContext | |
|---|---|
protected boolean |
AMFGatewayServlet.handleRemotingPacket(javax.servlet.http.HttpServletRequest req,
IContext context,
IScope scope,
RemotingPacket message)
Handles AMF request by making calls |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||