You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jmeter.apache.org by pm...@apache.org on 2016/12/27 21:53:22 UTC

svn commit: r1776207 - /jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/sampler/LazySchemeSocketFactory.java

Author: pmouawad
Date: Tue Dec 27 21:53:22 2016
New Revision: 1776207

URL: http://svn.apache.org/viewvc?rev=1776207&view=rev
Log:
Improve javadocs

Modified:
    jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/sampler/LazySchemeSocketFactory.java

Modified: jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/sampler/LazySchemeSocketFactory.java
URL: http://svn.apache.org/viewvc/jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/sampler/LazySchemeSocketFactory.java?rev=1776207&r1=1776206&r2=1776207&view=diff
==============================================================================
--- jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/sampler/LazySchemeSocketFactory.java (original)
+++ jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/sampler/LazySchemeSocketFactory.java Tue Dec 27 21:53:22 2016
@@ -80,10 +80,10 @@ public final class LazySchemeSocketFacto
     }
     
     /**
-     * @param sock
-     * @param remoteAddress
-     * @param localAddress
-     * @param params
+     * @param sock {@link Socket}
+     * @param remoteAddress {@link InetSocketAddress}
+     * @param localAddress {@link InetSocketAddress}
+     * @param params {@link HttpParams}
      * @return the socket
      * @throws IOException
      * @throws UnknownHostException
@@ -98,7 +98,7 @@ public final class LazySchemeSocketFacto
     }
     
     /**
-     * @param sock
+     * @param sock {@link Socket}
      * @return true if the socket is secure
      * @throws IllegalArgumentException
      * @see org.apache.http.conn.scheme.SchemeSocketFactory#isSecure(java.net.Socket)
@@ -110,8 +110,8 @@ public final class LazySchemeSocketFacto
 
     /**
      * @param socket {@link Socket}
-     * @param target 
-     * @param port 
+     * @param target {@link String}  
+     * @param port int port of socket
      * @param params {@link HttpParams}
      * @return the socket
      */