Adding policy maxPayloadSize and autoFragmentSize
This commit is contained in:
parent
89bd36dbaf
commit
3df516779b
|
@ -22,6 +22,9 @@ public class WebSocketPolicy
|
||||||
*/
|
*/
|
||||||
private boolean autoFragment = true;
|
private boolean autoFragment = true;
|
||||||
|
|
||||||
|
private int maxPayloadSize;
|
||||||
|
private int autoFragmentSize;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The maximum size of a text message during parsing/generating.
|
* The maximum size of a text message during parsing/generating.
|
||||||
* <p>
|
* <p>
|
||||||
|
|
Loading…
Reference in New Issue