Interface ServerFeaturesProvider

    • Method Detail

      • getFeatures

        Iterator<String> getFeatures()
        Returns an Iterator (of String) with the supported features by the server. The features to include are the features offered and supported protocols by the SERVER. The idea is that different modules may provide their features that will ultimately be part of the features offered by the server.
        Returns:
        an Iterator (of String) with the supported features by the server.