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 void
BaseRTMPHandler.onPing
(RTMPConnection conn, Channel channel, Header source, Ping ping) Ping event handler.protected void
RTMPHandler.onPing
(RTMPConnection conn, Channel channel, Header source, Ping ping) Ping event handler.void
Handler for ping event.void
RTMPConnection.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.IoBuffer
IEventEncoder.encodePing
(Ping ping) Encodes Ping event to byte buffer.org.apache.mina.core.buffer.IoBuffer
RTMPProtocolEncoder.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 TypeClassDescriptionclass
Control message used to set a buffer.class
Control message used in response to a SWF verification request.Constructors in org.red5.server.net.rtmp.event with parameters of type Ping