Class RequestCopier

  • All Implemented Interfaces:
    MessageCopier<org.apache.hc.core5.http.HttpRequest>

    @Deprecated
    public final class RequestCopier
    extends java.lang.Object
    implements MessageCopier<org.apache.hc.core5.http.HttpRequest>
    Deprecated.
    Use BasicRequestBuilder
    HttpRequest copier.
    Since:
    5.0
    • Constructor Summary

      Constructors 
      Constructor Description
      RequestCopier()
      Deprecated.
       
    • Method Summary

      All Methods Instance Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      org.apache.hc.core5.http.HttpRequest copy​(org.apache.hc.core5.http.HttpRequest original)
      Deprecated.
       
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • INSTANCE

        public static final RequestCopier INSTANCE
        Deprecated.
    • Constructor Detail

      • RequestCopier

        public RequestCopier()
        Deprecated.
    • Method Detail

      • copy

        public org.apache.hc.core5.http.HttpRequest copy​(org.apache.hc.core5.http.HttpRequest original)
        Deprecated.
        Specified by:
        copy in interface MessageCopier<org.apache.hc.core5.http.HttpRequest>