RtspDecoder 。
@Deprecated public abstract class RtspObjectDecoder extends HttpObjectDecoder
ByteBuf s转换中表示RTSP消息HttpMessage秒。
maxInitialLineLength The maximum length of the initial line (e.g. "SETUP / RTSP/1.0" or "RTSP/1.0 200 OK") If the length of the initial line exceeds this value, a TooLongFrameException will be raised. maxHeaderSize The maximum length of all headers. If the sum of the length of each header exceeds this value, a TooLongFrameException will be raised. maxContentLength The maximum length of the content. If the content length exceeds this value, a TooLongFrameException will be raised.
ByteToMessageDecoder.CumulatorChannelHandler.SharablevalidateHeadersCOMPOSITE_CUMULATOR, MERGE_CUMULATOR| Modifier | Constructor and Description |
|---|---|
protected |
RtspObjectDecoder()
已过时。
使用默认的一个新的实例
maxInitialLineLength (4096) ,
maxHeaderSize (8192)和
maxContentLength (8192) 。
|
protected |
RtspObjectDecoder(int maxInitialLineLength, int maxHeaderSize, int maxContentLength)
已过时。
用指定的参数创建一个新的实例。
|
protected |
RtspObjectDecoder(int maxInitialLineLength, int maxHeaderSize, int maxContentLength, boolean validateHeaders)
已过时。
|
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
isContentAlwaysEmpty(HttpMessage msg)
已过时。
|
createInvalidMessage, createMessage, decode, decodeLast, isDecodingRequest, isSwitchingToNonHttp1Protocol, reset, userEventTriggeredactualReadableBytes, callDecode, channelInactive, channelRead, channelReadComplete, discardSomeReadBytes, handlerRemoved, handlerRemoved0, internalBuffer, isSingleDecode, setCumulator, setDiscardAfterReads, setSingleDecodechannelActive, channelRegistered, channelUnregistered, channelWritabilityChanged, exceptionCaughtensureNotSharable, handlerAdded, isSharableclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waithandlerAddedprotected RtspObjectDecoder()
maxInitialLineLength (4096) ,
maxHeaderSize (8192)和
maxContentLength (8192) 。
protected RtspObjectDecoder(int maxInitialLineLength,
int maxHeaderSize,
int maxContentLength)
protected RtspObjectDecoder(int maxInitialLineLength,
int maxHeaderSize,
int maxContentLength,
boolean validateHeaders)
protected boolean isContentAlwaysEmpty(HttpMessage msg)
Copyright © 2008–2018 The Netty Project. All rights reserved.