Package com.biglybt.core.pairing.impl
Class PairingManagerImpl.PairedService2Impl
- java.lang.Object
-
- com.biglybt.core.pairing.impl.PairingManagerImpl.PairedService2Impl
-
- All Implemented Interfaces:
PairedService
- Enclosing class:
- PairingManagerImpl
private static class PairingManagerImpl.PairedService2Impl extends java.lang.Object implements PairedService
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
PairedService2Impl(java.lang.String _sid, java.util.Map _map)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PairingConnectionData
getConnectionData()
java.lang.String
getSID()
void
remove()
-
-
-
Method Detail
-
getSID
public java.lang.String getSID()
- Specified by:
getSID
in interfacePairedService
-
getConnectionData
public PairingConnectionData getConnectionData()
- Specified by:
getConnectionData
in interfacePairedService
-
remove
public void remove()
- Specified by:
remove
in interfacePairedService
-
-