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 Wire
LoggingBHttpClientConnection. wire
private Wire
LoggingBHttpServerConnection. wire
private Wire
LoggingInputStream. wire
private Wire
LoggingOutputStream. wire
private Wire
LoggingSocketHolder. wire
Constructors 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)
-