Adding policy maxPayloadSize and autoFragmentSize

This commit is contained in:
Joakim Erdfelt 2012-07-03 16:13:44 -07:00
parent 89bd36dbaf
commit 3df516779b
1 changed files with 3 additions and 0 deletions

View File

@ -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>