Uses of Interface
org.red5.server.net.ICommand
Package
Description
-
Uses of ICommand in org.red5.server.net.rtmp
Modifier 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
Modifier 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
Modifier and TypeClassDescriptionclass
Flex method invocation.class
AMF3 stream send message.class
Remote invocation eventclass
Stream notification event.