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 WireLoggingInputStream. wireprivate WireLoggingOutputStream. wireprivate WireLoggingSocketHolder. wireConstructors 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)
-