Uses of Class
org.apache.hc.client5.http.impl.Wire
Packages that use Wire
Package
Description
Client connection management functions based the classic
connection management APIs.
-
Uses of Wire in org.apache.hc.client5.http.impl.io
Fields in org.apache.hc.client5.http.impl.io declared as WireModifier and TypeFieldDescriptionprivate final Wire
LoggingInputStream.wire
private final Wire
LoggingOutputStream.wire
private final Wire
LoggingSocketHolder.wire
Constructors in org.apache.hc.client5.http.impl.io with parameters of type WireModifierConstructorDescriptionLoggingInputStream
(InputStream in, Wire wire) LoggingOutputStream
(OutputStream out, Wire wire)