Generated by
JDiff

Interface org.springframework.web.socket.WebSocketSession

Removed Methods
(Map<String, Object>getHandshakeAttributes() Handshake request specific attributes.
 

Added Methods
(Map<String, Object>getAttributes() Return the map with attributes associated with the WebSocket session.
int getBinaryMessageSizeLimit() Get the configured maximum size for an incoming binary message.
int getTextMessageSizeLimit() Get the configured maximum size for an incoming text message.
void setBinaryMessageSizeLimit(int) Configure the maximum size for an incoming binary message.
void setTextMessageSizeLimit(int) Configure the maximum size for an incoming text message.