Java org.springframework.web.socket.config.annotation WebSocketTransportRegistration fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.web.socket.config.annotation WebSocketTransportRegistration fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.web.socket.config.annotation WebSocketTransportRegistration.

The text is from its open source code.

Method

WebSocketTransportRegistrationsetMessageSizeLimit(int messageSizeLimit)
Configure the maximum size of an inbound sub-protocol message, such as a STOMP frame which may be aggregated from multiple WebSocket messages.