Interface HttpContentSubscriberFactory


@Deprecated(forRemoval=true, since="4.5.0") public interface HttpContentSubscriberFactory
Deprecated, for removal: This API element is subject to removal in a future version.
Unused now
Interface that allows plugging into the constructor of the HttpContent subscriber.
Since:
1.0
Author:
Graeme Rocher
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    Deprecated, for removal: This API element is subject to removal in a future version.
    Build a Subscriber for the given request.
  • Method Details

    • build

      Deprecated, for removal: This API element is subject to removal in a future version.
      Build a Subscriber for the given request.
      Parameters:
      request - The request
      Returns:
      The subscriber