Author: markt Date: Tue May 26 07:57:37 2015 New Revision: 1681706 URL: http://svn.apache.org/r1681706 Log: Javadoc
Modified: tomcat/trunk/java/org/apache/tomcat/util/net/SSLSupport.java Modified: tomcat/trunk/java/org/apache/tomcat/util/net/SSLSupport.java URL: http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/tomcat/util/net/SSLSupport.java?rev=1681706&r1=1681705&r2=1681706&view=diff ============================================================================== --- tomcat/trunk/java/org/apache/tomcat/util/net/SSLSupport.java (original) +++ tomcat/trunk/java/org/apache/tomcat/util/net/SSLSupport.java Tue May 26 07:57:37 2015 @@ -116,6 +116,9 @@ public interface SSLSupport { /** * @return the protocol String indicating how the SSL socket was created * e.g. TLSv1 or TLSv1.2 etc. + * + * @throws IOException If an error occurs trying to obtain the protocol + * information from the socket */ public String getProtocol() throws IOException; } --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org