Make WebSocketConnectionManager#isConnected public
See gh-28785
This commit is contained in:
parent
597c687da8
commit
cd10171f98
|
|
@ -160,7 +160,7 @@ public class WebSocketConnectionManager extends ConnectionManagerSupport {
|
|||
}
|
||||
|
||||
@Override
|
||||
protected boolean isConnected() {
|
||||
public boolean isConnected() {
|
||||
return (this.webSocketSession != null && this.webSocketSession.isOpen());
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue