org.jboss.remoting.transport.socket.ssl
Class SSLSocketServerInvoker

java.lang.Object
  extended byorg.jboss.remoting.AbstractInvoker
      extended byorg.jboss.remoting.ServerInvoker
          extended byorg.jboss.remoting.transport.socket.SocketServerInvoker
              extended byorg.jboss.remoting.transport.socket.ssl.SSLSocketServerInvoker
All Implemented Interfaces:
Invoker, java.lang.Runnable, ServerInvokerMBean, SocketServerInvokerMBean, SSLSocketServerInvokerMBean

public class SSLSocketServerInvoker
extends SocketServerInvoker
implements SSLSocketServerInvokerMBean

Author:
Tom Elrod

Field Summary
protected  javax.net.ServerSocketFactory serverSocketFactory
           
 
Fields inherited from class org.jboss.remoting.transport.socket.SocketServerInvoker
acceptThreads, backlog, CHECK_CONNECTION_KEY, clientpool, maxPoolSize, numAcceptThreads, running, SERVER_SOCKET_CLASS_FLAG, serverSocket, threadpool, trace
 
Fields inherited from class org.jboss.remoting.ServerInvoker
callbackHandlers, CLIENT_CONNECT_ADDRESS_KEY, CLIENT_CONNECT_PORT_KEY, CLIENT_LEASE_PERIOD, clientCallbackListener, DEFAULT_CLIENT_LEASE_PERIOD, handlers, MAX_NUM_ONEWAY_THREADS, MAX_NUM_ONEWAY_THREADS_KEY, ONEWAY_THREAD_POOL_CLASS_KEY, SERVER_BIND_ADDRESS_KEY, SERVER_BIND_PORT_KEY, SERVER_SOCKET_FACTORY, TIMEOUT
 
Fields inherited from class org.jboss.remoting.AbstractInvoker
classbyteloader, configuration, localServerLocators, locator, log, serializationType
 
Constructor Summary
SSLSocketServerInvoker(InvokerLocator locator)
           
SSLSocketServerInvoker(InvokerLocator locator, java.util.Map configuration)
           
 
Methods inherited from class org.jboss.remoting.transport.socket.SocketServerInvoker
cleanup, createServerSocket, destroy, finalize, getBacklog, getCurrentClientPoolSize, getCurrentThreadPoolSize, getDefaultDataType, getMaxPoolSize, getNumAcceptThreads, getThreadName, isTransportBiDirectional, processInvocation, run, setBacklog, setMaxPoolSize, setNumAcceptThreads, setup, start, stop
 
Methods inherited from class org.jboss.remoting.ServerInvoker
addConnectionListener, addInvocationHandler, create, createServerSocketFactory, getClientConnectAddress, getClientConnectPort, getConfiguration, getDataType, getDefaultServerSocketFactory, getInvocationHandler, getInvocationHandlers, getLeasePeriod, getMaxNumberOfOnewayThreads, getMBeanObjectName, getMBeanServer, getOnewayThreadPool, getServerBindAddress, getServerBindPort, getServerSocketFactory, getSupportedSubsystems, getTimeout, hasInvocationHandler, invoke, invoke, isStarted, postProcess, preProcess, removeCallbackListener, removeConnectionListener, removeInvocationHandler, setClientConnectAddress, setClientConnectPort, setConfiguration, setLeasePeriod, setMaxNumberOfOnewayThreads, setMBeanServer, setOnewayThreadPool, setServerSocketFactory, setTimeout
 
Methods inherited from class org.jboss.remoting.AbstractInvoker
addClientLocator, getClassLoader, getClientLocator, getLocator, getSerializationType, setClassLoader, setSerializationType
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.jboss.remoting.transport.socket.ssl.SSLSocketServerInvokerMBean
setServerSocketFactory
 
Methods inherited from interface org.jboss.remoting.transport.socket.SocketServerInvokerMBean
getBacklog, getCurrentClientPoolSize, getCurrentThreadPoolSize, getMaxPoolSize, getNumAcceptThreads, getServerBindPort, setBacklog, setMaxPoolSize, setNumAcceptThreads, start, stop
 
Methods inherited from interface org.jboss.remoting.ServerInvokerMBean
create, destroy, getClientConnectAddress, getClientConnectPort, getConfiguration, getDataType, getServerBindAddress, getTimeout, isStarted, isTransportBiDirectional, setClientConnectAddress, setClientConnectPort, setConfiguration, setTimeout
 

Field Detail

serverSocketFactory

protected javax.net.ServerSocketFactory serverSocketFactory
Constructor Detail

SSLSocketServerInvoker

public SSLSocketServerInvoker(InvokerLocator locator)

SSLSocketServerInvoker

public SSLSocketServerInvoker(InvokerLocator locator,
                              java.util.Map configuration)


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