| Package | Description |
|---|---|
| org.red5.server | |
| org.red5.server.adapter | |
| org.red5.server.api | |
| org.red5.server.api.scope | |
| org.red5.server.net.servlet | |
| org.red5.server.scope |
| Modifier and Type | Class and Description |
|---|---|
class |
Context
This is basic context implementation used by Red5.
|
| Modifier and Type | Method and Description |
|---|---|
IContext |
StatefulScopeWrappingAdapter.getContext()
Getter for context
|
| Modifier and Type | Method and Description |
|---|---|
IContext |
Red5.getContext()
Get the spring application context
|
| Modifier and Type | Method and Description |
|---|---|
IContext |
IScope.getContext()
Returns scope context
|
| Modifier and Type | Field and Description |
|---|---|
protected IContext |
StatisticsServlet.webContext |
| Modifier and Type | Method and Description |
|---|---|
IContext |
StatisticsServlet.getContext() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
AMFGatewayServlet.handleRemotingPacket(javax.servlet.http.HttpServletRequest req,
IContext context,
IScope scope,
RemotingPacket message)
Handles AMF request by making calls
|
| Modifier and Type | Method and Description |
|---|---|
IContext |
Scope.getContext()
Return scope context.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Scope.setContext(IContext context)
Setter for context
|
Copyright © 2006-2012 The Red5 Project