public abstract class WsFrameBase extends Object
protected byte[]
inputBuffer
protected int
writePos
protected WsSession
wsSession
WsFrameBase(WsSession wsSession)
protected static long
byteArrayToLong(byte[] b, int start, int len)
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)
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()
Copyright © 2014 JBoss by Red Hat. All Rights Reserved.