Uses of Class
org.apache.hc.client5.http.impl.Wire
-
Packages that use Wire Package Description org.apache.hc.client5.http.impl.io 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 Wire Modifier and Type Field Description private Wire
LoggingInputStream. wire
private Wire
LoggingOutputStream. wire
private Wire
LoggingSocketHolder. wire
Constructors in org.apache.hc.client5.http.impl.io with parameters of type Wire Constructor Description LoggingInputStream(java.io.InputStream in, Wire wire)
LoggingOutputStream(java.io.OutputStream out, Wire wire)
-