Class WsFilter

java.lang.Object
jakarta.servlet.GenericFilter
org.apache.tomcat.websocket.server.WsFilter
All Implemented Interfaces:
Filter, FilterConfig, Serializable

public class WsFilter extends GenericFilter
Handles the initial HTTP connection for WebSocket connections.
See Also: