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/05/26 09:57:37 UTC

svn commit: r1681706 - /tomcat/trunk/java/org/apache/tomcat/util/net/SSLSupport.java

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