org.apache.http.impl.nio.conn
Class Wire
java.lang.Object
org.apache.http.impl.nio.conn.Wire
public class Wire
- extends Object
Constructor Summary |
Wire(org.apache.commons.logging.Log log)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Wire
public Wire(org.apache.commons.logging.Log log)
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
public void output(ByteBuffer b)
input
public void input(ByteBuffer b)
Copyright © 2010-2011 The Apache Software Foundation. All Rights Reserved.