Uses of Class
org.red5.server.net.rtmp.event.Ping
Packages that use Ping
Package
Description
-
Uses of Ping in org.red5.server.net.rtmp
Methods in org.red5.server.net.rtmp with parameters of type PingModifier and TypeMethodDescriptionprotected abstract voidBaseRTMPHandler.onPing(RTMPConnection conn, Channel channel, Header source, Ping ping) Ping event handler.protected voidRTMPHandler.onPing(RTMPConnection conn, Channel channel, Header source, Ping ping) Ping event handler.voidHandler for ping event.voidRTMPConnection.pingReceived(Ping pong) Marks that ping back was received. -
Uses of Ping in org.red5.server.net.rtmp.codec
Methods in org.red5.server.net.rtmp.codec that return PingModifier and TypeMethodDescriptionIEventDecoder.decodePing(org.apache.mina.core.buffer.IoBuffer in) Decodes ping event.RTMPProtocolDecoder.decodePing(org.apache.mina.core.buffer.IoBuffer in) Decodes ping event.Methods in org.red5.server.net.rtmp.codec with parameters of type PingModifier and TypeMethodDescriptionorg.apache.mina.core.buffer.IoBufferIEventEncoder.encodePing(Ping ping) Encodes Ping event to byte buffer.org.apache.mina.core.buffer.IoBufferRTMPProtocolEncoder.encodePing(Ping ping) Encodes Ping event to byte buffer. -
Uses of Ping in org.red5.server.net.rtmp.event
Subclasses of Ping in org.red5.server.net.rtmp.eventModifier and TypeClassDescriptionclassControl message used to set a buffer.classControl message used in response to a SWF verification request.Constructors in org.red5.server.net.rtmp.event with parameters of type Ping