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
Methods in org.springframework.web.socket.handler that return ConcurrentWebSocketSessionDecorator.OverflowStrategyModifier and TypeMethodDescriptionReturns 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.