Apache Tomcat 7.0.54

org.apache.tomcat.websocket
Class WsFrameClient

java.lang.Object
  extended by org.apache.tomcat.websocket.WsFrameBase
      extended by org.apache.tomcat.websocket.WsFrameClient

public class WsFrameClient
extends WsFrameBase


Field Summary
 
Fields inherited from class org.apache.tomcat.websocket.WsFrameBase
inputBuffer, writePos, wsSession
 
Constructor Summary
WsFrameClient(ByteBuffer response, AsyncChannelWrapper channel, WsSession wsSession)
           
 
Method Summary
protected  boolean isMasked()
           
 
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

WsFrameClient

public WsFrameClient(ByteBuffer response,
                     AsyncChannelWrapper channel,
                     WsSession wsSession)
Method Detail

isMasked

protected boolean isMasked()
Specified by:
isMasked in class WsFrameBase

Apache Tomcat 7.0.54

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