96979899100101102103
public ResponseImpl send(RequestTuner tuner) { try { createConnection(); return doSend(tuner); } catch (Exception e) { throw new ConnectionException(e); } }