Package com.biglybt.core.util
Interface AEPriorityMixin
-
- All Known Implementing Classes:
NetworkGlueUDP
public interface AEPriorityMixin
-
-
Field Summary
Fields Modifier and Type Field Description static int
PRIORITY_HIGH
static int
PRIORITY_LOW
static int
PRIORITY_NORMAL
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getPriority()
-
-
-
Field Detail
-
PRIORITY_LOW
static final int PRIORITY_LOW
- See Also:
- Constant Field Values
-
PRIORITY_NORMAL
static final int PRIORITY_NORMAL
- See Also:
- Constant Field Values
-
PRIORITY_HIGH
static final int PRIORITY_HIGH
- See Also:
- Constant Field Values
-
-