Class WsFrameBase

java.lang.Object
org.apache.tomcat.websocket.WsFrameBase
Direct Known Subclasses:
WsFrameClient, WsFrameServer

public abstract class WsFrameBase extends Object
Takes the ServletInputStream, processes the WebSocket frames it contains and extracts the messages. WebSocket Pings received will be responded to automatically without any action required by the application.