| Package | Description |
|---|---|
| org.springframework.web.socket.handler |
Convenient
WebSocketHandler
implementations and decorators. |
| Modifier and Type | Method and Description |
|---|---|
static ConcurrentWebSocketSessionDecorator.OverflowStrategy |
ConcurrentWebSocketSessionDecorator.OverflowStrategy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConcurrentWebSocketSessionDecorator.OverflowStrategy[] |
ConcurrentWebSocketSessionDecorator.OverflowStrategy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
ConcurrentWebSocketSessionDecorator(WebSocketSession delegate,
int sendTimeLimit,
int bufferSizeLimit,
ConcurrentWebSocketSessionDecorator.OverflowStrategy overflowStrategy)
Constructor that also specifies the overflow strategy to use.
|