| org.w3c.www.protocol.http.cache.TeeMonitor
All known Subclasses: org.w3c.www.protocol.http.cache.CachedResource,
TeeMonitor | public interface TeeMonitor (Code) | | |
Method Summary | |
public void | notifyTeeFailure(int size) Called when the Tee stream fails, it allows you to notify a listener
of an error in the stream. | public void | notifyTeeSuccess(int size) |
notifyTeeFailure | public void notifyTeeFailure(int size)(Code) | | Called when the Tee stream fails, it allows you to notify a listener
of an error in the stream.
|
notifyTeeSuccess | public void notifyTeeSuccess(int size)(Code) | | Called when the tee succeed, it allows you to notify a listener of the
Tee that the download completed succesfully with a specific size
|
|
|