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-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org