Package org.apache.hc.client5.http.impl
Interface MessageCopier<T extends org.apache.hc.core5.http.HttpMessage>
-
- All Known Implementing Classes:
ClassicRequestCopier
,RequestCopier
@Deprecated public interface MessageCopier<T extends org.apache.hc.core5.http.HttpMessage>
Deprecated.Use message builders.Abstract HTTP message copier.- Since:
- 5.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description T
copy(T object)
Deprecated.
-