Package org.jitsi.impl.libjitsi
Class LibJitsiImpl
- java.lang.Object
-
- org.jitsi.service.libjitsi.LibJitsi
-
- org.jitsi.impl.libjitsi.LibJitsiImpl
-
- Direct Known Subclasses:
LibJitsiOSGiImpl
public class LibJitsiImpl extends LibJitsi
Represents an implementation of the libjitsi library which is stand-alone and does not utilize OSGi.- Author:
- Lyubomir Marinov
-
-
Constructor Summary
Constructors Constructor Description LibJitsiImpl()Initializes a new LibJitsiImpl instance.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected <T> TgetService(Class<T> serviceClass)Gets a service of a specific type associated with this implementation of the libjitsi library.-
Methods inherited from class org.jitsi.service.libjitsi.LibJitsi
getAudioNotifierService, getConfigurationService, getFileAccessService, getMediaService, getPacketLoggingService, getResourceManagementService, start, stop
-
-
-
-
Method Detail
-
getService
protected <T> T getService(Class<T> serviceClass)
Gets a service of a specific type associated with this implementation of the libjitsi library.- Specified by:
getServicein classLibJitsi- Parameters:
serviceClass- the type of the service to be retrieved- Returns:
- a service of the specified type if there is such an association known to this implementation of the libjitsi library; otherwise, null
-
-