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 void
BaseRTMPHandler.onCommand
(RTMPConnection conn, Channel channel, Header source, ICommand command) Command event handler, which current consists of an Invoke or Notify type object.protected void
RTMPHandler.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 void
RTMPProtocolEncoder.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 TypeClassDescriptionclass
Flex method invocation.class
AMF3 stream send message.class
Remote invocation eventclass
Stream notification event.