Author: markt
Date: Fri Oct 12 08:53:36 2012
New Revision: 1397474
URL: http://svn.apache.org/viewvc?rev=1397474&view=rev
Log:
Servlet 3.1 Javadoc improvements
Modified:
tomcat/trunk/java/javax/servlet/http/HttpServletRequest.java
Modified: tomcat/trunk/java/javax/servlet/http/HttpServletRequest.java
URL:
http://svn.apache.org/viewvc/tomcat/trunk/java/javax/servlet/http/HttpServletRequest.java?rev=1397474&r1=1397473&r2=1397474&view=diff
==============================================================================
--- tomcat/trunk/java/javax/servlet/http/HttpServletRequest.java (original)
+++ tomcat/trunk/java/javax/servlet/http/HttpServletRequest.java Fri Oct 12
08:53:36 2012
@@ -495,6 +495,8 @@ public interface HttpServletRequest exte
* Start the HTTP upgrade process and pass the connection to the provided
* protocol handler once the current request/response pair has completed
* processing.
+ *
+ * @since Servlet 3.1
*/
public void upgrade(ProtocolHandler handler) throws java.io.IOException;
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]