You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-commits@axis.apache.org by ve...@apache.org on 2010/09/28 12:07:09 UTC

svn commit: r1002091 - /axis/axis2/java/core/trunk/modules/transport/http/src/org/apache/axis2/transport/http/CommonsHTTPTransportSender.java

Author: veithen
Date: Tue Sep 28 10:07:08 2010
New Revision: 1002091

URL: http://svn.apache.org/viewvc?rev=1002091&view=rev
Log:
Removed some old unused stuff from CommonsHTTPTransportSender.

Modified:
    axis/axis2/java/core/trunk/modules/transport/http/src/org/apache/axis2/transport/http/CommonsHTTPTransportSender.java

Modified: axis/axis2/java/core/trunk/modules/transport/http/src/org/apache/axis2/transport/http/CommonsHTTPTransportSender.java
URL: http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/transport/http/src/org/apache/axis2/transport/http/CommonsHTTPTransportSender.java?rev=1002091&r1=1002090&r2=1002091&view=diff
==============================================================================
--- axis/axis2/java/core/trunk/modules/transport/http/src/org/apache/axis2/transport/http/CommonsHTTPTransportSender.java (original)
+++ axis/axis2/java/core/trunk/modules/transport/http/src/org/apache/axis2/transport/http/CommonsHTTPTransportSender.java Tue Sep 28 10:07:08 2010
@@ -59,17 +59,8 @@ import java.util.zip.GZIPOutputStream;
 public class CommonsHTTPTransportSender extends AbstractHandler implements
         TransportSender {
 
-    protected static final String PROXY_HOST_NAME = "proxy_host";
-
-    protected static final String PROXY_PORT = "proxy_port";
-
     int soTimeout = HTTPConstants.DEFAULT_SO_TIMEOUT;
 
-    /**
-     * proxydiscription
-     */
-    protected TransportOutDescription proxyOutSetting = null;
-
     private static final Log log = LogFactory
             .getLog(CommonsHTTPTransportSender.class);