Package | Description |
---|---|
bayou.bytes |
Async byte source/sink.
|
bayou.http |
Http server.
|
Modifier and Type | Method and Description |
---|---|
static ThrottledByteSource.Curve |
ThrottledByteSource.Curve.linear(long b0,
long bytesPerSecond)
Create a linear curve.
|
Constructor and Description |
---|
ThrottledByteSource(ByteSource origin,
int bufferSize,
ThrottledByteSource.Curve curve)
Create a throttled wrapper of the origin source.
|
Constructor and Description |
---|
ThrottledHttpEntity(HttpEntity origin,
int bufferSize,
ThrottledByteSource.Curve curve)
Create a throttled wrapper of the origin entity.
|