You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2015/03/24 14:56:37 UTC

svn commit: r1668897 - /tomcat/trunk/java/org/apache/coyote/http11/upgrade/InternalHttpUpgradeHandler.java

Author: markt
Date: Tue Mar 24 13:56:36 2015
New Revision: 1668897

URL: http://svn.apache.org/r1668897
Log:
Update comment

Modified:
    tomcat/trunk/java/org/apache/coyote/http11/upgrade/InternalHttpUpgradeHandler.java

Modified: tomcat/trunk/java/org/apache/coyote/http11/upgrade/InternalHttpUpgradeHandler.java
URL: http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/coyote/http11/upgrade/InternalHttpUpgradeHandler.java?rev=1668897&r1=1668896&r2=1668897&view=diff
==============================================================================
--- tomcat/trunk/java/org/apache/coyote/http11/upgrade/InternalHttpUpgradeHandler.java (original)
+++ tomcat/trunk/java/org/apache/coyote/http11/upgrade/InternalHttpUpgradeHandler.java Tue Mar 24 13:56:36 2015
@@ -24,13 +24,8 @@ import org.apache.tomcat.util.net.Socket
 
 
 /**
- * Currently just a marker interface to enable Tomcat to identify
- * implementations that expect/require concurrent read/write support.
- *
- * Note that concurrent read/write support is being phased out and this
- * interface is expected to evolve into an interface internal handlers use to
- * gain direct access to Tomcat's I/O layer rather than going through the
- * Servlet API.
+ * This Tomcat specific interface is implemented by handlers that require direct
+ * access to Tomcat's I/O layer rather than going through the Servlet API.
  */
 public interface InternalHttpUpgradeHandler extends HttpUpgradeHandler {
 



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org