Package com.biglybt.core.pairing
Interface PairingTest
-
- All Known Implementing Classes:
PairingManagerImpl.TestServiceImpl
,RemotePairingWindow.testPairingClass
public interface PairingTest
-
-
Field Summary
Fields Modifier and Type Field Description static int
OT_CANCELLED
static int
OT_FAILED
static int
OT_PENDING
static int
OT_SERVER_FAILED
static int
OT_SERVER_OVERLOADED
static int
OT_SERVER_UNAVAILABLE
static int
OT_SUCCESS
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
cancel()
java.lang.String
getErrorMessage()
int
getOutcome()
-
-
-
Field Detail
-
OT_PENDING
static final int OT_PENDING
- See Also:
- Constant Field Values
-
OT_SUCCESS
static final int OT_SUCCESS
- See Also:
- Constant Field Values
-
OT_FAILED
static final int OT_FAILED
- See Also:
- Constant Field Values
-
OT_SERVER_UNAVAILABLE
static final int OT_SERVER_UNAVAILABLE
- See Also:
- Constant Field Values
-
OT_SERVER_OVERLOADED
static final int OT_SERVER_OVERLOADED
- See Also:
- Constant Field Values
-
OT_SERVER_FAILED
static final int OT_SERVER_FAILED
- See Also:
- Constant Field Values
-
OT_CANCELLED
static final int OT_CANCELLED
- See Also:
- Constant Field Values
-
-