diff src/main/java/org/dive4elements/artifacts/httpclient/http/HttpClient.java @ 96:4ffbc9f79905 3.0.17

Removed encoding handling from http client.
author Sascha L. Teichmann <teichmann@intevation.de>
date Thu, 31 Oct 2013 19:00:13 +0100
parents fcbfc6c597b1
children
line wrap: on
line diff
--- a/src/main/java/org/dive4elements/artifacts/httpclient/http/HttpClient.java	Thu Sep 26 19:55:53 2013 +0200
+++ b/src/main/java/org/dive4elements/artifacts/httpclient/http/HttpClient.java	Thu Oct 31 19:00:13 2013 +0100
@@ -10,8 +10,6 @@
 import java.io.InputStream;
 import java.io.OutputStream;
 
-import java.nio.charset.Charset;
-
 import org.w3c.dom.Document;
 
 import org.dive4elements.artifacts.httpclient.exceptions.ConnectionException;
@@ -28,9 +26,6 @@
     ArtifactFactory[] getArtifactFactories()
     throws ConnectionException;
 
-    public void setOutEncoding(Charset charset);
-
-
     /*******************************
      * Artifact API
      *******************************/

http://dive4elements.wald.intevation.org