Class 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 Detail

      • LibJitsiImpl

        public LibJitsiImpl()
        Initializes a new LibJitsiImpl instance.
    • 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:
        getService in class LibJitsi
        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