Fix recent javadoc errors
Issue: SPR-17174
This commit is contained in:
@@ -27,8 +27,9 @@ import org.springframework.web.socket.WebSocketSession;
|
||||
|
||||
/**
|
||||
* A contract for handling WebSocket messages as part of a higher level protocol,
|
||||
* referred to as "sub-protocol" in the WebSocket RFC specification. Handles both
|
||||
* {@link WebSocketMessage}s from a client as well as {@link Message WebSocketMessage}s from a client as well as {@link Messages} to a client.
|
||||
* referred to as "sub-protocol" in the WebSocket RFC specification.
|
||||
* Handles both {@link WebSocketMessage WebSocketMessages} from a client
|
||||
* as well as {@link Message Messages} to a client.
|
||||
*
|
||||
* <p>Implementations of this interface can be configured on a
|
||||
* {@link SubProtocolWebSocketHandler} which selects a sub-protocol handler to
|
||||
|
||||
@@ -53,8 +53,8 @@ import org.springframework.web.socket.sockjs.support.AbstractSockJsService;
|
||||
* A basic implementation of {@link org.springframework.web.socket.sockjs.SockJsService}
|
||||
* with support for SPI-based transport handling and session management.
|
||||
*
|
||||
* <p>Based on the {@link TransportHandler} SPI. {@link TransportHandler TransportHandler} SPI. {@link TransportHandlers} may additionally
|
||||
* implement the {@link SockJsSessionFactory} and {@link HandshakeHandler} interfaces.
|
||||
* <p>Based on the {@link TransportHandler} SPI. {@link TransportHandler TransportHandlers} may
|
||||
* additionally implement the {@link SockJsSessionFactory} and {@link HandshakeHandler} interfaces.
|
||||
*
|
||||
* <p>See the {@link AbstractSockJsService} base class for important details on request mapping.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user