Uses of Enum Class
org.springframework.web.socket.handler.ConcurrentWebSocketSessionDecorator.OverflowStrategy
Packages that use ConcurrentWebSocketSessionDecorator.OverflowStrategy
-
Uses of ConcurrentWebSocketSessionDecorator.OverflowStrategy in org.springframework.web.socket.handler
Subclasses with type arguments of type ConcurrentWebSocketSessionDecorator.OverflowStrategy in org.springframework.web.socket.handlerModifier and TypeClassDescriptionstatic enumEnum for options of what to do when the buffer fills up.Methods in org.springframework.web.socket.handler that return ConcurrentWebSocketSessionDecorator.OverflowStrategyModifier and TypeMethodDescriptionConcurrentWebSocketSessionDecorator.getOverflowStrategy()Return the configuredConcurrentWebSocketSessionDecorator.OverflowStrategy.Returns the enum constant of this class with the specified name.ConcurrentWebSocketSessionDecorator.OverflowStrategy.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.springframework.web.socket.handler with parameters of type ConcurrentWebSocketSessionDecorator.OverflowStrategyModifierConstructorDescriptionConcurrentWebSocketSessionDecorator(WebSocketSession delegate, int sendTimeLimit, int bufferSizeLimit, ConcurrentWebSocketSessionDecorator.OverflowStrategy overflowStrategy) Constructor that also specifies the overflow strategy to use.