JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Index
Help
<dependency org="org.apache.httpcomponents.client5" name="httpclient5" rev="5.0" />
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
org.apache.hc.client5.http.impl
Interface MessageCopier<T extends
HttpMessage
>
All Known Implementing Classes:
ClassicRequestCopier
,
RequestCopier
public interface
MessageCopier<T extends
HttpMessage
>
Abstract HTTP message copier.
Since:
5.0
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
T
copy
(
T
object)
Method Detail
copy
T
copy(
T
object)
Skip navigation links
Overview
Package
Class
Tree
Index
Help
<dependency org="org.apache.httpcomponents.client5" name="httpclient5" rev="5.0" />
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method