Uses of Class
org.red5.server.net.rtmp.event.Ping
Package
Description
-
Uses of Ping in org.red5.server.net.rtmp
Modifier 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
Modifier 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.Modifier 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
Modifier and TypeClassDescriptionclass
Control message used to set a buffer.class
Control message used in response to a SWF verification request.