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:
parent
05c6a3664f
commit
f6e460fc35
|
@ -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
|
||||
----
|
||||
|
|
Loading…
Reference in New Issue