Uses of Class
org.red5.server.net.protocol.RTMPDecodeState
Packages that use RTMPDecodeState
-
Uses of RTMPDecodeState in org.red5.server.net.rtmp
Fields in org.red5.server.net.rtmp declared as RTMPDecodeStateMethods in org.red5.server.net.rtmp that return RTMPDecodeState -
Uses of RTMPDecodeState in org.red5.server.net.rtmp.codec
Methods in org.red5.server.net.rtmp.codec with parameters of type RTMPDecodeStateModifier 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.