Uses of Interface
org.jboss.remoting.security.ServerSocketFactoryMBean

Packages that use ServerSocketFactoryMBean
org.jboss.remoting.security   
 

Uses of ServerSocketFactoryMBean in org.jboss.remoting.security
 

Subinterfaces of ServerSocketFactoryMBean in org.jboss.remoting.security
 interface SSLServerSocketFactoryServiceMBean
           
 

Classes in org.jboss.remoting.security that implement ServerSocketFactoryMBean
 class SSLServerSocketFactoryService
          This is a basic wrapper around the SSLSocketBuilder which is needed because it extneds the javax.net.ServerSocketFactory class and implements the SSLServerSocketFactoryServiceMBean.
 

Methods in org.jboss.remoting.security that return ServerSocketFactoryMBean
 ServerSocketFactoryMBean ServerSocketFactoryWrapper.getDelegate()
           
 

Constructors in org.jboss.remoting.security with parameters of type ServerSocketFactoryMBean
ServerSocketFactoryWrapper(ServerSocketFactoryMBean serverSocketFactory)
           
 



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