Uses of Class
org.eclipse.jetty.websocket.common.extensions.compress.ByteAccumulator
-
Packages that use ByteAccumulator Package Description org.eclipse.jetty.websocket.common.extensions.compress Jetty WebSocket Common : Message Compression Extension Implementations -
-
Uses of ByteAccumulator in org.eclipse.jetty.websocket.common.extensions.compress
Methods in org.eclipse.jetty.websocket.common.extensions.compress that return ByteAccumulator Modifier and Type Method Description protected ByteAccumulator
CompressExtension. newByteAccumulator()
Methods in org.eclipse.jetty.websocket.common.extensions.compress with parameters of type ByteAccumulator Modifier and Type Method Description protected void
CompressExtension. decompress(ByteAccumulator accumulator, java.nio.ByteBuffer buf)
protected void
CompressExtension. forwardIncoming(Frame frame, ByteAccumulator accumulator)
-