Uses of Interface
org.red5.server.api.stream.IStreamCapableConnection
Packages that use IStreamCapableConnection
-
Uses of IStreamCapableConnection in org.red5.server.api.stream
Methods in org.red5.server.api.stream that return IStreamCapableConnectionModifier and TypeMethodDescriptionIClientStream.getConnection()Get connection containing the stream.Methods in org.red5.server.api.stream with parameters of type IStreamCapableConnectionModifier and TypeMethodDescriptionvoidIStreamService.deleteStream(IStreamCapableConnection conn, Number streamId) Delete stream -
Uses of IStreamCapableConnection in org.red5.server.net.rtmp
Classes in org.red5.server.net.rtmp that implement IStreamCapableConnectionModifier and TypeClassDescriptionclassRTMP connection.classRepresents an RTMP connection using Mina. -
Uses of IStreamCapableConnection in org.red5.server.stream
Methods in org.red5.server.stream that return IStreamCapableConnectionModifier and TypeMethodDescriptionAbstractClientStream.getConnection()Return connection associated with streamMethods in org.red5.server.stream with parameters of type IStreamCapableConnectionModifier and TypeMethodDescriptionvoidStreamService.deleteStream(IStreamCapableConnection conn, Number streamId) Delete streamvoidAbstractClientStream.setConnection(IStreamCapableConnection conn) Setter for stream capable connection