|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.remoting.AbstractInvoker
org.jboss.remoting.ServerInvoker
org.jboss.remoting.transport.socket.SocketServerInvoker
org.jboss.remoting.transport.multiplex.MultiplexServerInvoker
org.jboss.remoting.transport.multiplex.ssl.SSLMultiplexServerInvoker
Copyright (c) Mar 24, 2006
Nested Class Summary |
Nested classes inherited from class org.jboss.remoting.transport.multiplex.MultiplexServerInvoker |
MultiplexServerInvoker.SocketGroupInfo |
Field Summary |
Fields inherited from class org.jboss.remoting.transport.multiplex.MultiplexServerInvoker |
log |
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.AbstractInvoker |
classbyteloader, configuration, localServerLocators, locator, serializationType |
Fields inherited from interface org.jboss.remoting.transport.multiplex.MultiplexInvokerConstants |
CLIENT_MULTIPLEX_ID_KEY, MULTIPLEX_BIND_HOST_KEY, MULTIPLEX_BIND_PORT_KEY, MULTIPLEX_CONNECT_HOST_KEY, MULTIPLEX_CONNECT_PORT_KEY, SERVER_MULTIPLEX_ID_KEY |
Constructor Summary | |
SSLMultiplexServerInvoker(InvokerLocator locator)
|
|
SSLMultiplexServerInvoker(InvokerLocator locator,
java.util.Map configuration)
|
Method Summary | |
protected javax.net.SocketFactory |
createSocketFactory(java.util.Map configuration)
If any configuration parameters relate to the construction of a RemotingSSLSocketFactory, create one. |
Methods inherited from class org.jboss.remoting.transport.multiplex.MultiplexServerInvoker |
cleanup, configureSocketGroupParameters, createPrimingSocket, createPrimingSocket, createServerSocket, finishStart, getAddressPairMap, getDefaultDataType, getServerInvoker, getServerInvokers, getServerSocket, getSocketGroupMap, getThreadName, isSafeToShutdown, notifyDisconnected, processInvocation, run, setBindingInfo, setup, start, stop |
Methods inherited from class org.jboss.remoting.transport.socket.SocketServerInvoker |
destroy, finalize, getBacklog, getCurrentClientPoolSize, getCurrentThreadPoolSize, getMaxPoolSize, getNumAcceptThreads, isTransportBiDirectional, setBacklog, setMaxPoolSize, setNumAcceptThreads |
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.SocketServerInvokerMBean |
getServerBindPort |
Methods inherited from interface org.jboss.remoting.ServerInvokerMBean |
create, getClientConnectAddress, getClientConnectPort, getConfiguration, getDataType, getServerBindAddress, getTimeout, isStarted, setClientConnectAddress, setClientConnectPort, setConfiguration, setTimeout |
Constructor Detail |
public SSLMultiplexServerInvoker(InvokerLocator locator)
locator
- public SSLMultiplexServerInvoker(InvokerLocator locator, java.util.Map configuration) throws java.io.IOException
locator
- configuration
- Method Detail |
protected javax.net.SocketFactory createSocketFactory(java.util.Map configuration) throws java.io.IOException
MultiplexServerInvoker
createSocketFactory
in class MultiplexServerInvoker
configuration
-
java.io.IOException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |