Apache Tomcat 7.0.54

org.apache.tomcat.websocket.server
Class WsFrameServer

java.lang.Object
  extended by org.apache.tomcat.websocket.WsFrameBase
      extended by org.apache.tomcat.websocket.server.WsFrameServer

public class WsFrameServer
extends WsFrameBase


Field Summary
 
Fields inherited from class org.apache.tomcat.websocket.WsFrameBase
inputBuffer, writePos, wsSession
 
Constructor Summary
WsFrameServer(AbstractServletInputStream sis, WsSession wsSession)
           
 
Method Summary
protected  boolean isMasked()
           
 void onDataAvailable()
          Called when there is data in the ServletInputStream to process.
 
Methods inherited from class org.apache.tomcat.websocket.WsFrameBase
byteArrayToLong, isOpen, processInputBuffer
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WsFrameServer

public WsFrameServer(AbstractServletInputStream sis,
                     WsSession wsSession)
Method Detail

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

Apache Tomcat 7.0.54

Copyright © 2000-2014 Apache Software Foundation. All Rights Reserved.