public abstract class WsFrameBase extends Object
protected byte[]
inputBuffer
protected int
writePos
protected WsSession
wsSession
WsFrameBase(WsSession wsSession, Transformation transformation)
protected static long
byteArrayToLong(byte[] b, int start, int len)
protected Transformation
getTransformation()
protected abstract boolean
isMasked()
protected boolean
isOpen()
protected void
processInputBuffer()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
protected final WsSession wsSession
protected final byte[] inputBuffer
protected int writePos
public WsFrameBase(WsSession wsSession, Transformation transformation)
protected void processInputBuffer() throws IOException
IOException
protected abstract boolean isMasked()
protected static long byteArrayToLong(byte[] b, int start, int len) throws IOException
protected boolean isOpen()
protected Transformation getTransformation()
Copyright © 2016 JBoss by Red Hat. All rights reserved.