Enum Class ConcurrentwebSocketSessionDecorator.OverflowStrategy

java.lang.Object
java.lang.Enum<ConcurrentwebSocketSessionDecorator.OverflowStrategy>
org.springframework.web.socket.handler.ConcurrentwebSocketSessionDecorator.OverflowStrategy
All Implemented Interfaces:
Serializable, Comparable<ConcurrentwebSocketSessionDecorator.OverflowStrategy>, Constable
Enclosing class:
ConcurrentwebSocketSessionDecorator

public static enum ConcurrentwebSocketSessionDecorator.OverflowStrategy extends Enum<ConcurrentwebSocketSessionDecorator.OverflowStrategy>
Enum for options of what to do when the buffer fills up.
Since:
5.1
Author:
Rossen Stoyanchev, Juergen Hoeller