Fixed documentation errors in HttpMessageDecoder's subclasses
This commit is contained in:
parent
966004332b
commit
aa80596b33
@ -61,8 +61,8 @@ public class HttpRequestDecoder extends HttpMessageDecoder {
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Creates a new instance with the default
|
* Creates a new instance with the default
|
||||||
* {@code maxInitialLineLength (4096}}, {@code maxHeaderSize (4096)}, and
|
* {@code maxInitialLineLength (4096}}, {@code maxHeaderSize (8192)}, and
|
||||||
* {@code maxChunkSize (4096)}.
|
* {@code maxChunkSize (8192)}.
|
||||||
*/
|
*/
|
||||||
public HttpRequestDecoder() {
|
public HttpRequestDecoder() {
|
||||||
super();
|
super();
|
||||||
|
@ -62,8 +62,8 @@ public class HttpResponseDecoder extends HttpMessageDecoder {
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Creates a new instance with the default
|
* Creates a new instance with the default
|
||||||
* {@code maxInitialLineLength (4096}}, {@code maxHeaderSize (4096)}, and
|
* {@code maxInitialLineLength (4096}}, {@code maxHeaderSize (8192)}, and
|
||||||
* {@code maxChunkSize (4096)}.
|
* {@code maxChunkSize (8192)}.
|
||||||
*/
|
*/
|
||||||
public HttpResponseDecoder() {
|
public HttpResponseDecoder() {
|
||||||
super();
|
super();
|
||||||
|
@ -37,8 +37,8 @@ public class RtspRequestDecoder extends HttpMessageDecoder {
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Creates a new instance with the default
|
* Creates a new instance with the default
|
||||||
* {@code maxInitialLineLength (4096}}, {@code maxHeaderSize (4096)}, and
|
* {@code maxInitialLineLength (4096}}, {@code maxHeaderSize (8192)}, and
|
||||||
* {@code maxChunkSize (4096)}.
|
* {@code maxChunkSize (8192)}.
|
||||||
*/
|
*/
|
||||||
public RtspRequestDecoder() {
|
public RtspRequestDecoder() {
|
||||||
super();
|
super();
|
||||||
|
@ -38,8 +38,8 @@ public class RtspResponseDecoder extends HttpMessageDecoder {
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Creates a new instance with the default
|
* Creates a new instance with the default
|
||||||
* {@code maxInitialLineLength (4096}}, {@code maxHeaderSize (4096)}, and
|
* {@code maxInitialLineLength (4096}}, {@code maxHeaderSize (8192)}, and
|
||||||
* {@code maxChunkSize (4096)}.
|
* {@code maxChunkSize (8192)}.
|
||||||
*/
|
*/
|
||||||
public RtspResponseDecoder() {
|
public RtspResponseDecoder() {
|
||||||
super();
|
super();
|
||||||
|
Loading…
Reference in New Issue
Block a user