You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hc.apache.org by se...@apache.org on 2014/08/29 01:09:14 UTC

svn commit: r1621225 [1/2] - in /httpcomponents: httpasyncclient/trunk/httpasyncclient-cache/src/test/java/org/apache/http/impl/client/cache/ httpasyncclient/trunk/httpasyncclient/src/main/java/org/apache/http/impl/nio/client/ httpasyncclient/trunk/htt...

Author: sebb
Date: Thu Aug 28 23:09:12 2014
New Revision: 1621225

URL: http://svn.apache.org/r1621225
Log:
Javadoc8 fixes

Modified:
    httpcomponents/httpasyncclient/trunk/httpasyncclient-cache/src/test/java/org/apache/http/impl/client/cache/TestAsyncProtocolDeviations.java
    httpcomponents/httpasyncclient/trunk/httpasyncclient/src/main/java/org/apache/http/impl/nio/client/DefaultAsyncUserTokenHandler.java
    httpcomponents/httpasyncclient/trunk/httpasyncclient/src/main/java/org/apache/http/impl/nio/client/DefaultClientExchangeHandlerImpl.java
    httpcomponents/httpasyncclient/trunk/httpasyncclient/src/main/java/org/apache/http/impl/nio/client/HttpAsyncClientBuilder.java
    httpcomponents/httpasyncclient/trunk/httpasyncclient/src/main/java/org/apache/http/impl/nio/conn/PoolingNHttpClientConnectionManager.java
    httpcomponents/httpasyncclient/trunk/httpasyncclient/src/main/java/org/apache/http/nio/client/HttpAsyncClient.java
    httpcomponents/httpasyncclient/trunk/httpasyncclient/src/main/java/org/apache/http/nio/client/methods/HttpAsyncMethods.java
    httpcomponents/httpasyncclient/trunk/httpasyncclient/src/main/java/org/apache/http/nio/client/methods/ZeroCopyConsumer.java
    httpcomponents/httpasyncclient/trunk/httpasyncclient/src/main/java/org/apache/http/nio/conn/NHttpClientConnectionManager.java
    httpcomponents/httpasyncclient/trunk/httpasyncclient/src/main/java/org/apache/http/nio/conn/SchemeIOSessionStrategy.java
    httpcomponents/httpclient/trunk/httpclient/src/examples/org/apache/http/examples/client/ClientPreemptiveBasicAuthentication.java
    httpcomponents/httpclient/trunk/httpclient/src/main/java-deprecated/org/apache/http/impl/conn/tsccm/AbstractConnPool.java
    httpcomponents/httpcore/trunk/httpcore-nio/src/examples/org/apache/http/examples/nio/NHttpClient.java
    httpcomponents/httpcore/trunk/httpcore-nio/src/examples/org/apache/http/examples/nio/PipeliningHttpClient.java
    httpcomponents/httpcore/trunk/httpcore-nio/src/main/java-deprecated/org/apache/http/nio/protocol/AsyncNHttpServiceHandler.java
    httpcomponents/httpcore/trunk/httpcore-nio/src/main/java-deprecated/org/apache/http/nio/protocol/NHttpResponseTrigger.java
    httpcomponents/httpcore/trunk/httpcore-nio/src/main/java-deprecated/org/apache/http/nio/protocol/ThrottlingHttpClientHandler.java
    httpcomponents/httpcore/trunk/httpcore-nio/src/main/java-deprecated/org/apache/http/nio/protocol/ThrottlingHttpServiceHandler.java
    httpcomponents/httpcore/trunk/httpcore-nio/src/main/java/org/apache/http/impl/nio/bootstrap/ServerBootstrap.java
    httpcomponents/httpcore/trunk/httpcore-nio/src/main/java/org/apache/http/impl/nio/reactor/IOReactorConfig.java
    httpcomponents/httpcore/trunk/httpcore-nio/src/main/java/org/apache/http/nio/NHttpClientEventHandler.java
    httpcomponents/httpcore/trunk/httpcore-nio/src/main/java/org/apache/http/nio/NHttpClientHandler.java
    httpcomponents/httpcore/trunk/httpcore-nio/src/main/java/org/apache/http/nio/NHttpServerEventHandler.java
    httpcomponents/httpcore/trunk/httpcore-nio/src/main/java/org/apache/http/nio/NHttpServiceHandler.java
    httpcomponents/httpcore/trunk/httpcore-nio/src/main/java/org/apache/http/nio/entity/HttpAsyncContentProducer.java
    httpcomponents/httpcore/trunk/httpcore-nio/src/main/java/org/apache/http/nio/protocol/AbstractAsyncRequestConsumer.java
    httpcomponents/httpcore/trunk/httpcore-nio/src/main/java/org/apache/http/nio/protocol/AbstractAsyncResponseConsumer.java
    httpcomponents/httpcore/trunk/httpcore-nio/src/main/java/org/apache/http/nio/protocol/HttpAsyncClientExchangeHandler.java
    httpcomponents/httpcore/trunk/httpcore-nio/src/main/java/org/apache/http/nio/protocol/HttpAsyncExpectationVerifier.java
    httpcomponents/httpcore/trunk/httpcore-nio/src/main/java/org/apache/http/nio/protocol/HttpAsyncRequestConsumer.java
    httpcomponents/httpcore/trunk/httpcore-nio/src/main/java/org/apache/http/nio/protocol/HttpAsyncRequestExecutor.java
    httpcomponents/httpcore/trunk/httpcore-nio/src/main/java/org/apache/http/nio/protocol/HttpAsyncRequestProducer.java
    httpcomponents/httpcore/trunk/httpcore-nio/src/main/java/org/apache/http/nio/protocol/HttpAsyncResponseConsumer.java
    httpcomponents/httpcore/trunk/httpcore-nio/src/main/java/org/apache/http/nio/protocol/HttpAsyncResponseProducer.java
    httpcomponents/httpcore/trunk/httpcore-nio/src/main/java/org/apache/http/nio/protocol/HttpAsyncService.java
    httpcomponents/httpcore/trunk/httpcore-nio/src/main/java/org/apache/http/nio/reactor/SocketAccessor.java
    httpcomponents/httpcore/trunk/httpcore-nio/src/main/java/org/apache/http/nio/reactor/package-info.java
    httpcomponents/httpcore/trunk/httpcore-nio/src/main/java/org/apache/http/nio/reactor/ssl/SSLIOSession.java
    httpcomponents/httpcore/trunk/httpcore/src/main/java/org/apache/http/HttpResponse.java
    httpcomponents/httpcore/trunk/httpcore/src/main/java/org/apache/http/entity/ContentType.java
    httpcomponents/httpcore/trunk/httpcore/src/main/java/org/apache/http/impl/BHttpConnectionBase.java
    httpcomponents/httpcore/trunk/httpcore/src/main/java/org/apache/http/impl/bootstrap/ServerBootstrap.java
    httpcomponents/httpcore/trunk/httpcore/src/main/java/org/apache/http/impl/entity/LaxContentLengthStrategy.java
    httpcomponents/httpcore/trunk/httpcore/src/main/java/org/apache/http/impl/io/SessionInputBufferImpl.java
    httpcomponents/httpcore/trunk/httpcore/src/main/java/org/apache/http/params/AbstractHttpParams.java
    httpcomponents/httpcore/trunk/httpcore/src/main/java/org/apache/http/pool/AbstractConnPool.java
    httpcomponents/httpcore/trunk/httpcore/src/main/java/org/apache/http/pool/PoolEntry.java
    httpcomponents/httpcore/trunk/httpcore/src/main/java/org/apache/http/protocol/HttpContext.java
    httpcomponents/httpcore/trunk/httpcore/src/main/java/org/apache/http/protocol/HttpRequestExecutor.java
    httpcomponents/httpcore/trunk/httpcore/src/main/java/org/apache/http/protocol/HttpService.java
    httpcomponents/httpcore/trunk/httpcore/src/main/java/org/apache/http/util/VersionInfo.java

Modified: httpcomponents/httpasyncclient/trunk/httpasyncclient-cache/src/test/java/org/apache/http/impl/client/cache/TestAsyncProtocolDeviations.java
URL: http://svn.apache.org/viewvc/httpcomponents/httpasyncclient/trunk/httpasyncclient-cache/src/test/java/org/apache/http/impl/client/cache/TestAsyncProtocolDeviations.java?rev=1621225&r1=1621224&r2=1621225&view=diff
==============================================================================
--- httpcomponents/httpasyncclient/trunk/httpasyncclient-cache/src/test/java/org/apache/http/impl/client/cache/TestAsyncProtocolDeviations.java (original)
+++ httpcomponents/httpasyncclient/trunk/httpasyncclient-cache/src/test/java/org/apache/http/impl/client/cache/TestAsyncProtocolDeviations.java Thu Aug 28 23:09:12 2014
@@ -35,7 +35,7 @@ import org.apache.http.impl.execchain.Cl
  * is conditionally compliant with the rules for an HTTP/1.1 server, and that any requests we pass
  * downstream to the backend HttpClient are are conditionally compliant with the rules for an
  * HTTP/1.1 client.
- * <p/>
+ * <p>
  * There are some cases where strictly behaving as a compliant caching proxy would result in strange
  * behavior, since we're attached as part of a client and are expected to be a drop-in replacement.
  * The test cases captured here document the places where we differ from the HTTP RFC.

Modified: httpcomponents/httpasyncclient/trunk/httpasyncclient/src/main/java/org/apache/http/impl/nio/client/DefaultAsyncUserTokenHandler.java
URL: http://svn.apache.org/viewvc/httpcomponents/httpasyncclient/trunk/httpasyncclient/src/main/java/org/apache/http/impl/nio/client/DefaultAsyncUserTokenHandler.java?rev=1621225&r1=1621224&r2=1621225&view=diff
==============================================================================
--- httpcomponents/httpasyncclient/trunk/httpasyncclient/src/main/java/org/apache/http/impl/nio/client/DefaultAsyncUserTokenHandler.java (original)
+++ httpcomponents/httpasyncclient/trunk/httpasyncclient/src/main/java/org/apache/http/impl/nio/client/DefaultAsyncUserTokenHandler.java Thu Aug 28 23:09:12 2014
@@ -47,7 +47,7 @@ import java.security.Principal;
  * execution context. This helps ensure persistent connections created with
  * a particular user identity within a particular security context can be
  * reused by the same user only.
- * <p/>
+ * <p>
  * This implementation will use the user principle of connection based
  * authentication schemes such as NTLM or that of the SSL session with
  * the client authentication turned on. If both are unavailable,

Modified: httpcomponents/httpasyncclient/trunk/httpasyncclient/src/main/java/org/apache/http/impl/nio/client/DefaultClientExchangeHandlerImpl.java
URL: http://svn.apache.org/viewvc/httpcomponents/httpasyncclient/trunk/httpasyncclient/src/main/java/org/apache/http/impl/nio/client/DefaultClientExchangeHandlerImpl.java?rev=1621225&r1=1621224&r2=1621225&view=diff
==============================================================================
--- httpcomponents/httpasyncclient/trunk/httpasyncclient/src/main/java/org/apache/http/impl/nio/client/DefaultClientExchangeHandlerImpl.java (original)
+++ httpcomponents/httpasyncclient/trunk/httpasyncclient/src/main/java/org/apache/http/impl/nio/client/DefaultClientExchangeHandlerImpl.java Thu Aug 28 23:09:12 2014
@@ -56,7 +56,7 @@ import org.apache.http.nio.protocol.Http
 
 /**
  * Default implementation of {@link HttpAsyncClientExchangeHandler}.
- * <p/>
+ * <p>
  * Instances of this class are expected to be accessed by one thread at a time only.
  * The {@link #cancel()} method can be called concurrently by multiple threads.
  */

Modified: httpcomponents/httpasyncclient/trunk/httpasyncclient/src/main/java/org/apache/http/impl/nio/client/HttpAsyncClientBuilder.java
URL: http://svn.apache.org/viewvc/httpcomponents/httpasyncclient/trunk/httpasyncclient/src/main/java/org/apache/http/impl/nio/client/HttpAsyncClientBuilder.java?rev=1621225&r1=1621224&r2=1621225&view=diff
==============================================================================
--- httpcomponents/httpasyncclient/trunk/httpasyncclient/src/main/java/org/apache/http/impl/nio/client/HttpAsyncClientBuilder.java (original)
+++ httpcomponents/httpasyncclient/trunk/httpasyncclient/src/main/java/org/apache/http/impl/nio/client/HttpAsyncClientBuilder.java Thu Aug 28 23:09:12 2014
@@ -108,7 +108,7 @@ import org.apache.http.util.VersionInfo;
 
 /**
  * Builder for {@link CloseableHttpAsyncClient} instances.
- * <p/>
+ * <p>
  * When a particular component is not explicitly this class will
  * use its default implementation. System properties will be taken
  * into account when configuring the default implementations when
@@ -133,7 +133,7 @@ import org.apache.http.util.VersionInfo;
  *  <li>http.maxConnections</li>
  *  <li>http.agent</li>
  * </ul>
- * <p/>
+ * <p>
  * Please note that some settings used by this class can be mutually
  * exclusive and may not apply when building {@link CloseableHttpAsyncClient}
  * instances.
@@ -205,7 +205,7 @@ public class HttpAsyncClientBuilder {
     /**
      * Defines the connection manager is to be shared by multiple
      * client instances.
-     * <p/>
+     * <p>
      * If the connection manager is shared its life-cycle is expected
      * to be managed by the caller and it will not be shut down
      * if the client is closed.
@@ -232,7 +232,7 @@ public class HttpAsyncClientBuilder {
 
     /**
      * Assigns maximum total connection value.
-     * <p/>
+     * <p>
      * Please note this value can be overridden by the {@link #setConnectionManager(
      *   org.apache.http.nio.conn.NHttpClientConnectionManager)} method.
      */
@@ -243,7 +243,7 @@ public class HttpAsyncClientBuilder {
 
     /**
      * Assigns maximum connection per route value.
-     * <p/>
+     * <p>
      * Please note this value can be overridden by the {@link #setConnectionManager(
      *   org.apache.http.nio.conn.NHttpClientConnectionManager)} method.
      */
@@ -272,7 +272,7 @@ public class HttpAsyncClientBuilder {
 
     /**
      * Assigns {@link UserTokenHandler} instance.
-     * <p/>
+     * <p>
      * Please note this value can be overridden by the {@link #disableConnectionState()}
      * method.
      */
@@ -311,7 +311,7 @@ public class HttpAsyncClientBuilder {
 
     /**
      * Adds this protocol interceptor to the head of the protocol processing list.
-     * <p/>
+     * <p>
      * Please note this value can be overridden by the {@link #setHttpProcessor(
      * org.apache.http.protocol.HttpProcessor)} method.
      */
@@ -328,7 +328,7 @@ public class HttpAsyncClientBuilder {
 
     /**
      * Adds this protocol interceptor to the tail of the protocol processing list.
-     * <p/>
+     * <p>
      * Please note this value can be overridden by the {@link #setHttpProcessor(
      * org.apache.http.protocol.HttpProcessor)} method.
      */
@@ -345,7 +345,7 @@ public class HttpAsyncClientBuilder {
 
     /**
      * Adds this protocol interceptor to the head of the protocol processing list.
-     * <p/>
+     * <p>
      * Please note this value can be overridden by the {@link #setHttpProcessor(
      * org.apache.http.protocol.HttpProcessor)} method.
      */
@@ -362,7 +362,7 @@ public class HttpAsyncClientBuilder {
 
     /**
      * Adds this protocol interceptor to the tail of the protocol processing list.
-     * <p/>
+     * <p>
      * Please note this value can be overridden by the {@link #setHttpProcessor(
      * org.apache.http.protocol.HttpProcessor)} method.
      */
@@ -438,7 +438,7 @@ public class HttpAsyncClientBuilder {
 
     /**
      * Assigns {@code User-Agent} value.
-     * <p/>
+     * <p>
      * Please note this value can be overridden by the {@link #setHttpProcessor(
      * org.apache.http.protocol.HttpProcessor)} method.
      */
@@ -449,7 +449,7 @@ public class HttpAsyncClientBuilder {
 
     /**
      * Assigns default proxy value.
-     * <p/>
+     * <p>
      * Please note this value can be overridden by the {@link #setRoutePlanner(
      *   org.apache.http.conn.routing.HttpRoutePlanner)} method.
      */
@@ -460,7 +460,7 @@ public class HttpAsyncClientBuilder {
 
     /**
      * Assigns {@link SchemeIOSessionStrategy} instance.
-     * <p/>
+     * <p>
      * Please note this value can be overridden by the {@link #setConnectionManager(
      *   org.apache.http.nio.conn.NHttpClientConnectionManager)} method.
      */
@@ -471,7 +471,7 @@ public class HttpAsyncClientBuilder {
 
     /**
      * Assigns {@link SSLContext} instance.
-     * <p/>
+     * <p>
      * Please note this value can be overridden by the {@link #setConnectionManager(
      *   org.apache.http.nio.conn.NHttpClientConnectionManager)} and the {@link #setSSLStrategy(
      *   org.apache.http.nio.conn.SchemeIOSessionStrategy)} methods.
@@ -483,7 +483,7 @@ public class HttpAsyncClientBuilder {
 
     /**
      * Assigns {@link X509HostnameVerifier} instance.
-     * <p/>
+     * <p>
      * Please note this value can be overridden by the {@link #setConnectionManager(
      *   org.apache.http.nio.conn.NHttpClientConnectionManager)} and the {@link #setSSLStrategy(
      *   org.apache.http.nio.conn.SchemeIOSessionStrategy)} methods.
@@ -495,7 +495,7 @@ public class HttpAsyncClientBuilder {
 
     /**
      * Assigns default request header values.
-     * <p/>
+     * <p>
      * Please note this value can be overridden by the {@link #setHttpProcessor(
      * org.apache.http.protocol.HttpProcessor)} method.
      */
@@ -506,7 +506,7 @@ public class HttpAsyncClientBuilder {
 
     /**
      * Assigns default {@link IOReactorConfig}.
-     * <p/>
+     * <p>
      * Please note this value can be overridden by the {@link #setConnectionManager(
      *   org.apache.http.nio.conn.NHttpClientConnectionManager)} method.
      */
@@ -517,7 +517,7 @@ public class HttpAsyncClientBuilder {
 
     /**
      * Assigns default {@link ConnectionConfig}.
-     * <p/>
+     * <p>
      * Please note this value can be overridden by the {@link #setConnectionManager(
      *   org.apache.http.nio.conn.NHttpClientConnectionManager)} method.
      */
@@ -564,7 +564,7 @@ public class HttpAsyncClientBuilder {
 
     /**
      * Disables state (cookie) management.
-     * <p/>
+     * <p>
      * Please note this value can be overridden by the {@link #setHttpProcessor(
      * org.apache.http.protocol.HttpProcessor)} method.
      */
@@ -575,7 +575,7 @@ public class HttpAsyncClientBuilder {
 
     /**
      * Disables authentication scheme caching.
-     * <p/>
+     * <p>
      * Please note this value can be overridden by the {@link #setHttpProcessor(
      * org.apache.http.protocol.HttpProcessor)} method.
      */

Modified: httpcomponents/httpasyncclient/trunk/httpasyncclient/src/main/java/org/apache/http/impl/nio/conn/PoolingNHttpClientConnectionManager.java
URL: http://svn.apache.org/viewvc/httpcomponents/httpasyncclient/trunk/httpasyncclient/src/main/java/org/apache/http/impl/nio/conn/PoolingNHttpClientConnectionManager.java?rev=1621225&r1=1621224&r2=1621225&view=diff
==============================================================================
--- httpcomponents/httpasyncclient/trunk/httpasyncclient/src/main/java/org/apache/http/impl/nio/conn/PoolingNHttpClientConnectionManager.java (original)
+++ httpcomponents/httpasyncclient/trunk/httpasyncclient/src/main/java/org/apache/http/impl/nio/conn/PoolingNHttpClientConnectionManager.java Thu Aug 28 23:09:12 2014
@@ -77,7 +77,7 @@ import org.apache.http.util.Asserts;
  * basis. A request for a route which already the manager has persistent
  * connections for available in the pool will be services by leasing
  * a connection from the pool rather than creating a brand new connection.
- * <p/>
+ * <p>
  * {@code PoolingNHttpClientConnectionManager} maintains a maximum limit
  * of connection on a per route basis and in total. Per default this
  * implementation will create no more than than 2 concurrent connections

Modified: httpcomponents/httpasyncclient/trunk/httpasyncclient/src/main/java/org/apache/http/nio/client/HttpAsyncClient.java
URL: http://svn.apache.org/viewvc/httpcomponents/httpasyncclient/trunk/httpasyncclient/src/main/java/org/apache/http/nio/client/HttpAsyncClient.java?rev=1621225&r1=1621224&r2=1621225&view=diff
==============================================================================
--- httpcomponents/httpasyncclient/trunk/httpasyncclient/src/main/java/org/apache/http/nio/client/HttpAsyncClient.java (original)
+++ httpcomponents/httpasyncclient/trunk/httpasyncclient/src/main/java/org/apache/http/nio/client/HttpAsyncClient.java Thu Aug 28 23:09:12 2014
@@ -49,12 +49,12 @@ public interface HttpAsyncClient {
 
     /**
      * Initiates asynchronous HTTP request execution using the given context.
-     * <p/>
+     * <p>
      * The request producer passed to this method will be used to generate
      * a request message and stream out its content without buffering it
      * in memory. The response consumer passed to this method will be used
      * to process a response message without buffering its content in memory.
-     * <p/>
+     * <p>
      * Please note it may be unsafe to interact with the context instance
      * while the request is still being executed.
      *
@@ -74,7 +74,7 @@ public interface HttpAsyncClient {
     /**
      * Initiates asynchronous HTTP request execution using the default
      * context.
-     * <p/>
+     * <p>
      * The request producer passed to this method will be used to generate
      * a request message and stream out its content without buffering it
      * in memory. The response consumer passed to this method will be used
@@ -94,7 +94,7 @@ public interface HttpAsyncClient {
     /**
      * Initiates asynchronous HTTP request execution against the given target
      * using the given context.
-     * <p/>
+     * <p>
      * Please note it may be unsafe to interact with the context instance
      * while the request is still being executed.
      *
@@ -131,7 +131,7 @@ public interface HttpAsyncClient {
     /**
      * Initiates asynchronous HTTP request execution using the given
      * context.
-     * <p/>
+     * <p>
      * Please note it may be unsafe to interact with the context instance
      * while the request is still being executed.
      *

Modified: httpcomponents/httpasyncclient/trunk/httpasyncclient/src/main/java/org/apache/http/nio/client/methods/HttpAsyncMethods.java
URL: http://svn.apache.org/viewvc/httpcomponents/httpasyncclient/trunk/httpasyncclient/src/main/java/org/apache/http/nio/client/methods/HttpAsyncMethods.java?rev=1621225&r1=1621224&r2=1621225&view=diff
==============================================================================
--- httpcomponents/httpasyncclient/trunk/httpasyncclient/src/main/java/org/apache/http/nio/client/methods/HttpAsyncMethods.java (original)
+++ httpcomponents/httpasyncclient/trunk/httpasyncclient/src/main/java/org/apache/http/nio/client/methods/HttpAsyncMethods.java Thu Aug 28 23:09:12 2014
@@ -86,7 +86,7 @@ public final class HttpAsyncMethods {
     }
 
     /**
-     * Creates asynchronous <code>GET<code/> request generator.
+     * Creates asynchronous <code>GET</code> request generator.
      *
      * @param requestURI request URI.
      * @return asynchronous request generator
@@ -96,7 +96,7 @@ public final class HttpAsyncMethods {
     }
 
     /**
-     * Creates asynchronous <code>GET<code/> request generator.
+     * Creates asynchronous <code>GET</code> request generator.
      *
      * @param requestURI request URI.
      * @return asynchronous request generator
@@ -106,7 +106,7 @@ public final class HttpAsyncMethods {
     }
 
     /**
-     * Creates asynchronous <code>HEAD<code/> request generator.
+     * Creates asynchronous <code>HEAD</code> request generator.
      *
      * @param requestURI request URI.
      * @return asynchronous request generator
@@ -116,7 +116,7 @@ public final class HttpAsyncMethods {
     }
 
     /**
-     * Creates asynchronous <code>HEAD<code/> request generator.
+     * Creates asynchronous <code>HEAD</code> request generator.
      *
      * @param requestURI request URI.
      * @return asynchronous request generator
@@ -126,7 +126,7 @@ public final class HttpAsyncMethods {
     }
 
     /**
-     * Creates asynchronous <code>DELETE<code/> request generator.
+     * Creates asynchronous <code>DELETE</code> request generator.
      *
      * @param requestURI request URI.
      * @return asynchronous request generator
@@ -136,7 +136,7 @@ public final class HttpAsyncMethods {
     }
 
     /**
-     * Creates asynchronous <code>DELETE<code/> request generator.
+     * Creates asynchronous <code>DELETE</code> request generator.
      *
      * @param requestURI request URI.
      * @return asynchronous request generator
@@ -146,7 +146,7 @@ public final class HttpAsyncMethods {
     }
 
     /**
-     * Creates asynchronous <code>OPTIONS<code/> request generator.
+     * Creates asynchronous <code>OPTIONS</code> request generator.
      *
      * @param requestURI request URI.
      * @return asynchronous request generator
@@ -156,7 +156,7 @@ public final class HttpAsyncMethods {
     }
 
     /**
-     * Creates asynchronous <code>OPTIONS<code/> request generator.
+     * Creates asynchronous <code>OPTIONS</code> request generator.
      *
      * @param requestURI request URI.
      * @return asynchronous request generator
@@ -166,7 +166,7 @@ public final class HttpAsyncMethods {
     }
 
     /**
-     * Creates asynchronous <code>TRACE<code/> request generator.
+     * Creates asynchronous <code>TRACE</code> request generator.
      *
      * @param requestURI request URI.
      * @return asynchronous request generator
@@ -176,7 +176,7 @@ public final class HttpAsyncMethods {
     }
 
     /**
-     * Creates asynchronous <code>TRACE<code/> request generator.
+     * Creates asynchronous <code>TRACE</code> request generator.
      *
      * @param requestURI request URI.
      * @return asynchronous request generator
@@ -186,7 +186,7 @@ public final class HttpAsyncMethods {
     }
 
     /**
-     * Creates asynchronous <code>POST<code/> request generator.
+     * Creates asynchronous <code>POST</code> request generator.
      *
      * @param requestURI request URI.
      * @param content request content.
@@ -205,7 +205,7 @@ public final class HttpAsyncMethods {
     }
 
     /**
-     * Creates asynchronous <code>POST<code/> request generator.
+     * Creates asynchronous <code>POST</code> request generator.
      *
      * @param requestURI request URI.
      * @param content request content.
@@ -220,7 +220,7 @@ public final class HttpAsyncMethods {
     }
 
     /**
-     * Creates asynchronous <code>POST<code/> request generator.
+     * Creates asynchronous <code>POST</code> request generator.
      *
      * @param requestURI request URI.
      * @param content request content.
@@ -238,7 +238,7 @@ public final class HttpAsyncMethods {
     }
 
     /**
-     * Creates asynchronous <code>POST<code/> request generator.
+     * Creates asynchronous <code>POST</code> request generator.
      *
      * @param requestURI request URI.
      * @param content request content.
@@ -253,7 +253,7 @@ public final class HttpAsyncMethods {
     }
 
     /**
-     * Creates asynchronous <code>PUT<code/> request generator.
+     * Creates asynchronous <code>PUT</code> request generator.
      *
      * @param requestURI request URI.
      * @param content request content.
@@ -272,7 +272,7 @@ public final class HttpAsyncMethods {
     }
 
     /**
-     * Creates asynchronous <code>PUT<code/> request generator.
+     * Creates asynchronous <code>PUT</code> request generator.
      *
      * @param requestURI request URI.
      * @param content request content.
@@ -287,7 +287,7 @@ public final class HttpAsyncMethods {
     }
 
     /**
-     * Creates asynchronous <code>PUT<code/> request generator.
+     * Creates asynchronous <code>PUT</code> request generator.
      *
      * @param requestURI request URI.
      * @param content request content.
@@ -305,7 +305,7 @@ public final class HttpAsyncMethods {
     }
 
     /**
-     * Creates asynchronous <code>PUT<code/> request generator.
+     * Creates asynchronous <code>PUT</code> request generator.
      *
      * @param requestURI request URI.
      * @param content request content.
@@ -320,7 +320,7 @@ public final class HttpAsyncMethods {
     }
 
     /**
-     * Creates asynchronous zero-copy <code>POST<code/>request generator.
+     * Creates asynchronous zero-copy <code>POST</code>request generator.
      *
      * @param requestURI request URI.
      * @param content request content.
@@ -335,7 +335,7 @@ public final class HttpAsyncMethods {
     }
 
     /**
-     * Creates asynchronous zero-copy <code>POST<code/>request generator.
+     * Creates asynchronous zero-copy <code>POST</code>request generator.
      *
      * @param requestURI request URI.
      * @param content request content.
@@ -350,7 +350,7 @@ public final class HttpAsyncMethods {
     }
 
     /**
-     * Creates asynchronous zero-copy <code>PUT<code/>request generator.
+     * Creates asynchronous zero-copy <code>PUT</code>request generator.
      *
      * @param requestURI request URI.
      * @param content request content.
@@ -365,7 +365,7 @@ public final class HttpAsyncMethods {
     }
 
     /**
-     * Creates asynchronous zero-copy <code>PUT<code/>request generator.
+     * Creates asynchronous zero-copy <code>PUT</code>request generator.
      *
      * @param requestURI request URI.
      * @param content request content.

Modified: httpcomponents/httpasyncclient/trunk/httpasyncclient/src/main/java/org/apache/http/nio/client/methods/ZeroCopyConsumer.java
URL: http://svn.apache.org/viewvc/httpcomponents/httpasyncclient/trunk/httpasyncclient/src/main/java/org/apache/http/nio/client/methods/ZeroCopyConsumer.java?rev=1621225&r1=1621224&r2=1621225&view=diff
==============================================================================
--- httpcomponents/httpasyncclient/trunk/httpasyncclient/src/main/java/org/apache/http/nio/client/methods/ZeroCopyConsumer.java (original)
+++ httpcomponents/httpasyncclient/trunk/httpasyncclient/src/main/java/org/apache/http/nio/client/methods/ZeroCopyConsumer.java Thu Aug 28 23:09:12 2014
@@ -48,7 +48,7 @@ import org.apache.http.util.Asserts;
  * {@link org.apache.http.nio.protocol.HttpAsyncResponseConsumer} implementation that
  * streams content entity enclosed in an HTTP response directly into a file
  * without an intermediate in-memory buffer.
- * <p/>
+ * <p>
  * This consumer can be useful for file downloads.
  *
  * @since 4.0

Modified: httpcomponents/httpasyncclient/trunk/httpasyncclient/src/main/java/org/apache/http/nio/conn/NHttpClientConnectionManager.java
URL: http://svn.apache.org/viewvc/httpcomponents/httpasyncclient/trunk/httpasyncclient/src/main/java/org/apache/http/nio/conn/NHttpClientConnectionManager.java?rev=1621225&r1=1621224&r2=1621225&view=diff
==============================================================================
--- httpcomponents/httpasyncclient/trunk/httpasyncclient/src/main/java/org/apache/http/nio/conn/NHttpClientConnectionManager.java (original)
+++ httpcomponents/httpasyncclient/trunk/httpasyncclient/src/main/java/org/apache/http/nio/conn/NHttpClientConnectionManager.java Thu Aug 28 23:09:12 2014
@@ -38,12 +38,12 @@ import org.apache.http.protocol.HttpCont
 
 /**
  * Represents a manager of persistent client connections.
- * <p/>
+ * <p>
  * The purpose of an HTTP connection manager is to serve as a factory for new
  * HTTP connections, manage persistent connections and synchronize access to
  * persistent connections making sure that only one thread of execution can
  * have access to a connection at a time.
- * <p/>
+ * <p>
  * Implementations of this interface must be thread-safe. Access to shared
  * data must be synchronized as methods of this interface may be executed
  * from multiple threads.
@@ -54,7 +54,7 @@ public interface NHttpClientConnectionMa
 
     /**
      * Returns a {@link Future} for a {@link NHttpClientConnection}.
-     * <p/>
+     * <p>
      * Please note that the consumer of that connection is responsible
      * for fully establishing the route the to the connection target
      * by calling {@link #startRoute(org.apache.http.nio.NHttpClientConnection,
@@ -156,7 +156,7 @@ public interface NHttpClientConnectionMa
 
     /**
      * Closes idle connections in the pool.
-     * <p/>
+     * <p>
      * Open connections in the pool that have not been used for the
      * timespan given by the argument will be closed.
      * Currently allocated connections are not subject to this method.
@@ -173,7 +173,7 @@ public interface NHttpClientConnectionMa
 
     /**
      * Closes all expired connections in the pool.
-     * <p/>
+     * <p>
      * Open connections in the pool that have not been used for
      * the timespan defined when the connection was released will be closed.
      * Currently allocated connections are not subject to this method.

Modified: httpcomponents/httpasyncclient/trunk/httpasyncclient/src/main/java/org/apache/http/nio/conn/SchemeIOSessionStrategy.java
URL: http://svn.apache.org/viewvc/httpcomponents/httpasyncclient/trunk/httpasyncclient/src/main/java/org/apache/http/nio/conn/SchemeIOSessionStrategy.java?rev=1621225&r1=1621224&r2=1621225&view=diff
==============================================================================
--- httpcomponents/httpasyncclient/trunk/httpasyncclient/src/main/java/org/apache/http/nio/conn/SchemeIOSessionStrategy.java (original)
+++ httpcomponents/httpasyncclient/trunk/httpasyncclient/src/main/java/org/apache/http/nio/conn/SchemeIOSessionStrategy.java Thu Aug 28 23:09:12 2014
@@ -43,7 +43,7 @@ public interface SchemeIOSessionStrategy
 
     /**
      * Determines whether or not protocol layering is required. If this method
-     * returns <code>false<code/> the {@link #upgrade(org.apache.http.HttpHost,
+     * returns <code>false</code> the {@link #upgrade(org.apache.http.HttpHost,
      * org.apache.http.nio.reactor.IOSession) upgrade} method  is expected
      * to have no effect and should not be called.
      */

Modified: httpcomponents/httpclient/trunk/httpclient/src/examples/org/apache/http/examples/client/ClientPreemptiveBasicAuthentication.java
URL: http://svn.apache.org/viewvc/httpcomponents/httpclient/trunk/httpclient/src/examples/org/apache/http/examples/client/ClientPreemptiveBasicAuthentication.java?rev=1621225&r1=1621224&r2=1621225&view=diff
==============================================================================
--- httpcomponents/httpclient/trunk/httpclient/src/examples/org/apache/http/examples/client/ClientPreemptiveBasicAuthentication.java (original)
+++ httpcomponents/httpclient/trunk/httpclient/src/examples/org/apache/http/examples/client/ClientPreemptiveBasicAuthentication.java Thu Aug 28 23:09:12 2014
@@ -44,7 +44,7 @@ import org.apache.http.util.EntityUtils;
 /**
  * An example of HttpClient can be customized to authenticate
  * preemptively using BASIC scheme.
- * <b/>
+ * <b>
  * Generally, preemptive authentication can be considered less
  * secure than a response to an authentication challenge
  * and therefore discouraged.

Modified: httpcomponents/httpclient/trunk/httpclient/src/main/java-deprecated/org/apache/http/impl/conn/tsccm/AbstractConnPool.java
URL: http://svn.apache.org/viewvc/httpcomponents/httpclient/trunk/httpclient/src/main/java-deprecated/org/apache/http/impl/conn/tsccm/AbstractConnPool.java?rev=1621225&r1=1621224&r2=1621225&view=diff
==============================================================================
--- httpcomponents/httpclient/trunk/httpclient/src/main/java-deprecated/org/apache/http/impl/conn/tsccm/AbstractConnPool.java (original)
+++ httpcomponents/httpclient/trunk/httpclient/src/main/java-deprecated/org/apache/http/impl/conn/tsccm/AbstractConnPool.java Thu Aug 28 23:09:12 2014
@@ -102,6 +102,7 @@ public abstract class AbstractConnPool {
      * Obtains a pool entry with a connection within the given timeout.
      *
      * @param route     the route for which to get the connection
+     * @param state     the state 
      * @param timeout   the timeout, 0 or negative for no timeout
      * @param tunit     the unit for the {@code timeout},
      *                  may be {@code null} only if there is no timeout
@@ -126,6 +127,9 @@ public abstract class AbstractConnPool {
     /**
      * Returns a new {@link PoolEntryRequest}, from which a {@link BasicPoolEntry}
      * can be obtained, or the request can be aborted.
+     * @param route the route
+     * @param state the state
+     * @return the entry request
      */
     public abstract PoolEntryRequest requestPoolEntry(HttpRoute route, Object state);
 

Modified: httpcomponents/httpcore/trunk/httpcore-nio/src/examples/org/apache/http/examples/nio/NHttpClient.java
URL: http://svn.apache.org/viewvc/httpcomponents/httpcore/trunk/httpcore-nio/src/examples/org/apache/http/examples/nio/NHttpClient.java?rev=1621225&r1=1621224&r2=1621225&view=diff
==============================================================================
--- httpcomponents/httpcore/trunk/httpcore-nio/src/examples/org/apache/http/examples/nio/NHttpClient.java (original)
+++ httpcomponents/httpcore/trunk/httpcore-nio/src/examples/org/apache/http/examples/nio/NHttpClient.java Thu Aug 28 23:09:12 2014
@@ -55,7 +55,7 @@ import org.apache.http.protocol.RequestU
 
 /**
  * Minimal asynchronous HTTP/1.1 client.
- * <p/>
+ * <p>
  * Please note that this example represents a minimal HTTP client implementation.
  * It does not support HTTPS as is.
  * You either need to provide BasicNIOConnPool with a connection factory

Modified: httpcomponents/httpcore/trunk/httpcore-nio/src/examples/org/apache/http/examples/nio/PipeliningHttpClient.java
URL: http://svn.apache.org/viewvc/httpcomponents/httpcore/trunk/httpcore-nio/src/examples/org/apache/http/examples/nio/PipeliningHttpClient.java?rev=1621225&r1=1621224&r2=1621225&view=diff
==============================================================================
--- httpcomponents/httpcore/trunk/httpcore-nio/src/examples/org/apache/http/examples/nio/PipeliningHttpClient.java (original)
+++ httpcomponents/httpcore/trunk/httpcore-nio/src/examples/org/apache/http/examples/nio/PipeliningHttpClient.java Thu Aug 28 23:09:12 2014
@@ -57,7 +57,7 @@ import org.apache.http.protocol.RequestU
 
 /**
  * Minimal pipelining HTTP/1.1 client.
- * <p/>
+ * <p>
  * Please note that this example represents a minimal HTTP client implementation.
  * It does not support HTTPS as is.
  * You either need to provide BasicNIOConnPool with a connection factory

Modified: httpcomponents/httpcore/trunk/httpcore-nio/src/main/java-deprecated/org/apache/http/nio/protocol/AsyncNHttpServiceHandler.java
URL: http://svn.apache.org/viewvc/httpcomponents/httpcore/trunk/httpcore-nio/src/main/java-deprecated/org/apache/http/nio/protocol/AsyncNHttpServiceHandler.java?rev=1621225&r1=1621224&r2=1621225&view=diff
==============================================================================
--- httpcomponents/httpcore/trunk/httpcore-nio/src/main/java-deprecated/org/apache/http/nio/protocol/AsyncNHttpServiceHandler.java (original)
+++ httpcomponents/httpcore/trunk/httpcore-nio/src/main/java-deprecated/org/apache/http/nio/protocol/AsyncNHttpServiceHandler.java Thu Aug 28 23:09:12 2014
@@ -72,7 +72,7 @@ import org.apache.http.util.EncodingUtil
  * are stored in memory, while content of message bodies is streamed directly
  * from the entity to the underlying channel (and vice versa)
  * {@link ConsumingNHttpEntity} and {@link ProducingNHttpEntity} interfaces.
- * <p/>
+ * <p>
  * When using this class, it is important to ensure that entities supplied for
  * writing implement {@link ProducingNHttpEntity}. Doing so will allow the
  * entity to be written out asynchronously. If entities supplied for writing do
@@ -81,13 +81,13 @@ import org.apache.http.util.EncodingUtil
  * in the I/O thread, which could cause I/O to block temporarily. For best
  * results, ensure that all entities set on {@link HttpResponse}s from
  * {@link NHttpRequestHandler}s implement {@link ProducingNHttpEntity}.
- * <p/>
+ * <p>
  * If incoming requests enclose a content entity, {@link NHttpRequestHandler}s
  * are expected to return a {@link ConsumingNHttpEntity} for reading the
  * content. After the entity is finished reading the data,
  * {@link NHttpRequestHandler#handle(HttpRequest, HttpResponse, NHttpResponseTrigger, HttpContext)}
  * is called to generate a response.
- * <p/>
+ * <p>
  * Individual {@link NHttpRequestHandler}s do not have to submit a response
  * immediately. They can defer transmission of the HTTP response back to the
  * client without blocking the I/O thread and to delegate the processing the

Modified: httpcomponents/httpcore/trunk/httpcore-nio/src/main/java-deprecated/org/apache/http/nio/protocol/NHttpResponseTrigger.java
URL: http://svn.apache.org/viewvc/httpcomponents/httpcore/trunk/httpcore-nio/src/main/java-deprecated/org/apache/http/nio/protocol/NHttpResponseTrigger.java?rev=1621225&r1=1621224&r2=1621225&view=diff
==============================================================================
--- httpcomponents/httpcore/trunk/httpcore-nio/src/main/java-deprecated/org/apache/http/nio/protocol/NHttpResponseTrigger.java (original)
+++ httpcomponents/httpcore/trunk/httpcore-nio/src/main/java-deprecated/org/apache/http/nio/protocol/NHttpResponseTrigger.java Thu Aug 28 23:09:12 2014
@@ -34,7 +34,7 @@ import org.apache.http.HttpResponse;
 
 /**
  * Callback interface to submit HTTP responses asynchronously.
- * <p/>
+ * <p>
  * The {@link NHttpRequestHandler#handle(org.apache.http.HttpRequest, HttpResponse, NHttpResponseTrigger, org.apache.http.protocol.HttpContext)}
  * method does not have to submit a response immediately. It can defer
  * transmission of the HTTP response back to the client without blocking the

Modified: httpcomponents/httpcore/trunk/httpcore-nio/src/main/java-deprecated/org/apache/http/nio/protocol/ThrottlingHttpClientHandler.java
URL: http://svn.apache.org/viewvc/httpcomponents/httpcore/trunk/httpcore-nio/src/main/java-deprecated/org/apache/http/nio/protocol/ThrottlingHttpClientHandler.java?rev=1621225&r1=1621224&r2=1621225&view=diff
==============================================================================
--- httpcomponents/httpcore/trunk/httpcore-nio/src/main/java-deprecated/org/apache/http/nio/protocol/ThrottlingHttpClientHandler.java (original)
+++ httpcomponents/httpcore/trunk/httpcore-nio/src/main/java-deprecated/org/apache/http/nio/protocol/ThrottlingHttpClientHandler.java Thu Aug 28 23:09:12 2014
@@ -75,7 +75,7 @@ import org.apache.http.util.Args;
  * delegate the task of processing requests and generating response content to
  * an {@link Executor}, which is expected to perform those tasks using
  * dedicated worker threads in order to avoid blocking the I/O thread.
- * <p/>
+ * <p>
  * Usually throttling protocol handlers need only a modest number of worker
  * threads, much fewer than the number of concurrent connections. If the length
  * of the message is smaller or about the size of the shared content buffer

Modified: httpcomponents/httpcore/trunk/httpcore-nio/src/main/java-deprecated/org/apache/http/nio/protocol/ThrottlingHttpServiceHandler.java
URL: http://svn.apache.org/viewvc/httpcomponents/httpcore/trunk/httpcore-nio/src/main/java-deprecated/org/apache/http/nio/protocol/ThrottlingHttpServiceHandler.java?rev=1621225&r1=1621224&r2=1621225&view=diff
==============================================================================
--- httpcomponents/httpcore/trunk/httpcore-nio/src/main/java-deprecated/org/apache/http/nio/protocol/ThrottlingHttpServiceHandler.java (original)
+++ httpcomponents/httpcore/trunk/httpcore-nio/src/main/java-deprecated/org/apache/http/nio/protocol/ThrottlingHttpServiceHandler.java Thu Aug 28 23:09:12 2014
@@ -86,7 +86,7 @@ import org.apache.http.util.EntityUtils;
  * delegate the task of processing requests and generating response content to
  * an {@link Executor}, which is expected to perform those tasks using
  * dedicated worker threads in order to avoid blocking the I/O thread.
- * <p/>
+ * <p>
  * Usually throttling protocol handlers need only a modest number of worker
  * threads, much fewer than the number of concurrent connections. If the length
  * of the message is smaller or about the size of the shared content buffer

Modified: httpcomponents/httpcore/trunk/httpcore-nio/src/main/java/org/apache/http/impl/nio/bootstrap/ServerBootstrap.java
URL: http://svn.apache.org/viewvc/httpcomponents/httpcore/trunk/httpcore-nio/src/main/java/org/apache/http/impl/nio/bootstrap/ServerBootstrap.java?rev=1621225&r1=1621224&r2=1621225&view=diff
==============================================================================
--- httpcomponents/httpcore/trunk/httpcore-nio/src/main/java/org/apache/http/impl/nio/bootstrap/ServerBootstrap.java (original)
+++ httpcomponents/httpcore/trunk/httpcore-nio/src/main/java/org/apache/http/impl/nio/bootstrap/ServerBootstrap.java Thu Aug 28 23:09:12 2014
@@ -117,7 +117,7 @@ public class ServerBootstrap {
 
     /**
      * Sets connection configuration.
-     * <p/>
+     * <p>
      * Please note this value can be overridden by the {@link #setConnectionFactory(
      *   org.apache.http.nio.NHttpConnectionFactory)} method.
      */
@@ -136,7 +136,7 @@ public class ServerBootstrap {
 
     /**
      * Adds this protocol interceptor to the head of the protocol processing list.
-     * <p/>
+     * <p>
      * Please note this value can be overridden by the {@link #setHttpProcessor(
      * org.apache.http.protocol.HttpProcessor)} method.
      */
@@ -153,7 +153,7 @@ public class ServerBootstrap {
 
     /**
      * Adds this protocol interceptor to the tail of the protocol processing list.
-     * <p/>
+     * <p>
      * Please note this value can be overridden by the {@link #setHttpProcessor(
      * org.apache.http.protocol.HttpProcessor)} method.
      */
@@ -170,7 +170,7 @@ public class ServerBootstrap {
 
     /**
      * Adds this protocol interceptor to the head of the protocol processing list.
-     * <p/>
+     * <p>
      * Please note this value can be overridden by the {@link #setHttpProcessor(
      * org.apache.http.protocol.HttpProcessor)} method.
      */
@@ -187,7 +187,7 @@ public class ServerBootstrap {
 
     /**
      * Adds this protocol interceptor to the tail of the protocol processing list.
-     * <p/>
+     * <p>
      * Please note this value can be overridden by the {@link #setHttpProcessor(
      * org.apache.http.protocol.HttpProcessor)} method.
      */
@@ -204,7 +204,7 @@ public class ServerBootstrap {
 
     /**
      * Assigns {@code Server} response header value.
-     * <p/>
+     * <p>
      * Please note this value can be overridden by the {@link #setHttpProcessor(
      * org.apache.http.protocol.HttpProcessor)} method.
      */
@@ -240,7 +240,7 @@ public class ServerBootstrap {
     /**
      * Registers the given {@link org.apache.http.nio.protocol.HttpAsyncRequestHandler}
      * as a handler for URIs matching the given pattern.
-     * <p/>
+     * <p>
      * Please note this value can be overridden by the {@link #setHandlerMapper(
      *   org.apache.http.nio.protocol.HttpAsyncRequestHandlerMapper)} )} method.
      *
@@ -277,7 +277,7 @@ public class ServerBootstrap {
 
     /**
      * Assigns {@link javax.net.ssl.SSLContext} instance.
-     * <p/>
+     * <p>
      * Please note this value can be overridden by the {@link #setConnectionFactory(
      *   org.apache.http.nio.NHttpConnectionFactory)} method.
      */
@@ -288,7 +288,7 @@ public class ServerBootstrap {
 
     /**
      * Assigns {@link org.apache.http.nio.reactor.ssl.SSLSetupHandler} instance.
-     * <p/>
+     * <p>
      * Please note this value can be overridden by the {@link #setConnectionFactory(
      *   org.apache.http.nio.NHttpConnectionFactory)} method.
      */

Modified: httpcomponents/httpcore/trunk/httpcore-nio/src/main/java/org/apache/http/impl/nio/reactor/IOReactorConfig.java
URL: http://svn.apache.org/viewvc/httpcomponents/httpcore/trunk/httpcore-nio/src/main/java/org/apache/http/impl/nio/reactor/IOReactorConfig.java?rev=1621225&r1=1621224&r2=1621225&view=diff
==============================================================================
--- httpcomponents/httpcore/trunk/httpcore-nio/src/main/java/org/apache/http/impl/nio/reactor/IOReactorConfig.java (original)
+++ httpcomponents/httpcore/trunk/httpcore-nio/src/main/java/org/apache/http/impl/nio/reactor/IOReactorConfig.java Thu Aug 28 23:09:12 2014
@@ -108,7 +108,7 @@ public final class IOReactorConfig imple
     /**
      * Determines time interval in milliseconds at which the I/O reactor wakes up to check for
      * timed out sessions and session requests.
-     * <p/>
+     * <p>
      * Default: {@code 1000} milliseconds.
      */
     public long getSelectInterval() {
@@ -127,7 +127,7 @@ public final class IOReactorConfig imple
     /**
      * Determines grace period in milliseconds the I/O reactors are expected to block waiting
      * for individual worker threads to terminate cleanly.
-     * <p/>
+     * <p>
      * Default: {@code 500} milliseconds.
      */
     public long getShutdownGracePeriod() {
@@ -147,7 +147,7 @@ public final class IOReactorConfig imple
      * Determines whether or not I/O interest operations are to be queued and executed
      * asynchronously by the I/O reactor thread or to be applied to the underlying
      * {@link java.nio.channels.SelectionKey} immediately.
-     * <p/>
+     * <p>
      * Default: {@code false}
      *
      * @see java.nio.channels.SelectionKey
@@ -168,7 +168,7 @@ public final class IOReactorConfig imple
 
     /**
      * Determines the number of I/O dispatch threads to be used by the I/O reactor.
-     * <p/>
+     * <p>
      * Default: {@code 2}
      */
     public int getIoThreadCount() {
@@ -186,7 +186,7 @@ public final class IOReactorConfig imple
 
     /**
      * Determines the default socket timeout value for non-blocking I/O operations.
-     * <p/>
+     * <p>
      * Default: {@code 0} (no timeout)
      *
      * @see java.net.SocketOptions#SO_TIMEOUT
@@ -206,7 +206,7 @@ public final class IOReactorConfig imple
     /**
      * Determines the default value of the {@link java.net.SocketOptions#SO_REUSEADDR} parameter
      * for newly created sockets.
-     * <p/>
+     * <p>
      * Default: {@code false}
      *
      * @see java.net.SocketOptions#SO_REUSEADDR
@@ -226,7 +226,7 @@ public final class IOReactorConfig imple
     /**
      * Determines the default value of the {@link java.net.SocketOptions#SO_LINGER} parameter
      * for newly created sockets.
-     * <p/>
+     * <p>
      * Default: {@code -1}
      *
      * @see java.net.SocketOptions#SO_LINGER
@@ -246,7 +246,7 @@ public final class IOReactorConfig imple
     /**
      * Determines the default value of the {@link java.net.SocketOptions#SO_KEEPALIVE} parameter
      * for newly created sockets.
-     * <p/>
+     * <p>
      * Default: {@code -1}
      *
      * @see java.net.SocketOptions#SO_KEEPALIVE
@@ -266,7 +266,7 @@ public final class IOReactorConfig imple
     /**
      * Determines the default value of the {@link java.net.SocketOptions#TCP_NODELAY} parameter
      * for newly created sockets.
-     * <p/>
+     * <p>
      * Default: {@code false}
      *
      * @see java.net.SocketOptions#TCP_NODELAY
@@ -285,7 +285,7 @@ public final class IOReactorConfig imple
 
     /**
      * Determines the default connect timeout value for non-blocking connection requests.
-     * <p/>
+     * <p>
      * Default: {@code 0} (no timeout)
      */
     public int getConnectTimeout() {
@@ -303,7 +303,7 @@ public final class IOReactorConfig imple
     /**
      * Determines the default value of the {@link java.net.SocketOptions#SO_SNDBUF} parameter
      * for newly created sockets.
-     * <p/>
+     * <p>
      * Default: {@code 0} (system default)
      *
      * @see java.net.SocketOptions#SO_SNDBUF
@@ -323,7 +323,7 @@ public final class IOReactorConfig imple
     /**
      * Determines the default value of the {@link java.net.SocketOptions#SO_RCVBUF} parameter
      * for newly created sockets.
-     * <p/>
+     * <p>
      * Default: {@code 0} (system default)
      *
      * @see java.net.SocketOptions#SO_RCVBUF
@@ -342,7 +342,7 @@ public final class IOReactorConfig imple
 
     /**
      * Determines the default backlog size value for server sockets binds.
-     * <p/>
+     * <p>
      * Default: {@code 0} (system default)
      *
      * @since 4.4

Modified: httpcomponents/httpcore/trunk/httpcore-nio/src/main/java/org/apache/http/nio/NHttpClientEventHandler.java
URL: http://svn.apache.org/viewvc/httpcomponents/httpcore/trunk/httpcore-nio/src/main/java/org/apache/http/nio/NHttpClientEventHandler.java?rev=1621225&r1=1621224&r2=1621225&view=diff
==============================================================================
--- httpcomponents/httpcore/trunk/httpcore-nio/src/main/java/org/apache/http/nio/NHttpClientEventHandler.java (original)
+++ httpcomponents/httpcore/trunk/httpcore-nio/src/main/java/org/apache/http/nio/NHttpClientEventHandler.java Thu Aug 28 23:09:12 2014
@@ -64,7 +64,7 @@ public interface NHttpClientEventHandler
      * Triggered when an HTTP response is received. The connection
      * passed as a parameter to this method is guaranteed to return
      * a valid HTTP response object.
-     * <p/>
+     * <p>
      * If the response received encloses a response entity this method will
      * be followed by a series of
      * {@link #inputReady(NHttpClientConnection, ContentDecoder)} calls
@@ -81,11 +81,11 @@ public interface NHttpClientEventHandler
      * Triggered when the underlying channel is ready for reading a
      * new portion of the response entity through the corresponding
      * content decoder.
-     * <p/>
+     * <p>
      * If the content consumer is unable to process incoming content,
      * input event notifications can be temporarily suspended using
      * {@link IOControl} interface (super interface of {@link NHttpClientConnection}).
-     * <p/>
+     * <p>
      * Please note that the {@link NHttpClientConnection} and {@link ContentDecoder}
      * objects are not thread-safe and should only be used within the context of
      * this method call. The {@link IOControl} object can be shared and used on other
@@ -107,11 +107,11 @@ public interface NHttpClientEventHandler
     /**
      * Triggered when the underlying channel is ready for writing a next portion
      * of the request entity through the corresponding content encoder.
-     * <p/>
+     * <p>
      * If the content producer is unable to generate outgoing content,
      * output event notifications can be temporarily suspended using
      * {@link IOControl} interface (super interface of {@link NHttpClientConnection}).
-     * <p/>
+     * <p>
      * Please note that the {@link NHttpClientConnection} and {@link ContentEncoder}
      * objects are not thread-safe and should only be used within the context of
      * this method call. The {@link IOControl} object can be shared and used on other

Modified: httpcomponents/httpcore/trunk/httpcore-nio/src/main/java/org/apache/http/nio/NHttpClientHandler.java
URL: http://svn.apache.org/viewvc/httpcomponents/httpcore/trunk/httpcore-nio/src/main/java/org/apache/http/nio/NHttpClientHandler.java?rev=1621225&r1=1621224&r2=1621225&view=diff
==============================================================================
--- httpcomponents/httpcore/trunk/httpcore-nio/src/main/java/org/apache/http/nio/NHttpClientHandler.java (original)
+++ httpcomponents/httpcore/trunk/httpcore-nio/src/main/java/org/apache/http/nio/NHttpClientHandler.java Thu Aug 28 23:09:12 2014
@@ -64,7 +64,7 @@ public interface NHttpClientHandler {
      * Triggered when an HTTP response is received. The connection
      * passed as a parameter to this method is guaranteed to return
      * a valid HTTP response object.
-     * <p/>
+     * <p>
      * If the response received encloses a response entity this method will
      * be followed by a series of
      * {@link #inputReady(NHttpClientConnection, ContentDecoder)} calls
@@ -80,7 +80,7 @@ public interface NHttpClientHandler {
      * Triggered when the underlying channel is ready for reading a
      * new portion of the response entity through the corresponding
      * content decoder.
-     * <p/>
+     * <p>
      * If the content consumer is unable to process the incoming content,
      * input event notifications can be temporarily suspended using
      * {@link IOControl} interface.

Modified: httpcomponents/httpcore/trunk/httpcore-nio/src/main/java/org/apache/http/nio/NHttpServerEventHandler.java
URL: http://svn.apache.org/viewvc/httpcomponents/httpcore/trunk/httpcore-nio/src/main/java/org/apache/http/nio/NHttpServerEventHandler.java?rev=1621225&r1=1621224&r2=1621225&view=diff
==============================================================================
--- httpcomponents/httpcore/trunk/httpcore-nio/src/main/java/org/apache/http/nio/NHttpServerEventHandler.java (original)
+++ httpcomponents/httpcore/trunk/httpcore-nio/src/main/java/org/apache/http/nio/NHttpServerEventHandler.java Thu Aug 28 23:09:12 2014
@@ -50,7 +50,7 @@ public interface NHttpServerEventHandler
      * Triggered when a new HTTP request is received. The connection
      * passed as a parameter to this method is guaranteed to return
      * a valid HTTP request object.
-     * <p/>
+     * <p>
      * If the request received encloses a request entity this method will
      * be followed a series of
      * {@link #inputReady(NHttpServerConnection, ContentDecoder)} calls
@@ -67,11 +67,11 @@ public interface NHttpServerEventHandler
      * Triggered when the underlying channel is ready for reading a
      * new portion of the request entity through the corresponding
      * content decoder.
-     * <p/>
+     * <p>
      * If the content consumer is unable to process incoming content,
      * input event notifications can be temporarily suspended using
      * {@link IOControl} interface (super interface of {@link NHttpServerConnection}).
-     * <p/>
+     * <p>
      * Please note that the {@link NHttpServerConnection} and {@link ContentDecoder}
      * objects are not thread-safe and should only be used within the context of
      * this method call. The {@link IOControl} object can be shared and used on other
@@ -106,11 +106,11 @@ public interface NHttpServerEventHandler
      * Triggered when the underlying channel is ready for writing a
      * next portion of the response entity through the corresponding
      * content encoder.
-     * <p/>
+     * <p>
      * If the content producer is unable to generate outgoing content,
      * output event notifications can be temporarily suspended using
      * {@link IOControl} interface (super interface of {@link NHttpServerConnection}).
-     * <p/>
+     * <p>
      * Please note that the {@link NHttpServerConnection} and {@link ContentEncoder}
      * objects are not thread-safe and should only be used within the context of
      * this method call. The {@link IOControl} object can be shared and used on other

Modified: httpcomponents/httpcore/trunk/httpcore-nio/src/main/java/org/apache/http/nio/NHttpServiceHandler.java
URL: http://svn.apache.org/viewvc/httpcomponents/httpcore/trunk/httpcore-nio/src/main/java/org/apache/http/nio/NHttpServiceHandler.java?rev=1621225&r1=1621224&r2=1621225&view=diff
==============================================================================
--- httpcomponents/httpcore/trunk/httpcore-nio/src/main/java/org/apache/http/nio/NHttpServiceHandler.java (original)
+++ httpcomponents/httpcore/trunk/httpcore-nio/src/main/java/org/apache/http/nio/NHttpServiceHandler.java Thu Aug 28 23:09:12 2014
@@ -52,7 +52,7 @@ public interface NHttpServiceHandler {
      * Triggered when a new HTTP request is received. The connection
      * passed as a parameter to this method is guaranteed to return
      * a valid HTTP request object.
-     * <p/>
+     * <p>
      * If the request received encloses a request entity this method will
      * be followed a series of
      * {@link #inputReady(NHttpServerConnection, ContentDecoder)} calls
@@ -68,7 +68,7 @@ public interface NHttpServiceHandler {
      * Triggered when the underlying channel is ready for reading a
      * new portion of the request entity through the corresponding
      * content decoder.
-     * <p/>
+     * <p>
      * If the content consumer is unable to process the incoming content,
      * input event notifications can be temporarily suspended using
      * {@link IOControl} interface.
@@ -98,7 +98,7 @@ public interface NHttpServiceHandler {
      * Triggered when the underlying channel is ready for writing a
      * next portion of the response entity through the corresponding
      * content encoder.
-     * <p/>
+     * <p>
      * If the content producer is unable to generate the outgoing content,
      * output event notifications can be temporarily suspended using
      * {@link IOControl} interface.

Modified: httpcomponents/httpcore/trunk/httpcore-nio/src/main/java/org/apache/http/nio/entity/HttpAsyncContentProducer.java
URL: http://svn.apache.org/viewvc/httpcomponents/httpcore/trunk/httpcore-nio/src/main/java/org/apache/http/nio/entity/HttpAsyncContentProducer.java?rev=1621225&r1=1621224&r2=1621225&view=diff
==============================================================================
--- httpcomponents/httpcore/trunk/httpcore-nio/src/main/java/org/apache/http/nio/entity/HttpAsyncContentProducer.java (original)
+++ httpcomponents/httpcore/trunk/httpcore-nio/src/main/java/org/apache/http/nio/entity/HttpAsyncContentProducer.java Thu Aug 28 23:09:12 2014
@@ -45,11 +45,11 @@ public interface HttpAsyncContentProduce
      * Invoked to write out a chunk of content to the {@link ContentEncoder}.
      * The {@link IOControl} interface can be used to suspend output event
      * notifications if the entity is temporarily unable to produce more content.
-     * <p/>
+     * <p>
      * When all content is finished, the producer <b>MUST</b> call
      * {@link ContentEncoder#complete()}. Failure to do so may cause the entity
      * to be incorrectly delimited.
-     * <p/>
+     * <p>
      * Please note that the {@link ContentEncoder} object is not thread-safe and
      * should only be used within the context of this method call.
      * The {@link IOControl} object can be shared and used on other thread

Modified: httpcomponents/httpcore/trunk/httpcore-nio/src/main/java/org/apache/http/nio/protocol/AbstractAsyncRequestConsumer.java
URL: http://svn.apache.org/viewvc/httpcomponents/httpcore/trunk/httpcore-nio/src/main/java/org/apache/http/nio/protocol/AbstractAsyncRequestConsumer.java?rev=1621225&r1=1621224&r2=1621225&view=diff
==============================================================================
--- httpcomponents/httpcore/trunk/httpcore-nio/src/main/java/org/apache/http/nio/protocol/AbstractAsyncRequestConsumer.java (original)
+++ httpcomponents/httpcore/trunk/httpcore-nio/src/main/java/org/apache/http/nio/protocol/AbstractAsyncRequestConsumer.java Thu Aug 28 23:09:12 2014
@@ -84,7 +84,7 @@ public abstract class AbstractAsyncReque
      * Invoked to process a chunk of content from the {@link ContentDecoder}.
      * The {@link IOControl} interface can be used to suspend input events
      * if the consumer is temporarily unable to consume more content.
-     * <p/>
+     * <p>
      * The consumer can use the {@link ContentDecoder#isCompleted()} method
      * to find out whether or not the message content has been fully consumed.
      *

Modified: httpcomponents/httpcore/trunk/httpcore-nio/src/main/java/org/apache/http/nio/protocol/AbstractAsyncResponseConsumer.java
URL: http://svn.apache.org/viewvc/httpcomponents/httpcore/trunk/httpcore-nio/src/main/java/org/apache/http/nio/protocol/AbstractAsyncResponseConsumer.java?rev=1621225&r1=1621224&r2=1621225&view=diff
==============================================================================
--- httpcomponents/httpcore/trunk/httpcore-nio/src/main/java/org/apache/http/nio/protocol/AbstractAsyncResponseConsumer.java (original)
+++ httpcomponents/httpcore/trunk/httpcore-nio/src/main/java/org/apache/http/nio/protocol/AbstractAsyncResponseConsumer.java Thu Aug 28 23:09:12 2014
@@ -72,7 +72,7 @@ public abstract class AbstractAsyncRespo
      * Invoked to process a chunk of content from the {@link ContentDecoder}.
      * The {@link IOControl} interface can be used to suspend input events
      * if the consumer is temporarily unable to consume more content.
-     * <p/>
+     * <p>
      * The consumer can use the {@link ContentDecoder#isCompleted()} method
      * to find out whether or not the message content has been fully consumed.
      *

Modified: httpcomponents/httpcore/trunk/httpcore-nio/src/main/java/org/apache/http/nio/protocol/HttpAsyncClientExchangeHandler.java
URL: http://svn.apache.org/viewvc/httpcomponents/httpcore/trunk/httpcore-nio/src/main/java/org/apache/http/nio/protocol/HttpAsyncClientExchangeHandler.java?rev=1621225&r1=1621224&r2=1621225&view=diff
==============================================================================
--- httpcomponents/httpcore/trunk/httpcore-nio/src/main/java/org/apache/http/nio/protocol/HttpAsyncClientExchangeHandler.java (original)
+++ httpcomponents/httpcore/trunk/httpcore-nio/src/main/java/org/apache/http/nio/protocol/HttpAsyncClientExchangeHandler.java Thu Aug 28 23:09:12 2014
@@ -42,7 +42,7 @@ import org.apache.http.nio.IOControl;
  * {@code HttpAsyncClientExchangeHandler} represents a callback interface whose
  * methods get invoked when executing one or multiple HTTP message exchanges
  * on the client side.
- * <p/>
+ * <p>
  * Individual {@code HttpAsyncClientExchangeHandler} are expected to make use of
  * a {@link org.apache.http.protocol.HttpProcessor} to generate mandatory protocol
  * headers for all outgoing messages and apply common, cross-cutting message
@@ -73,11 +73,11 @@ public interface HttpAsyncClientExchange
      * Invoked to write out a chunk of content to the {@link ContentEncoder}.
      * The {@link IOControl} interface can be used to suspend output event
      * notifications if the producer is temporarily unable to produce more content.
-     * <p/>
+     * <p>
      * When all content is finished, the producer <b>MUST</b> call
      * {@link ContentEncoder#complete()}. Failure to do so may cause the entity
      * to be incorrectly delimited.
-     * <p/>
+     * <p>
      * Please note that the {@link ContentEncoder} object is not thread-safe and
      * should only be used within the context of this method call.
      * The {@link IOControl} object can be shared and used on other thread
@@ -110,10 +110,10 @@ public interface HttpAsyncClientExchange
      * Invoked to process a chunk of content from the {@link ContentDecoder}.
      * The {@link IOControl} interface can be used to suspend input event
      * notifications if the consumer is temporarily unable to process content.
-     * <p/>
+     * <p>
      * The consumer can use the {@link ContentDecoder#isCompleted()} method
      * to find out whether or not the message content has been fully consumed.
-     * <p/>
+     * <p>
      * Please note that the {@link ContentDecoder} object is not thread-safe and
      * should only be used within the context of this method call.
      * The {@link IOControl} object can be shared and used on other thread

Modified: httpcomponents/httpcore/trunk/httpcore-nio/src/main/java/org/apache/http/nio/protocol/HttpAsyncExpectationVerifier.java
URL: http://svn.apache.org/viewvc/httpcomponents/httpcore/trunk/httpcore-nio/src/main/java/org/apache/http/nio/protocol/HttpAsyncExpectationVerifier.java?rev=1621225&r1=1621224&r2=1621225&view=diff
==============================================================================
--- httpcomponents/httpcore/trunk/httpcore-nio/src/main/java/org/apache/http/nio/protocol/HttpAsyncExpectationVerifier.java (original)
+++ httpcomponents/httpcore/trunk/httpcore-nio/src/main/java/org/apache/http/nio/protocol/HttpAsyncExpectationVerifier.java Thu Aug 28 23:09:12 2014
@@ -35,7 +35,7 @@ import org.apache.http.protocol.HttpCont
 /**
  * {@code HttpAsyncExpectationVerifier} defines a strategy to verify whether
  * or not an incoming HTTP request meets the target server's expectations.
- *<p/>
+ *<p>
  * A server that does not understand or is unable to comply with any of
  * the expectation values in the Expect field of a request MUST respond
  * with appropriate error status. The server MUST respond with a 417

Modified: httpcomponents/httpcore/trunk/httpcore-nio/src/main/java/org/apache/http/nio/protocol/HttpAsyncRequestConsumer.java
URL: http://svn.apache.org/viewvc/httpcomponents/httpcore/trunk/httpcore-nio/src/main/java/org/apache/http/nio/protocol/HttpAsyncRequestConsumer.java?rev=1621225&r1=1621224&r2=1621225&view=diff
==============================================================================
--- httpcomponents/httpcore/trunk/httpcore-nio/src/main/java/org/apache/http/nio/protocol/HttpAsyncRequestConsumer.java (original)
+++ httpcomponents/httpcore/trunk/httpcore-nio/src/main/java/org/apache/http/nio/protocol/HttpAsyncRequestConsumer.java Thu Aug 28 23:09:12 2014
@@ -62,10 +62,10 @@ public interface HttpAsyncRequestConsume
      * Invoked to process a chunk of content from the {@link ContentDecoder}.
      * The {@link IOControl} interface can be used to suspend input event
      * notifications if the consumer is temporarily unable to process content.
-     * <p/>
+     * <p>
      * The consumer can use the {@link ContentDecoder#isCompleted()} method
      * to find out whether or not the message content has been fully consumed.
-     * <p/>
+     * <p>
      * Please note that the {@link ContentDecoder} object is not thread-safe and
      * should only be used within the context of this method call.
      * The {@link IOControl} object can be shared and used on other thread

Modified: httpcomponents/httpcore/trunk/httpcore-nio/src/main/java/org/apache/http/nio/protocol/HttpAsyncRequestExecutor.java
URL: http://svn.apache.org/viewvc/httpcomponents/httpcore/trunk/httpcore-nio/src/main/java/org/apache/http/nio/protocol/HttpAsyncRequestExecutor.java?rev=1621225&r1=1621224&r2=1621225&view=diff
==============================================================================
--- httpcomponents/httpcore/trunk/httpcore-nio/src/main/java/org/apache/http/nio/protocol/HttpAsyncRequestExecutor.java (original)
+++ httpcomponents/httpcore/trunk/httpcore-nio/src/main/java/org/apache/http/nio/protocol/HttpAsyncRequestExecutor.java Thu Aug 28 23:09:12 2014
@@ -57,14 +57,14 @@ import org.apache.http.util.Asserts;
  * {@code HttpAsyncRequestExecutor} translates individual events fired through
  * the {@link NHttpClientEventHandler} interface into logically related HTTP
  * message exchanges.
- * <p/> The caller is expected to pass an instance of
+ * <p> The caller is expected to pass an instance of
  * {@link HttpAsyncClientExchangeHandler} to be used for the next series
  * of HTTP message exchanges through the connection context using
  * {@link #HTTP_HANDLER} attribute. HTTP exchange sequence is considered
  * complete when the {@link HttpAsyncClientExchangeHandler#isDone()} method
  * returns {@code true}. The {@link HttpAsyncRequester} utility class can
  * be used to facilitate initiation of asynchronous HTTP request execution.
- * <p/>
+ * <p>
  * Individual {@code HttpAsyncClientExchangeHandler} are expected to make use of
  * a {@link org.apache.http.protocol.HttpProcessor} to generate mandatory protocol
  * headers for all outgoing messages and apply common, cross-cutting message

Modified: httpcomponents/httpcore/trunk/httpcore-nio/src/main/java/org/apache/http/nio/protocol/HttpAsyncRequestProducer.java
URL: http://svn.apache.org/viewvc/httpcomponents/httpcore/trunk/httpcore-nio/src/main/java/org/apache/http/nio/protocol/HttpAsyncRequestProducer.java?rev=1621225&r1=1621224&r2=1621225&view=diff
==============================================================================
--- httpcomponents/httpcore/trunk/httpcore-nio/src/main/java/org/apache/http/nio/protocol/HttpAsyncRequestProducer.java (original)
+++ httpcomponents/httpcore/trunk/httpcore-nio/src/main/java/org/apache/http/nio/protocol/HttpAsyncRequestProducer.java Thu Aug 28 23:09:12 2014
@@ -40,7 +40,7 @@ import org.apache.http.protocol.HttpCont
  * {@code HttpAsyncRequestProducer} is a callback interface whose methods
  * get invoked to generate an HTTP request message and to stream message
  * content to a non-blocking HTTP connection.
- * <p/>
+ * <p>
  * Repeatable request producers capable of generating the same request
  * message more than once can be reset to their initial state by calling
  * the {@link #resetRequest()} method, at which point request producers are
@@ -74,11 +74,11 @@ public interface HttpAsyncRequestProduce
      * Invoked to write out a chunk of content to the {@link ContentEncoder}.
      * The {@link IOControl} interface can be used to suspend output event
      * notifications if the producer is temporarily unable to produce more content.
-     * <p/>
+     * <p>
      * When all content is finished, the producer <b>MUST</b> call
      * {@link ContentEncoder#complete()}. Failure to do so may cause the entity
      * to be incorrectly delimited.
-     * <p/>
+     * <p>
      * Please note that the {@link ContentEncoder} object is not thread-safe and
      * should only be used within the context of this method call.
      * The {@link IOControl} object can be shared and used on other thread

Modified: httpcomponents/httpcore/trunk/httpcore-nio/src/main/java/org/apache/http/nio/protocol/HttpAsyncResponseConsumer.java
URL: http://svn.apache.org/viewvc/httpcomponents/httpcore/trunk/httpcore-nio/src/main/java/org/apache/http/nio/protocol/HttpAsyncResponseConsumer.java?rev=1621225&r1=1621224&r2=1621225&view=diff
==============================================================================
--- httpcomponents/httpcore/trunk/httpcore-nio/src/main/java/org/apache/http/nio/protocol/HttpAsyncResponseConsumer.java (original)
+++ httpcomponents/httpcore/trunk/httpcore-nio/src/main/java/org/apache/http/nio/protocol/HttpAsyncResponseConsumer.java Thu Aug 28 23:09:12 2014
@@ -62,10 +62,10 @@ public interface HttpAsyncResponseConsum
      * Invoked to process a chunk of content from the {@link ContentDecoder}.
      * The {@link IOControl} interface can be used to suspend input event
      * notifications if the consumer is temporarily unable to process content.
-     * <p/>
+     * <p>
      * The consumer can use the {@link ContentDecoder#isCompleted()} method
      * to find out whether or not the message content has been fully consumed.
-     * <p/>
+     * <p>
      * Please note that the {@link ContentDecoder} object is not thread-safe and
      * should only be used within the context of this method call.
      * The {@link IOControl} object can be shared and used on other thread

Modified: httpcomponents/httpcore/trunk/httpcore-nio/src/main/java/org/apache/http/nio/protocol/HttpAsyncResponseProducer.java
URL: http://svn.apache.org/viewvc/httpcomponents/httpcore/trunk/httpcore-nio/src/main/java/org/apache/http/nio/protocol/HttpAsyncResponseProducer.java?rev=1621225&r1=1621224&r2=1621225&view=diff
==============================================================================
--- httpcomponents/httpcore/trunk/httpcore-nio/src/main/java/org/apache/http/nio/protocol/HttpAsyncResponseProducer.java (original)
+++ httpcomponents/httpcore/trunk/httpcore-nio/src/main/java/org/apache/http/nio/protocol/HttpAsyncResponseProducer.java Thu Aug 28 23:09:12 2014
@@ -55,11 +55,11 @@ public interface HttpAsyncResponseProduc
      * Invoked to write out a chunk of content to the {@link ContentEncoder}.
      * The {@link IOControl} interface can be used to suspend output event
      * notifications if the producer is temporarily unable to produce more content.
-     * <p/>
+     * <p>
      * When all content is finished, the producer <b>MUST</b> call
      * {@link ContentEncoder#complete()}. Failure to do so may cause the entity
      * to be incorrectly delimited.
-     * <p/>
+     * <p>
      * Please note that the {@link ContentEncoder} object is not thread-safe and
      * should only be used within the context of this method call.
      * The {@link IOControl} object can be shared and used on other thread

Modified: httpcomponents/httpcore/trunk/httpcore-nio/src/main/java/org/apache/http/nio/protocol/HttpAsyncService.java
URL: http://svn.apache.org/viewvc/httpcomponents/httpcore/trunk/httpcore-nio/src/main/java/org/apache/http/nio/protocol/HttpAsyncService.java?rev=1621225&r1=1621224&r2=1621225&view=diff
==============================================================================
--- httpcomponents/httpcore/trunk/httpcore-nio/src/main/java/org/apache/http/nio/protocol/HttpAsyncService.java (original)
+++ httpcomponents/httpcore/trunk/httpcore-nio/src/main/java/org/apache/http/nio/protocol/HttpAsyncService.java Thu Aug 28 23:09:12 2014
@@ -71,7 +71,7 @@ import org.apache.http.util.Asserts;
  * {@code HttpAsyncServerProtocolHandler} translates individual events fired
  * through the {@link NHttpServerEventHandler} interface into logically related
  * HTTP message exchanges.
- * <p/>
+ * <p>
  * Upon receiving an incoming request {@code HttpAsyncService} verifies
  * the message for compliance with the server expectations using
  * {@link HttpAsyncExpectationVerifier}, if provided, and then
@@ -80,13 +80,13 @@ import org.apache.http.util.Asserts;
  * the request with the given URI. The protocol handler uses the selected
  * {@link HttpAsyncRequestHandler} instance to process the incoming request
  * and to generate an outgoing response.
- * <p/>
+ * <p>
  * {@code HttpAsyncService} relies on {@link HttpProcessor} to generate
  * mandatory protocol headers for all outgoing messages and apply common,
  * cross-cutting message transformations to all incoming and outgoing messages,
  * whereas individual {@link HttpAsyncRequestHandler}s are expected
  * to implement application specific content generation and processing.
- * <p/>
+ * <p>
  * Individual {@link HttpAsyncRequestHandler}s do not have to submit a response
  * immediately. They can defer transmission of an HTTP response back to
  * the client without blocking the I/O thread by delegating the process of

Modified: httpcomponents/httpcore/trunk/httpcore-nio/src/main/java/org/apache/http/nio/reactor/SocketAccessor.java
URL: http://svn.apache.org/viewvc/httpcomponents/httpcore/trunk/httpcore-nio/src/main/java/org/apache/http/nio/reactor/SocketAccessor.java?rev=1621225&r1=1621224&r2=1621225&view=diff
==============================================================================
--- httpcomponents/httpcore/trunk/httpcore-nio/src/main/java/org/apache/http/nio/reactor/SocketAccessor.java (original)
+++ httpcomponents/httpcore/trunk/httpcore-nio/src/main/java/org/apache/http/nio/reactor/SocketAccessor.java Thu Aug 28 23:09:12 2014
@@ -31,7 +31,7 @@ import java.net.Socket;
 
 /**
  * Provides access to the underlying Socket.
- * <p/>
+ * <p>
  * Remark: this interface will be removed in the next major release.
  */
 public interface SocketAccessor {

Modified: httpcomponents/httpcore/trunk/httpcore-nio/src/main/java/org/apache/http/nio/reactor/package-info.java
URL: http://svn.apache.org/viewvc/httpcomponents/httpcore/trunk/httpcore-nio/src/main/java/org/apache/http/nio/reactor/package-info.java?rev=1621225&r1=1621224&r2=1621225&view=diff
==============================================================================
--- httpcomponents/httpcore/trunk/httpcore-nio/src/main/java/org/apache/http/nio/reactor/package-info.java (original)
+++ httpcomponents/httpcore/trunk/httpcore-nio/src/main/java/org/apache/http/nio/reactor/package-info.java Thu Aug 28 23:09:12 2014
@@ -29,7 +29,7 @@
  * Event driven network communication APIs loosely based on
  <a href="http://gee.cs.oswego.edu/dl/">Doug Lea</a>'s
  <a href="http://gee.cs.oswego.edu/dl/cpjslides/nio.pdf">reactor pattern</a>.
- <p/>
+ <p>
  This API is not specific to HTTP communication. However, it is minimal
  in the sense that it defines only what is required within the scope
  of HTTP protocol.

Modified: httpcomponents/httpcore/trunk/httpcore-nio/src/main/java/org/apache/http/nio/reactor/ssl/SSLIOSession.java
URL: http://svn.apache.org/viewvc/httpcomponents/httpcore/trunk/httpcore-nio/src/main/java/org/apache/http/nio/reactor/ssl/SSLIOSession.java?rev=1621225&r1=1621224&r2=1621225&view=diff
==============================================================================
--- httpcomponents/httpcore/trunk/httpcore-nio/src/main/java/org/apache/http/nio/reactor/ssl/SSLIOSession.java (original)
+++ httpcomponents/httpcore/trunk/httpcore-nio/src/main/java/org/apache/http/nio/reactor/ssl/SSLIOSession.java Thu Aug 28 23:09:12 2014
@@ -55,7 +55,7 @@ import org.apache.http.util.Asserts;
  * {@code SSLIOSession} is a decorator class intended to transparently extend
  * an {@link IOSession} with transport layer security capabilities based on
  * the SSL/TLS protocol.
- * <p/>
+ * <p>
  * The resultant instance of {@code SSLIOSession} must be added to the original
  * I/O session as an attribute with the {@link #SESSION_KEY} key.
  * <pre>

Modified: httpcomponents/httpcore/trunk/httpcore/src/main/java/org/apache/http/HttpResponse.java
URL: http://svn.apache.org/viewvc/httpcomponents/httpcore/trunk/httpcore/src/main/java/org/apache/http/HttpResponse.java?rev=1621225&r1=1621224&r2=1621225&view=diff
==============================================================================
--- httpcomponents/httpcore/trunk/httpcore/src/main/java/org/apache/http/HttpResponse.java (original)
+++ httpcomponents/httpcore/trunk/httpcore/src/main/java/org/apache/http/HttpResponse.java Thu Aug 28 23:09:12 2014
@@ -122,7 +122,7 @@ public interface HttpResponse extends Ht
 
     /**
      * Associates a response entity with this response.
-     * <p/>
+     * <p>
      * Please note that if an entity has already been set for this response and it depends on
      * an input stream ({@link HttpEntity#isStreaming()} returns {@code true}),
      * it must be fully consumed in order to ensure release of resources.

Modified: httpcomponents/httpcore/trunk/httpcore/src/main/java/org/apache/http/entity/ContentType.java
URL: http://svn.apache.org/viewvc/httpcomponents/httpcore/trunk/httpcore/src/main/java/org/apache/http/entity/ContentType.java?rev=1621225&r1=1621224&r2=1621225&view=diff
==============================================================================
--- httpcomponents/httpcore/trunk/httpcore/src/main/java/org/apache/http/entity/ContentType.java (original)
+++ httpcomponents/httpcore/trunk/httpcore/src/main/java/org/apache/http/entity/ContentType.java Thu Aug 28 23:09:12 2014
@@ -48,7 +48,7 @@ import org.apache.http.util.TextUtils;
 
 /**
  * Content type information consisting of a MIME type and an optional charset.
- * <p/>
+ * <p>
  * This class makes no attempts to verify validity of the MIME type.
  * The input parameters of the {@link #create(String, String)} method, however, may not
  * contain characters <">, <;>, <,> reserved by the HTTP specification.

Modified: httpcomponents/httpcore/trunk/httpcore/src/main/java/org/apache/http/impl/BHttpConnectionBase.java
URL: http://svn.apache.org/viewvc/httpcomponents/httpcore/trunk/httpcore/src/main/java/org/apache/http/impl/BHttpConnectionBase.java?rev=1621225&r1=1621224&r2=1621225&view=diff
==============================================================================
--- httpcomponents/httpcore/trunk/httpcore/src/main/java/org/apache/http/impl/BHttpConnectionBase.java (original)
+++ httpcomponents/httpcore/trunk/httpcore/src/main/java/org/apache/http/impl/BHttpConnectionBase.java Thu Aug 28 23:09:12 2014
@@ -148,7 +148,7 @@ public class BHttpConnectionBase impleme
     /**
      * Binds this connection to the given {@link Socket}. This socket will be
      * used by the connection to send and receive data.
-     * <p/>
+     * <p>
      * After this method's execution the connection status will be reported
      * as open and the {@link #isOpen()} will return {@code true}.
      *

Modified: httpcomponents/httpcore/trunk/httpcore/src/main/java/org/apache/http/impl/bootstrap/ServerBootstrap.java
URL: http://svn.apache.org/viewvc/httpcomponents/httpcore/trunk/httpcore/src/main/java/org/apache/http/impl/bootstrap/ServerBootstrap.java?rev=1621225&r1=1621224&r2=1621225&view=diff
==============================================================================
--- httpcomponents/httpcore/trunk/httpcore/src/main/java/org/apache/http/impl/bootstrap/ServerBootstrap.java (original)
+++ httpcomponents/httpcore/trunk/httpcore/src/main/java/org/apache/http/impl/bootstrap/ServerBootstrap.java Thu Aug 28 23:09:12 2014
@@ -117,7 +117,7 @@ public class ServerBootstrap {
 
     /**
      * Sets connection configuration.
-     * <p/>
+     * <p>
      * Please note this value can be overridden by the {@link #setConnectionFactory(
      * org.apache.http.HttpConnectionFactory)} method.
      */
@@ -136,7 +136,7 @@ public class ServerBootstrap {
 
     /**
      * Adds this protocol interceptor to the head of the protocol processing list.
-     * <p/>
+     * <p>
      * Please note this value can be overridden by the {@link #setHttpProcessor(
      * org.apache.http.protocol.HttpProcessor)} method.
      */
@@ -153,7 +153,7 @@ public class ServerBootstrap {
 
     /**
      * Adds this protocol interceptor to the tail of the protocol processing list.
-     * <p/>
+     * <p>
      * Please note this value can be overridden by the {@link #setHttpProcessor(
      * org.apache.http.protocol.HttpProcessor)} method.
      */
@@ -170,7 +170,7 @@ public class ServerBootstrap {
 
     /**
      * Adds this protocol interceptor to the head of the protocol processing list.
-     * <p/>
+     * <p>
      * Please note this value can be overridden by the {@link #setHttpProcessor(
      * org.apache.http.protocol.HttpProcessor)} method.
      */
@@ -187,7 +187,7 @@ public class ServerBootstrap {
 
     /**
      * Adds this protocol interceptor to the tail of the protocol processing list.
-     * <p/>
+     * <p>
      * Please note this value can be overridden by the {@link #setHttpProcessor(
      * org.apache.http.protocol.HttpProcessor)} method.
      */
@@ -204,7 +204,7 @@ public class ServerBootstrap {
 
     /**
      * Assigns {@code Server} response header value.
-     * <p/>
+     * <p>
      * Please note this value can be overridden by the {@link #setHttpProcessor(
      * org.apache.http.protocol.HttpProcessor)} method.
      */
@@ -240,7 +240,7 @@ public class ServerBootstrap {
     /**
      * Registers the given {@link HttpRequestHandler} as a handler for URIs
      * matching the given pattern.
-     * <p/>
+     * <p>
      * Please note this value can be overridden by the {@link #setHandlerMapper(
      *   org.apache.http.protocol.HttpRequestHandlerMapper)} method.
      *
@@ -293,7 +293,7 @@ public class ServerBootstrap {
 
     /**
      * Assigns {@link javax.net.ssl.SSLContext} instance.
-     * <p/>
+     * <p>
      * Please note this value can be overridden by the {@link #setServerSocketFactory(
      *   javax.net.ServerSocketFactory)} method.
      */

Modified: httpcomponents/httpcore/trunk/httpcore/src/main/java/org/apache/http/impl/entity/LaxContentLengthStrategy.java
URL: http://svn.apache.org/viewvc/httpcomponents/httpcore/trunk/httpcore/src/main/java/org/apache/http/impl/entity/LaxContentLengthStrategy.java?rev=1621225&r1=1621224&r2=1621225&view=diff
==============================================================================
--- httpcomponents/httpcore/trunk/httpcore/src/main/java/org/apache/http/impl/entity/LaxContentLengthStrategy.java (original)
+++ httpcomponents/httpcore/trunk/httpcore/src/main/java/org/apache/http/impl/entity/LaxContentLengthStrategy.java Thu Aug 28 23:09:12 2014
@@ -42,7 +42,7 @@ import org.apache.http.util.Args;
  * The lax implementation of the content length strategy. This class will ignore
  * unrecognized transfer encodings and malformed {@code Content-Length}
  * header values.
- * <p/>
+ * <p>
  * This class recognizes "chunked" and "identitiy" transfer-coding only.
  *
  * @since 4.0

Modified: httpcomponents/httpcore/trunk/httpcore/src/main/java/org/apache/http/impl/io/SessionInputBufferImpl.java
URL: http://svn.apache.org/viewvc/httpcomponents/httpcore/trunk/httpcore/src/main/java/org/apache/http/impl/io/SessionInputBufferImpl.java?rev=1621225&r1=1621224&r2=1621225&view=diff
==============================================================================
--- httpcomponents/httpcore/trunk/httpcore/src/main/java/org/apache/http/impl/io/SessionInputBufferImpl.java (original)
+++ httpcomponents/httpcore/trunk/httpcore/src/main/java/org/apache/http/impl/io/SessionInputBufferImpl.java Thu Aug 28 23:09:12 2014
@@ -50,7 +50,7 @@ import org.apache.http.util.CharArrayBuf
  * Abstract base class for session input buffers that stream data from
  * an arbitrary {@link InputStream}. This class buffers input data in
  * an internal byte array for optimal input performance.
- * <p/>
+ * <p>
  * {@link #readLine(CharArrayBuffer)} and {@link #readLine()} methods of this
  * class treat a lone LF as valid line delimiters in addition to CR-LF required
  * by the HTTP specification.

Modified: httpcomponents/httpcore/trunk/httpcore/src/main/java/org/apache/http/params/AbstractHttpParams.java
URL: http://svn.apache.org/viewvc/httpcomponents/httpcore/trunk/httpcore/src/main/java/org/apache/http/params/AbstractHttpParams.java?rev=1621225&r1=1621224&r2=1621225&view=diff
==============================================================================
--- httpcomponents/httpcore/trunk/httpcore/src/main/java/org/apache/http/params/AbstractHttpParams.java (original)
+++ httpcomponents/httpcore/trunk/httpcore/src/main/java/org/apache/http/params/AbstractHttpParams.java Thu Aug 28 23:09:12 2014
@@ -121,7 +121,7 @@ public abstract class AbstractHttpParams
 
     /**
      * {@inheritDoc}
-     * <p/>
+     * <p>
      * Dummy implementation - must be overridden by subclasses.
      *
      * @since 4.2