Remove Session.setMaximumMessageSize(long) example, because that method has been removed in jetty-9.1

Signed-off-by: Alexander Farber <Alexander.Farber@gmail.com>
This commit is contained in:
Alexander Farber 2016-05-30 18:40:53 +02:00 committed by Simone Bordet
parent 05c6a3664f
commit f6e460fc35
1 changed files with 0 additions and 7 deletions

View File

@ -61,10 +61,3 @@ Get and Set the Idle Timeout
----
session.setIdleTimeout(2000); // 2 second timeout
----
Get and Set the Maximum Message Size
[source,java]
----
session.setMaximumMessageSize(64*1024); // accept messages up to 64k, fail if larger
----