Author: sebb
Date: Fri Aug 21 16:42:21 2009
New Revision: 806636
URL: http://svn.apache.org/viewvc?rev=806636&view=rev
Log:
Remove unused code
Modified:
jakarta/jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/proxy/Proxy.java
Modified:
jakarta/jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/proxy/Proxy.java
URL:
http://svn.apache.org/viewvc/jakarta/jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/proxy/Proxy.java?rev=806636&r1=806635&r2=806636&view=diff
==============================================================================
---
jakarta/jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/proxy/Proxy.java
(original)
+++
jakarta/jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/proxy/Proxy.java
Fri Aug 21 16:42:21 2009
@@ -143,32 +143,11 @@
}
/**
- * Create and configure a new Proxy object.
- *
- * @param clientSocket
- * the socket connection to the client
- * @param target
- * the ProxyControl which will receive the generated sampler
- */
- Proxy(Socket clientSocket, ProxyControl target) {
- configure(clientSocket, target);
- }
-
- /**
* Configure the Proxy.
- *
- * @param clientSocket
- * the socket connection to the client
- * @param target
- * the ProxyControl which will receive the generated sampler
- */
- void configure(Socket _clientSocket, ProxyControl _target) {
- configure(_clientSocket, _target, null, null);
- }
-
- /**
- * Configure the Proxy.
- *
+ * Intended to be called directly after construction.
+ * Should not be called after it has been passed to a new thread,
+ * otherwise the variables may not be published correctly.
+ *
* @param _clientSocket
* the socket connection to the client
* @param _target
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]