Uses of Class
org.apache.hc.core5.testing.classic.Wire
-
Packages that use Wire Package Description org.apache.hc.core5.testing.classic -
-
Uses of Wire in org.apache.hc.core5.testing.classic
Fields in org.apache.hc.core5.testing.classic declared as Wire Modifier and Type Field Description private WireLoggingBHttpClientConnection. wireprivate WireLoggingBHttpServerConnection. wireprivate WireLoggingInputStream. wireprivate WireLoggingOutputStream. wireprivate WireLoggingSocketHolder. wireConstructors in org.apache.hc.core5.testing.classic with parameters of type Wire Constructor Description LoggingInputStream(java.io.InputStream in, Wire wire)LoggingOutputStream(java.io.OutputStream out, Wire wire)LoggingSocketHolder(java.net.Socket socket, Wire wire)
-