Class HttpTransporterFactory

    • Constructor Detail

      • HttpTransporterFactory

        public HttpTransporterFactory()
        Creates an (uninitialized) instance of this transporter factory. Note: In case of manual instantiation by clients, the new factory needs to be configured via its various mutators before first use or runtime errors will occur.
    • Method Detail

      • getPriority

        public float getPriority()
        Description copied from interface: TransporterFactory
        The priority of this factory. When multiple factories can handle a given repository, factories with higher priority are preferred over those with lower priority.
        Specified by:
        getPriority in interface TransporterFactory
        Returns:
        The priority of this factory.
      • setPriority

        public HttpTransporterFactory setPriority​(float priority)
        Sets the priority of this component.
        Parameters:
        priority - The priority.
        Returns:
        This component for chaining, never null.