Package com.biglybt.core.pairing
Interface PairingTest
- All Known Implementing Classes:
PairingManagerImpl.TestServiceImpl
,RemotePairingWindow.testPairingClass
public interface PairingTest
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
static final int
static final int
static final int
static final int
static final int
static final int
-
Method Summary
-
Field Details
-
OT_PENDING
static final int OT_PENDING- See Also:
-
OT_SUCCESS
static final int OT_SUCCESS- See Also:
-
OT_FAILED
static final int OT_FAILED- See Also:
-
OT_SERVER_UNAVAILABLE
static final int OT_SERVER_UNAVAILABLE- See Also:
-
OT_SERVER_OVERLOADED
static final int OT_SERVER_OVERLOADED- See Also:
-
OT_SERVER_FAILED
static final int OT_SERVER_FAILED- See Also:
-
OT_CANCELLED
static final int OT_CANCELLED- See Also:
-
-
Method Details
-
getOutcome
int getOutcome() -
getErrorMessage
String getErrorMessage() -
cancel
void cancel()
-