Uses of Interface
com.biglybt.core.pairing.PairedService
-
Packages that use PairedService Package Description com.biglybt.core.pairing com.biglybt.core.pairing.impl -
-
Uses of PairedService in com.biglybt.core.pairing
Methods in com.biglybt.core.pairing that return PairedService Modifier and Type Method Description PairedService
PairingManager. addService(java.lang.String sid, PairedServiceRequestHandler handler)
PairedService
PairingManager. getService(java.lang.String sid)
Methods in com.biglybt.core.pairing that return types with arguments of type PairedService Modifier and Type Method Description java.util.List<PairedService>
PairedNode. getServices()
java.util.List<PairedService>
PairingManager. lookupServices(java.lang.String access_code)
-
Uses of PairedService in com.biglybt.core.pairing.impl
Classes in com.biglybt.core.pairing.impl that implement PairedService Modifier and Type Class Description private static class
PairingManagerImpl.PairedService2Impl
protected class
PairingManagerImpl.PairedServiceImpl
Methods in com.biglybt.core.pairing.impl that return PairedService Modifier and Type Method Description PairedService
PairingManagerImpl. addService(java.lang.String sid, PairedServiceRequestHandler handler)
Methods in com.biglybt.core.pairing.impl that return types with arguments of type PairedService Modifier and Type Method Description java.util.List<PairedService>
PairingManagerImpl.PairedNodeImpl. getServices()
java.util.List<PairedService>
PairingManagerImpl. lookupServices(java.lang.String access_code)
-