Add the hooks (no implementation yet) for BIO and NIO to share the code that is curre...
authormarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Tue, 8 Mar 2011 14:03:20 +0000 (14:03 +0000)
committermarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Tue, 8 Mar 2011 14:03:20 +0000 (14:03 +0000)
commit03037bfe912b0995d8c7337f639eb6432d2f91a7
treeaae1025e7f15899991964a3884449b3d56958c3c
parent9808f507c7b56f858747d14e0fa53cb9d1e70e88
Add the hooks (no implementation yet) for BIO and NIO to share the code that is currently in JSSESocketFactory

git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@1079360 13f79535-47bb-0310-9956-ffa450edef68
java/org/apache/tomcat/util/net/NioEndpoint.java
java/org/apache/tomcat/util/net/SSLImplementation.java
java/org/apache/tomcat/util/net/SSLUtil.java [new file with mode: 0644]
java/org/apache/tomcat/util/net/jsse/JSSEImplementation.java
java/org/apache/tomcat/util/net/jsse/JSSESocketFactory.java