Package com.biglybt.core.pairing.impl
Class PairingManagerImpl.TestServiceImpl
java.lang.Object
com.biglybt.core.pairing.impl.PairingManagerImpl.TestServiceImpl
- All Implemented Interfaces:
PairingTest
- Enclosing class:
PairingManagerImpl
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate boolean
private String
private final PairingTestListener
private int
private final String
Fields inherited from interface com.biglybt.core.pairing.PairingTest
OT_CANCELLED, OT_FAILED, OT_PENDING, OT_SERVER_FAILED, OT_SERVER_OVERLOADED, OT_SERVER_UNAVAILABLE, OT_SUCCESS
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
TestServiceImpl
(String _sid, PairingTestListener _listener) -
Method Summary
-
Field Details
-
sid
-
listener
-
outcome
private volatile int outcome -
error_message
-
cancelled
private volatile boolean cancelled
-
-
Constructor Details
-
TestServiceImpl
-
-
Method Details
-
getOutcome
public int getOutcome()- Specified by:
getOutcome
in interfacePairingTest
-
getErrorMessage
- Specified by:
getErrorMessage
in interfacePairingTest
-
cancel
public void cancel()- Specified by:
cancel
in interfacePairingTest
-