org.jboss.remoting.transport.coyote.ssl
Class RemotingSSLImplementation

java.lang.Object
  extended byorg.apache.tomcat.util.net.SSLImplementation
      extended byorg.jboss.remoting.transport.coyote.ssl.RemotingSSLImplementation

public class RemotingSSLImplementation
extends org.apache.tomcat.util.net.SSLImplementation

Author:
Tom Elrod

Constructor Summary
RemotingSSLImplementation()
           
 
Method Summary
 java.lang.String getImplementationName()
           
 org.apache.tomcat.util.net.ServerSocketFactory getServerSocketFactory()
           
 org.apache.tomcat.util.net.SSLSupport getSSLSupport(java.net.Socket sock)
           
static void setMBeanServer(java.lang.String locator, javax.management.MBeanServer mBeanServer)
           
 
Methods inherited from class org.apache.tomcat.util.net.SSLImplementation
getInstance, getInstance
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemotingSSLImplementation

public RemotingSSLImplementation()
Method Detail

getImplementationName

public java.lang.String getImplementationName()

getServerSocketFactory

public org.apache.tomcat.util.net.ServerSocketFactory getServerSocketFactory()

getSSLSupport

public org.apache.tomcat.util.net.SSLSupport getSSLSupport(java.net.Socket sock)

setMBeanServer

public static void setMBeanServer(java.lang.String locator,
                                  javax.management.MBeanServer mBeanServer)


Copyright ? 1998-2005 JBoss Inc . All Rights Reserved.