Class Wire
java.lang.Object
org.apache.hc.client5.http.impl.Wire
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidinput(byte[] b) voidinput(byte[] b, int pos, int off) voidinput(int b) voidvoidinput(ByteBuffer b) booleanvoidoutput(byte[] b) voidoutput(byte[] b, int pos, int off) voidoutput(int b) voidvoidoutput(ByteBuffer b)
-
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
-
output
-
input
-