Changes

Jump to navigation Jump to search
62 bytes added ,  21:51, 1 August 2018
no edit summary
=Usage=
* Enable the WebSocket Servlet in the web.xml. You can set here the maxIdleTime, maxTextMessageSize and maxBinaryMessageSize too.
* If you get a message that exceeds the maxTextMessageSize/maxBinaryMessageSize or, if not set, the default messageSize of Jetty of 65 536 bytes (64 kB) then the connection will close. In this case, the websocket:error annotation will be called.
<pre class="brush:xml">
<servlet>
administrator, editor
23

edits

Navigation menu