Package com.biglybt.plugin.extseed.util
Class ExternalSeedHTTPDownloaderLinear.Request
java.lang.Object
com.biglybt.plugin.extseed.util.ExternalSeedHTTPDownloaderLinear.Request
- Enclosing class:
- ExternalSeedHTTPDownloaderLinear
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate ExternalSeedException
private int
private long
private AESemaphore
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Request
(long _offset, int _length, ExternalSeedHTTPDownloaderListener _listener) -
Method Summary
Modifier and TypeMethodDescriptionprotected void
complete()
protected void
protected int
protected ExternalSeedHTTPDownloaderListener
protected long
boolean
waitFor
(int timeout)
-
Field Details
-
offset
private long offset -
length
private int length -
listener
-
sem
-
exception
-
-
Constructor Details
-
Request
-
-
Method Details
-
getOffset
protected long getOffset() -
getLength
protected int getLength() -
getListener
-
complete
protected void complete() -
destroy
-
waitFor
- Throws:
ExternalSeedException
-