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 SummaryModifier and TypeMethodDescriptionReturn the list of supported sub-protocols.
- 
Method Details- 
getSubProtocolsReturn the list of supported sub-protocols.
 
-