Uses of Interface
com.biglybt.core.pairing.PairingConnectionData
-
Packages that use PairingConnectionData Package Description com.biglybt.core.pairing com.biglybt.core.pairing.impl com.biglybt.ui.webplugin -
-
Uses of PairingConnectionData in com.biglybt.core.pairing
Methods in com.biglybt.core.pairing that return PairingConnectionData Modifier and Type Method Description PairingConnectionData
PairedService. getConnectionData()
-
Uses of PairingConnectionData in com.biglybt.core.pairing.impl
Classes in com.biglybt.core.pairing.impl that implement PairingConnectionData Modifier and Type Class Description protected class
PairingManagerImpl.PairedServiceImpl
private static class
PairingManagerImpl.PairingConnectionData2
Methods in com.biglybt.core.pairing.impl that return PairingConnectionData Modifier and Type Method Description PairingConnectionData
PairingManagerImpl.PairedService2Impl. getConnectionData()
PairingConnectionData
PairingManagerImpl.PairedServiceImpl. getConnectionData()
-
Uses of PairingConnectionData in com.biglybt.ui.webplugin
Methods in com.biglybt.ui.webplugin with parameters of type PairingConnectionData Modifier and Type Method Description protected void
WebPlugin. updatePairing(PairingConnectionData cd)
-