Class Wire
java.lang.Object
org.apache.hc.core5.testing.classic.Wire
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Wire
-
-
Method Details
-
isEnabled
public boolean isEnabled() -
output
public void output(byte[] b, int pos, int off) -
input
public void input(byte[] b, int pos, int off) -
output
public void output(byte[] b) -
input
public void input(byte[] b) -
output
public void output(int b) -
input
public void input(int b) -
output
-
input
-