Class Wire
java.lang.Object
org.apache.http.impl.nio.conn.Wire
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidinput(byte[] b) voidinput(byte[] b, int pos, int off) voidinput(int b) voidinput(ByteBuffer b) booleanvoidoutput(byte[] b) voidoutput(byte[] b, int pos, int off) voidoutput(int b) voidoutput(ByteBuffer b) private void
-
Field Details
-
log
private final org.apache.commons.logging.Log log -
id
-
-
Constructor Details
-
Wire
-
-
Method Details
-
wire
-
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
-