|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.vaadin.shared.communication.PushConstants
public class PushConstants
Shared constants used by push.
| Field Summary | |
|---|---|
static char |
MESSAGE_DELIMITER
The character used to mark message boundaries when messages may be split into multiple fragments. |
static int |
WEBSOCKET_BUFFER_SIZE
The size, in bytes, of the receiving buffer used by some servers. |
static int |
WEBSOCKET_FRAGMENT_SIZE
The maximum size, in characters, of a websocket message fragment. |
| Constructor Summary | |
|---|---|
PushConstants()
|
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final int WEBSOCKET_BUFFER_SIZE
Should not be set to a value equal to or greater than 32768 due to a Jetty 9.1 issue (see #13087)
public static final int WEBSOCKET_FRAGMENT_SIZE
WEBSOCKET_BUFFER_SIZE given a UTF-8 encoded
message.
public static final char MESSAGE_DELIMITER
| Constructor Detail |
|---|
public PushConstants()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||