Class StreamManagement

    • Constructor Detail

      • StreamManagement

        public StreamManagement()
      • StreamManagement

        public StreamManagement​(Boolean required)
    • Method Detail

      • isMandatory

        public final boolean isMandatory()
        Description copied from class: StreamFeature
        Indicates, whether this feature is mandatory to negotiate. By default a feature is not mandatory. Override this method for mandatory-to-negotiate features.
        Overrides:
        isMandatory in class StreamFeature
        Returns:
        True, if the feature is mandatory.
      • getPriority

        public final int getPriority()
        Description copied from class: StreamFeature
        Gets the priority of the feature, i.e. when it will be negotiated during feature negotiation.
        Overrides:
        getPriority in class StreamFeature
        Returns:
        The priority.