public abstract class HttpProgressListener
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected int |
size
Total size to transfer.
|
Constructor and Description |
---|
HttpProgressListener() |
Modifier and Type | Method and Description |
---|---|
int |
callbackSize(int size)
Returns callback size in bytes.
|
abstract void |
transferred(int len)
Callback for every sent
chunk . |
public int callbackSize(int size)
public abstract void transferred(int len)
chunk
.
Also called before and after the transfer.Copyright © 2003-present Jodd Team