public class RTMPMinaProtocolDecoder
extends org.apache.mina.filter.codec.ProtocolDecoderAdapter
| Modifier and Type | Field and Description |
|---|---|
protected static org.slf4j.Logger |
log |
| Constructor and Description |
|---|
RTMPMinaProtocolDecoder() |
| Modifier and Type | Method and Description |
|---|---|
void |
decode(org.apache.mina.core.session.IoSession session,
org.apache.mina.core.buffer.IoBuffer in,
org.apache.mina.filter.codec.ProtocolDecoderOutput out) |
RTMPProtocolDecoder |
getDecoder()
Returns an RTMP decoder.
|
void |
setDecoder(RTMPProtocolDecoder decoder)
Sets the RTMP protocol decoder.
|
public void decode(org.apache.mina.core.session.IoSession session,
org.apache.mina.core.buffer.IoBuffer in,
org.apache.mina.filter.codec.ProtocolDecoderOutput out)
throws org.apache.mina.filter.codec.ProtocolCodecException
org.apache.mina.filter.codec.ProtocolCodecExceptionpublic void setDecoder(RTMPProtocolDecoder decoder)
decoder - RTMP decoderpublic RTMPProtocolDecoder getDecoder()
Copyright © 2005–2017 Red5. All rights reserved.