|
|||||||||||
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.sslmultiplex.SSLMultiplexServerInvoker
SSLMultiplexServerInvoker
is the server side of the sslmultiplex transport.
For more information, see Remoting documentation on labs.jboss.org.
Copyright (c) Mar 24, 2006
Nested Class Summary |
Nested classes inherited from class org.jboss.remoting.transport.multiplex.MultiplexServerInvoker |
MultiplexServerInvoker.InternalHandshakeListener, MultiplexServerInvoker.SocketGroupInfo |
Nested classes inherited from class org.jboss.remoting.transport.socket.SocketServerInvoker |
SocketServerInvoker.ServerSocketRefresh |
Nested classes inherited from class org.jboss.remoting.ServerInvoker |
ServerInvoker.InvalidStateException |
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, newServerSocketFactory, numAcceptThreads, reuseAddress, running, SERVER_SOCKET_CLASS_FLAG, serverSocket, threadpool, trace |
Fields inherited from class org.jboss.remoting.AbstractInvoker |
classbyteloader, configuration, localServerLocators, locator, serializationType, socketFactory, socketFactoryCreatedFromSSLParameters |
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 SSLSocketBuilder, create one. |
protected javax.net.ServerSocketFactory |
getDefaultServerSocketFactory()
Gets the default server socket factory to use for the server invoker. |
Methods inherited from class org.jboss.remoting.transport.socket.SocketServerInvoker |
destroy, finalize, getBacklog, getCurrentClientPoolSize, getCurrentThreadPoolSize, getMaxPoolSize, getNumAcceptThreads, getReuseAddress, isTransportBiDirectional, setBacklog, setMaxPoolSize, setNewServerSocketFactory, setNumAcceptThreads, setReuseAddress |
Methods inherited from class org.jboss.remoting.AbstractInvoker |
addClientLocator, getClassLoader, getClientLocator, getLocator, getSerializationType, getSocketFactory, isSocketFactoryCreatedFromSSLParameters, needsCustomSSLConfiguration, setClassLoader, setSerializationType, setSocketFactory |
Methods inherited from class java.lang.Object |
clone, equals, getClass, hashCode, notify, notifyAll, 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)
AbstractInvoker
createSocketFactory
in class AbstractInvoker
configuration
-
protected javax.net.ServerSocketFactory getDefaultServerSocketFactory()
ServerInvoker
getDefaultServerSocketFactory
in class ServerInvoker
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |