}
public synchronized void resetOutput() {
assertValid();
OperatedClientConnection conn = getWrappedConnection();
conn.resetOutput();
}
public synchronized void submitRequest(
final HttpRequest request) throws IOException, HttpException {
assertValid();