Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
REMOVED (!) | public | void | setInboundChannelExecutor(org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor) | n.a. |
|
|
||||||
NEW | public | void | setInboundChannelExecutor(org.springframework.core.task.TaskExecutor) | n.a. | n.a. |
|
||||||
REMOVED (!) | public | void | setOutboundChannelExecutor(org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor) | n.a. |
|
|
||||||
NEW | public | void | setOutboundChannelExecutor(org.springframework.core.task.TaskExecutor) | n.a. | n.a. |
|
||||||
REMOVED (!) | public | void | setSockJsTaskScheduler(org.springframework.scheduling.concurrent.ThreadPoolTaskScheduler) | n.a. |
|
|
||||||
NEW | public | void | setSockJsTaskScheduler(org.springframework.scheduling.TaskScheduler) | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
NEW | public | org.springframework.web.socket.messaging.StompSubProtocolHandler$Stats | getStats() | n.a. | n.a. |
|
Change |
CLASS_NOW_ABSTRACT |
CLASS_TYPE_CHANGED |
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
NEW (*) | public abstract | int | getTotalConnect() | n.a. |
|
|
||||||
NEW (*) | public abstract | int | getTotalConnected() | n.a. |
|
|
||||||
NEW (*) | public abstract | int | getTotalDisconnect() | n.a. |
|
|
||||||
REMOVED (!) | public | void | incrementConnectCount() | n.a. |
|
|
||||||
REMOVED (!) | public | void | incrementConnectedCount() | n.a. |
|
|
||||||
REMOVED (!) | public | void | incrementDisconnectCount() | n.a. |
|
|
||||||
REMOVED | public | java.lang.String | toString() | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
NEW | public | org.springframework.web.socket.messaging.SubProtocolWebSocketHandler$Stats | getStats() | n.a. | n.a. |
|
Change |
CLASS_NOW_ABSTRACT |
CLASS_TYPE_CHANGED |
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
REMOVED (!) | public | void | decrementSessionCount(org.springframework.web.socket.WebSocketSession) | n.a. |
|
|
||||||
NEW (*) | public abstract | int | getHttpPollingSessions() | n.a. |
|
|
||||||
NEW (*) | public abstract | int | getHttpStreamingSessions() | n.a. |
|
|
||||||
NEW (*) | public abstract | int | getLimitExceededSessions() | n.a. |
|
|
||||||
NEW (*) | public abstract | int | getNoMessagesReceivedSessions() | n.a. |
|
|
||||||
NEW (*) | public abstract | int | getTotalSessions() | n.a. |
|
|
||||||
NEW (*) | public abstract | int | getTransportErrorSessions() | n.a. |
|
|
||||||
NEW (*) | public abstract | int | getWebSocketSessions() | n.a. |
|
|
||||||
REMOVED (!) | public | void | incrementLimitExceededCount() | n.a. |
|
|
||||||
REMOVED (!) | public | void | incrementNoMessagesReceivedCount() | n.a. |
|
|
||||||
REMOVED (!) | public | void | incrementSessionCount(org.springframework.web.socket.WebSocketSession) | n.a. |
|
|
||||||
REMOVED (!) | public | void | incrementTransportError() | n.a. |
|
|
||||||
REMOVED | public | java.lang.String | toString() | n.a. | n.a. |
|