JavaDoc fixes
git-svn-id: https://svn.apache.org/repos/asf/jakarta/httpcomponents/httpclient/trunk@498162 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
1304c985a3
commit
26fd5461e4
|
@ -44,7 +44,7 @@ import org.apache.http.params.HttpParams;
|
|||
* This class just uses the {@link java.net.Socket socket} API
|
||||
* in Java 1.4 or greater.
|
||||
*
|
||||
* @author <a href="mailto:http-async@dubioso.net">Roland Weber</a>
|
||||
* @author <a href="mailto:rolandw@apache.org">Roland Weber</a>
|
||||
* @author Michael Becke
|
||||
*/
|
||||
public final class PlainSocketFactory implements SocketFactory {
|
||||
|
|
|
@ -46,7 +46,7 @@ import org.apache.http.params.HttpParams;
|
|||
* and {@link java.lang.Object#hashCode() Object.hashCode()}
|
||||
* must be overridden for the correct operation of some connection managers.
|
||||
*
|
||||
* @author <a href="mailto:http-async@dubioso.net">Roland Weber</a>
|
||||
* @author <a href="mailto:rolandw@apache.org">Roland Weber</a>
|
||||
* @author Michael Becke
|
||||
* @author <a href="mailto:mbowler@GargoyleSoftware.com">Mike Bowler</a>
|
||||
*/
|
||||
|
|
|
@ -99,7 +99,7 @@ public class DefaultClientConnection extends SocketHttpClientConnection
|
|||
|
||||
/**
|
||||
* Force-closes this connection.
|
||||
* If it is not yet {@link #open open} but {@link #prepare prepared},
|
||||
* If it is not yet {@link #open open} but {@link #announce announced},
|
||||
* the associated socket is closed. That will interrupt a thread that
|
||||
* is blocked on connecting the socket.
|
||||
*
|
||||
|
|
Loading…
Reference in New Issue