org.apache.tomcat.websocket.server
Class WsFrameServer
java.lang.Object
org.apache.tomcat.websocket.WsFrameBase
org.apache.tomcat.websocket.server.WsFrameServer
public class WsFrameServer
- extends WsFrameBase
Method Summary |
protected boolean |
isMasked()
|
void |
onDataAvailable()
Called when there is data in the ServletInputStream to process. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WsFrameServer
public WsFrameServer(AbstractServletInputStream sis,
WsSession wsSession)
onDataAvailable
public void onDataAvailable()
throws IOException
- Called when there is data in the ServletInputStream to process.
- Throws:
IOException
isMasked
protected boolean isMasked()
- Specified by:
isMasked
in class WsFrameBase
Copyright © 2000-2014 Apache Software Foundation. All Rights Reserved.