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

Packages that use ServerSocketFactoryMBean
org.jboss.remoting.security   
org.jboss.remoting.util   
 

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)
           
 

Uses of ServerSocketFactoryMBean in org.jboss.remoting.util
 

Methods in org.jboss.remoting.util with parameters of type ServerSocketFactoryMBean
static java.net.ServerSocket SecurityUtility.createServerSocket(ServerSocketFactoryMBean ssf)
           
static java.net.ServerSocket SecurityUtility.createServerSocket(ServerSocketFactoryMBean ssf, int port)
           
static java.net.ServerSocket SecurityUtility.createServerSocket(ServerSocketFactoryMBean ssf, int port, int backlog)
           
static java.net.ServerSocket SecurityUtility.createServerSocket(ServerSocketFactoryMBean ssf, int port, int backlog, java.net.InetAddress inetAddress)
           
 



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