public interface IProxyListener
| Modifier and Type | Field and Description |
|---|---|
static int |
PROTOCOL_OTHER |
static int |
PROTOCOL_WWW |
| Modifier and Type | Method and Description |
|---|---|
void |
channelsChanged(int channels) |
void |
transferedBytes(long bytes,
int protocolType)
Called if some bytes are transferred.
|
static final int PROTOCOL_OTHER
static final int PROTOCOL_WWW
void channelsChanged(int channels)
void transferedBytes(long bytes,
int protocolType)
bytes - either total amount or delta of transferred bytesprotocolType - the protocol to which the bytes are belongingCopyright © 2023. All rights reserved.