public class Generator extends Object
| Constructor and Description |
|---|
Generator(ByteBufferPool bufferPool,
CompressionFactory.Compressor compressor) |
| Modifier and Type | Method and Description |
|---|---|
ByteBuffer |
control(ControlFrame frame) |
ByteBuffer |
data(int streamId,
int length,
DataInfo dataInfo) |
public Generator(ByteBufferPool bufferPool, CompressionFactory.Compressor compressor)
public ByteBuffer control(ControlFrame frame)
public ByteBuffer data(int streamId, int length, DataInfo dataInfo)
Copyright © 1995-2015 Webtide. All Rights Reserved.