Package | Description |
---|---|
io.netty.handler.codec.rtsp |
An RTSP
extension based on the HTTP codec.
|
Modifier and Type | Class and Description |
---|---|
class |
RtspRequestEncoder
Encodes an RTSP request represented in
FullHttpRequest into
a ByteBuf . |
class |
RtspResponseEncoder
Encodes an RTSP response represented in
FullHttpResponse into
a ByteBuf . |
Copyright © 2008–2015 The Netty Project. All rights reserved.