Generated by
JDiff

Class org.springframework.web.socket.messaging.StompSubProtocolHandler

Added interface org.springframework.context.ApplicationEventPublisherAware.

Added Methods
int getMessageSizeLimit() Get the configured message buffer size limit in bytes.
void setApplicationEventPublisher(ApplicationEventPublisher)  
void setMessageSizeLimit(int) Configure the maximum size allowed for an incoming STOMP message.
 

Added Fields
int MINIMUM_WEBSOCKET_MESSAGE_SIZE This handler supports assembling large STOMP messages split into multiple WebSocket messages and STOMP clients (like stomp.js) indeed split large STOMP messages at 16K boundaries.