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 ByteAccumulatorCompressExtension. newByteAccumulator()Methods in org.eclipse.jetty.websocket.common.extensions.compress with parameters of type ByteAccumulator Modifier and Type Method Description protected voidCompressExtension. decompress(ByteAccumulator accumulator, java.nio.ByteBuffer buf)protected voidCompressExtension. forwardIncoming(Frame frame, ByteAccumulator accumulator)
-