Uses of Interface
org.red5.server.net.ICommand
Packages that use ICommand
Package
Description
-
Uses of ICommand in org.red5.server.net.rtmp
Methods in org.red5.server.net.rtmp with parameters of type ICommandModifier and TypeMethodDescriptionprotected abstract voidBaseRTMPHandler.onCommand(RTMPConnection conn, Channel channel, Header source, ICommand command) Command event handler, which current consists of an Invoke or Notify type object.protected voidRTMPHandler.onCommand(RTMPConnection conn, Channel channel, Header source, ICommand command) Command event handler, which current consists of an Invoke or Notify type object. -
Uses of ICommand in org.red5.server.net.rtmp.codec
Methods in org.red5.server.net.rtmp.codec with parameters of type ICommandModifier and TypeMethodDescriptionprotected voidRTMPProtocolEncoder.encodeCommand(org.apache.mina.core.buffer.IoBuffer out, ICommand command) Encode command event and fill given byte buffer. -
Uses of ICommand in org.red5.server.net.rtmp.event
Classes in org.red5.server.net.rtmp.event that implement ICommandModifier and TypeClassDescriptionclassFlex method invocation.classAMF3 stream send message.classRemote invocation eventclassStream notification event.