comparison src/main/java/org/dive4elements/artifacts/httpclient/http/HttpClientImpl.java @ 72:133281653904 dive4elements-move

Renamed internal references.
author Sascha L. Teichmann <teichmann@intevation.de>
date Thu, 25 Apr 2013 11:15:15 +0200
parents a857866d162f
children 8bd13f10d555
comparison
equal deleted inserted replaced
71:a857866d162f 72:133281653904
3 * 3 *
4 * This program is free software under the LGPL (>=v2.1) 4 * This program is free software under the LGPL (>=v2.1)
5 * Read the file LGPL.txt coming with the software for details 5 * Read the file LGPL.txt coming with the software for details
6 * or visit http://www.gnu.org/licenses/ if it does not exist. 6 * or visit http://www.gnu.org/licenses/ if it does not exist.
7 */ 7 */
8 package de.intevation.artifacts.httpclient.http; 8 package org.dive4elements.artifacts.httpclient.http;
9 9
10 import java.io.InputStream; 10 import java.io.InputStream;
11 import java.io.IOException; 11 import java.io.IOException;
12 import java.io.OutputStream; 12 import java.io.OutputStream;
13 import java.util.ArrayList; 13 import java.util.ArrayList;
28 import org.restlet.ext.xml.DomRepresentation; 28 import org.restlet.ext.xml.DomRepresentation;
29 import org.restlet.representation.Representation; 29 import org.restlet.representation.Representation;
30 30
31 import org.w3c.dom.Document; 31 import org.w3c.dom.Document;
32 32
33 import de.intevation.artifacts.httpclient.exceptions.ConnectionException; 33 import org.dive4elements.artifacts.httpclient.exceptions.ConnectionException;
34 import de.intevation.artifacts.httpclient.http.response.DocumentResponseHandler; 34 import org.dive4elements.artifacts.httpclient.http.response.DocumentResponseHandler;
35 import de.intevation.artifacts.httpclient.http.response.ResponseHandler; 35 import org.dive4elements.artifacts.httpclient.http.response.ResponseHandler;
36 import de.intevation.artifacts.httpclient.http.response.StreamResponseHandler; 36 import org.dive4elements.artifacts.httpclient.http.response.StreamResponseHandler;
37 import de.intevation.artifacts.httpclient.objects.Artifact; 37 import org.dive4elements.artifacts.httpclient.objects.Artifact;
38 import de.intevation.artifacts.httpclient.objects.ArtifactFactory; 38 import org.dive4elements.artifacts.httpclient.objects.ArtifactFactory;
39 import de.intevation.artifacts.httpclient.utils.ArtifactProtocolUtils; 39 import org.dive4elements.artifacts.httpclient.utils.ArtifactProtocolUtils;
40 import de.intevation.artifacts.httpclient.utils.ArtifactCreator; 40 import org.dive4elements.artifacts.httpclient.utils.ArtifactCreator;
41 41
42 42
43 /** 43 /**
44 * @author <a href="mailto:ingo.weinzierl@intevation.de">Ingo Weinzierl</a> 44 * @author <a href="mailto:ingo.weinzierl@intevation.de">Ingo Weinzierl</a>
45 */ 45 */

http://dive4elements.wald.intevation.org