| Package | Description |
|---|---|
| org.red5.server.net.rtmp | |
| org.red5.server.net.rtmp.codec | |
| org.red5.server.net.rtmp.event |
| Modifier and Type | Method and Description |
|---|---|
protected 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 |
RTMPConnection.ping(Ping ping)
Handler for ping event.
|
void |
RTMPConnection.pingReceived(Ping pong)
Marks that ping back was received.
|
| Modifier and Type | Method and Description |
|---|---|
Ping |
RTMPProtocolDecoder.decodePing(org.apache.mina.core.buffer.IoBuffer in)
Decodes ping event.
|
Ping |
IEventDecoder.decodePing(org.apache.mina.core.buffer.IoBuffer in)
Decodes ping event.
|
| Modifier and Type | Method and Description |
|---|---|
org.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.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SetBuffer
Control message used to set a buffer.
|
class |
SWFResponse
Control message used in response to a SWF verification request.
|
| Constructor and Description |
|---|
Ping(Ping in) |
Copyright © 2005–2017 Red5. All rights reserved.