|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IBWControllable | |
---|---|
org.red5.server | |
org.red5.server.api | |
org.red5.server.api.stream | |
org.red5.server.net.rtmp | |
org.red5.server.net.rtmpt | |
org.red5.server.stream |
Uses of IBWControllable in org.red5.server |
---|
Classes in org.red5.server that implement IBWControllable | |
---|---|
class |
Client
Client is an abstraction representing user connected to Red5 application. |
Methods in org.red5.server that return IBWControllable | |
---|---|
IBWControllable |
Client.getParentBWControllable()
Parent flow controllable object, that is, parent object that is used to determine client broadcast bandwidth settings. |
Uses of IBWControllable in org.red5.server.api |
---|
Subinterfaces of IBWControllable in org.red5.server.api | |
---|---|
interface |
IClient
The client object represents a single client. |
Methods in org.red5.server.api that return IBWControllable | |
---|---|
IBWControllable |
IBWControllable.getParentBWControllable()
Return parent IFlowControllable object |
Uses of IBWControllable in org.red5.server.api.stream |
---|
Subinterfaces of IBWControllable in org.red5.server.api.stream | |
---|---|
interface |
IClientBroadcastStream
A broadcast stream that comes from client. |
interface |
IClientStream
A stream that is bound to a client. |
interface |
IPlaylistSubscriberStream
IPlaylistSubscriberStream has methods of both ISubscriberStream and IPlaylist but adds nothing new |
interface |
ISingleItemSubscriberStream
A subscriber stream that has only one item for play. |
interface |
IStreamCapableConnection
A connection that supports streaming. |
interface |
ISubscriberStream
ISubscriberStream is a stream from subscriber's point of view. |
Uses of IBWControllable in org.red5.server.net.rtmp |
---|
Classes in org.red5.server.net.rtmp that implement IBWControllable | |
---|---|
class |
EdgeRTMPMinaConnection
|
class |
RTMPConnection
RTMP connection. |
class |
RTMPMinaConnection
|
class |
RTMPOriginConnection
A pseudo-connection on Origin that represents a client on Edge. |
Methods in org.red5.server.net.rtmp that return IBWControllable | |
---|---|
IBWControllable |
RTMPConnection.getParentBWControllable()
Return parent IFlowControllable object |
Uses of IBWControllable in org.red5.server.net.rtmpt |
---|
Classes in org.red5.server.net.rtmpt that implement IBWControllable | |
---|---|
class |
BaseRTMPTConnection
|
class |
RTMPTClientConnection
|
class |
RTMPTConnection
A RTMPT client / session. |
Uses of IBWControllable in org.red5.server.stream |
---|
Classes in org.red5.server.stream that implement IBWControllable | |
---|---|
class |
AbstractClientStream
Abstract base for client streams |
class |
ClientBroadcastStream
Represents live stream broadcasted from client. |
class |
PlaylistSubscriberStream
Stream of playlist subsciber |
Fields in org.red5.server.stream with type parameters of type IBWControllable | |
---|---|
protected Map<IBWControllable,SimpleBWControlService.BWContext> |
SimpleBWControlService.contextMap
|
Methods in org.red5.server.stream that return IBWControllable | |
---|---|
IBWControllable |
IBWControlContext.getBWControllable()
Return the controllable that registered. |
IBWControllable |
SimpleBWControlService.BWContext.getBWControllable()
|
IBWControllable |
AbstractClientStream.getParentBWControllable()
Return parent flow controllable object (bandwidth preferences holder) |
Methods in org.red5.server.stream with parameters of type IBWControllable | |
---|---|
IBWControlContext |
DummyBWControlService.lookupContext(IBWControllable bc)
|
IBWControlContext |
IBWControlService.lookupContext(IBWControllable bc)
Lookup the registry context according to the controllable. |
IBWControlContext |
SimpleBWControlService.lookupContext(IBWControllable bc)
|
IBWControlContext |
DummyBWControlService.registerBWControllable(IBWControllable bc)
|
IBWControlContext |
IBWControlService.registerBWControllable(IBWControllable bc)
Register a bandwidth controllable. |
IBWControlContext |
SimpleBWControlService.registerBWControllable(IBWControllable bc)
|
Constructors in org.red5.server.stream with parameters of type IBWControllable | |
---|---|
SimpleBWControlService.BWContext(IBWControllable controllable)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |