Class UploadSlot
java.lang.Object
com.biglybt.core.peermanager.uploadslots.UploadSlot
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate long
private UploadSession
private final int
protected static final int
protected static final int
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected long
protected UploadSession
protected int
protected void
setExpireRound
(long round) protected void
setSession
(UploadSession _session)
-
Field Details
-
TYPE_NORMAL
protected static final int TYPE_NORMAL- See Also:
-
TYPE_OPTIMISTIC
protected static final int TYPE_OPTIMISTIC- See Also:
-
slot_type
private final int slot_type -
expire_round
private long expire_round -
session
-
-
Constructor Details
-
UploadSlot
protected UploadSlot(int _slot_type)
-
-
Method Details
-
getSlotType
protected int getSlotType() -
setSession
-
getSession
-
setExpireRound
protected void setExpireRound(long round) -
getExpireRound
protected long getExpireRound()
-