public class Packet extends Object
| Modifier and Type | Field and Description |
|---|---|
boolean |
isDownload
If the request was via a downstream, if false, the request was via an upstream
|
long |
length
The size of the data that was transferred in bytes
|
long |
total
The total size to be transferred in bytes
|
| Constructor and Description |
|---|
Packet(long length,
long total,
boolean isDownload) |