Example usage for io.netty.handler.codec.rtsp RtspObjectDecoder subclass-usage

List of usage examples for io.netty.handler.codec.rtsp RtspObjectDecoder subclass-usage

Introduction

In this page you can find the example usage for io.netty.handler.codec.rtsp RtspObjectDecoder subclass-usage.

Usage

From source file com.sengled.cloud.mediaserver.rtsp.codec.RtspRequestDecoder.java

/**
 * Decodes {@link ByteBuf}s into RTSP requests represented in
 * {@link HttpRequest}s.
 * <p>
 * <h3>Parameters that prevents excessive memory consumption</h3>
 * <table border="1">

From source file com.sengled.cloud.mediaserver.rtsp.codec.RtspResponseDecoder.java

/**
 * Decodes {@link ByteBuf}s into RTSP responses represented in
 * {@link HttpResponse}s.
 * <p>
 * <h3>Parameters that prevents excessive memory consumption</h3>
 * <table border="1">