Uses of Class
org.red5.server.net.protocol.RTMPDecodeState
-
Uses of RTMPDecodeState in org.red5.server.net.rtmp
-
Uses of RTMPDecodeState in org.red5.server.net.rtmp.codec
Modifier and TypeMethodDescriptionRTMPProtocolDecoder.decode
(RTMPConnection conn, RTMPDecodeState state, org.apache.mina.core.buffer.IoBuffer in) Decodes the buffer data.RTMPProtocolDecoder.decodeHeader
(ChunkHeader chh, RTMPDecodeState state, org.apache.mina.core.buffer.IoBuffer in, RTMP rtmp) Decodes packet header.RTMPProtocolDecoder.decodePacket
(RTMPConnection conn, RTMPDecodeState state, org.apache.mina.core.buffer.IoBuffer in) Decodes an IoBuffer into a Packet.