[jboss-cvs] JBossRemoting/src/main/org/jboss/remoting/transport/coyote/ssl ...

Ron Sigal ron_sigal at yahoo.com
Tue Oct 23 20:45:47 EDT 2007


  User: rsigal  
  Date: 07/10/23 20:45:47

  Modified:    src/main/org/jboss/remoting/transport/coyote/ssl  Tag:
                        remoting_2_x RemotingSSLImplementation.java
  Log:
  JBREM-713:  Added getSSLSupport(SSLSession session) to satisfy new definition of SSLImplementation.
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.2.10.1  +6 -0      JBossRemoting/src/main/org/jboss/remoting/transport/coyote/ssl/RemotingSSLImplementation.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: RemotingSSLImplementation.java
  ===================================================================
  RCS file: /cvsroot/jboss/JBossRemoting/src/main/org/jboss/remoting/transport/coyote/ssl/RemotingSSLImplementation.java,v
  retrieving revision 1.2
  retrieving revision 1.2.10.1
  diff -u -b -r1.2 -r1.2.10.1
  --- RemotingSSLImplementation.java	30 Dec 2005 05:26:36 -0000	1.2
  +++ RemotingSSLImplementation.java	24 Oct 2007 00:45:47 -0000	1.2.10.1
  @@ -26,6 +26,7 @@
   import java.util.HashMap;
   import java.util.Map;
   import javax.management.MBeanServer;
  +import javax.net.ssl.SSLSession;
   import javax.net.ssl.SSLSocket;
   import org.apache.tomcat.util.net.SSLImplementation;
   import org.apache.tomcat.util.net.SSLSupport;
  @@ -59,6 +60,11 @@
         return ssls;
      }
   
  +   public SSLSupport getSSLSupport(SSLSession session)
  +   {
  +      return new RemotingSSLSupport(session);
  +   }
  +
      public static void setMBeanServer(String locator, MBeanServer mBeanServer)
      {
         mbeanServerMap.put(locator, mBeanServer);
  
  
  



More information about the jboss-cvs-commits mailing list