Uses of Class
org.eclipse.jetty.websocket.common.extensions.compress.ByteAccumulator
Packages that use ByteAccumulator
Package
Description
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 ByteAccumulatorModifier and TypeMethodDescriptionprotected ByteAccumulator
CompressExtension.newByteAccumulator()
Methods in org.eclipse.jetty.websocket.common.extensions.compress with parameters of type ByteAccumulatorModifier and TypeMethodDescriptionprotected void
CompressExtension.decompress
(ByteAccumulator accumulator, ByteBuffer buf) protected void
CompressExtension.forwardIncoming
(Frame frame, ByteAccumulator accumulator)