Package com.biglybt.core.pairing
Interface PairedService
-
- All Known Implementing Classes:
PairingManagerImpl.PairedService2Impl
,PairingManagerImpl.PairedServiceImpl
public interface PairedService
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PairingConnectionData
getConnectionData()
java.lang.String
getSID()
void
remove()
-
-
-
Method Detail
-
getSID
java.lang.String getSID()
-
getConnectionData
PairingConnectionData getConnectionData()
-
remove
void remove()
-
-