|
||||||||||
| 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
public class 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/interfaces inherited from class org.jboss.remoting.transport.multiplex.MultiplexServerInvoker |
|---|
MultiplexServerInvoker.InternalHandshakeListener, MultiplexServerInvoker.SocketGroupInfo |
| Nested classes/interfaces inherited from class org.jboss.remoting.transport.socket.SocketServerInvoker |
|---|
SocketServerInvoker.IdleTimerTask, SocketServerInvoker.ServerSocketRefresh |
| Nested classes/interfaces inherited from class org.jboss.remoting.ServerInvoker |
|---|
ServerInvoker.InvalidStateException |
| Nested classes/interfaces inherited from class org.jboss.remoting.AbstractInvoker |
|---|
AbstractInvoker.CallbackLocatorHolder |
| 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, idleTimeout, idleTimerTask, MAX_POOL_SIZE_DEFAULT, maxPoolSize, newServerSocketFactory, numAcceptThreads, reuseAddress, running, SERVER_SOCKET_CLASS_FLAG, serverSocket, serverSocketClass, serverSocketFactoryLock, threadpool |
| Fields inherited from class org.jboss.remoting.AbstractInvoker |
|---|
classbyteloader, configuration, localServerLocators, locator, passConfigMapToMarshalFactory, 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, getIdleTimeout, getMaxPoolSize, getNumAcceptThreads, getReuseAddress, isTransportBiDirectional, setBacklog, setIdleTimeout, setMaxPoolSize, setNewServerSocketFactory, setNumAcceptThreads, setReuseAddress |
| Methods inherited from class org.jboss.remoting.AbstractInvoker |
|---|
addClientLocator, getClassLoader, getClientLocator, getClientLocators, getLocator, getSerializationType, getSocketFactory, isCompleteSocketFactory, isSocketFactoryCreatedFromSSLParameters, needsCustomSSLConfiguration, setClassLoader, setSerializationType, setSocketFactory, wrapSocketFactory |
| 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 -
java.io.IOException| Method Detail |
|---|
protected javax.net.SocketFactory createSocketFactory(java.util.Map configuration)
AbstractInvoker
createSocketFactory in class AbstractInvokerconfiguration -
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 | |||||||||