diff --git a/docs/src/main/docbook/appendix-properties.xml b/docs/src/main/docbook/appendix-properties.xml
index 6f5036b779..a33bbad679 100644
--- a/docs/src/main/docbook/appendix-properties.xml
+++ b/docs/src/main/docbook/appendix-properties.xml
@@ -2171,6 +2171,42 @@
+
+ &jersey.netty.NettyClientProperties.MAX_HEADER_SIZE;
+ jersey.config.client.netty.maxHeaderSize
+
+
+ Parameter which allows extending of the header size for the Netty connector
+
+ Default header size is 8192b.
+ Since 2.44
+
+
+
+
+ &jersey.netty.NettyClientProperties.MAX_CHUNK_SIZE;
+ jersey.config.client.netty.maxChunkSize
+
+
+ Parameter which allows extending of the chunk size for the Netty connector
+
+ Default chunk size is 8192b.
+ Since 2.44
+
+
+
+
+ &jersey.netty.NettyClientProperties.MAX_INITIAL_LINE_LENGTH;
+ jersey.config.client.netty.maxInitialLineLength
+
+
+ Parameter which allows extending of the initial line length for the Netty connector
+
+ Default initial line length is 4096b.
+ Since 2.44
+
+
+
diff --git a/docs/src/main/docbook/jersey.ent b/docs/src/main/docbook/jersey.ent
index ccbe0216ea..171bab9cf4 100644
--- a/docs/src/main/docbook/jersey.ent
+++ b/docs/src/main/docbook/jersey.ent
@@ -571,6 +571,9 @@
NettyClientProperties.MAX_REDIRECTS" >
NettyClientProperties.PRESERVE_METHOD_ON_REDIRECT" >
NettyClientProperties.EXPECT_100_CONTINUE_TIMEOUT" >
+NettyClientProperties.MAX_HEADER_SIZE" >
+NettyClientProperties.MAX_INITIAL_LINE_LENGTH" >
+NettyClientProperties.MAX_CHUNK_SIZE" >
NettyConnectorProvider">
ApplicationHandler">
@BackgroundScheduler">