Package | Description |
---|---|
org.springframework.web.socket.adapter |
Classes adapting Spring's WebSocket API to and from WebSocket providers.
|
org.springframework.web.socket.adapter.jetty |
Adapter classes for the Jetty WebSocket API.
|
org.springframework.web.socket.adapter.standard |
Adapter classes for the standard Java WebSocket API.
|
Modifier and Type | Method and Description |
---|---|
protected abstract void |
AbstractWebSocketSession.sendPingMessage(PingMessage message) |
Modifier and Type | Method and Description |
---|---|
protected void |
JettyWebSocketSession.sendPingMessage(PingMessage message) |
Modifier and Type | Method and Description |
---|---|
protected void |
StandardWebSocketSession.sendPingMessage(PingMessage message) |