Package org.apache.hc.client5.http.impl
Class RequestCopier
- java.lang.Object
-
- org.apache.hc.client5.http.impl.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.UseBasicRequestBuilder
HttpRequest
copier.- Since:
- 5.0
-
-
Field Summary
Fields Modifier and Type Field Description static RequestCopier
INSTANCE
Deprecated.
-
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.
-
-
-
Field Detail
-
INSTANCE
public static final RequestCopier INSTANCE
Deprecated.
-
-
Method Detail
-
copy
public org.apache.hc.core5.http.HttpRequest copy(org.apache.hc.core5.http.HttpRequest original)
Deprecated.- Specified by:
copy
in interfaceMessageCopier<org.apache.hc.core5.http.HttpRequest>
-
-