Class ResourceContentFactory

  • All Implemented Interfaces:
    HttpContent.ContentFactory

    @Deprecated
    public class ResourceContentFactory
    extends java.lang.Object
    implements HttpContent.ContentFactory
    Deprecated.
    This api is not supported anymore. Please do not use it.
    An HttpContent.Factory for transient content (not cached). The HttpContent's created by this factory are not intended to be cached, so memory limits for individual HttpOutput streams are enforced.
    • Method Detail

      • toString

        public java.lang.String toString()
        Deprecated.
        Overrides:
        toString in class java.lang.Object