Package org.springframework.web.socket
Interface SubProtocolCapable
- All Known Implementing Classes:
SockJsWebSocketHandler
,SubProtocolWebSocketHandler
public interface SubProtocolCapable
An interface for WebSocket handlers that support sub-protocols as defined in RFC 6455.
- Since:
- 4.0
- Author:
- Rossen Stoyanchev
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionReturn the list of supported sub-protocols.
-
Method Details
-
getSubProtocols
Return the list of supported sub-protocols.
-