|
|||||||||||
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.rmi.RMIServerInvoker
org.jboss.remoting.transport.sslrmi.SSLRMIServerInvoker
Copyright (c) Jun 9, 2006
Nested Class Summary |
Nested classes inherited from class org.jboss.remoting.ServerInvoker |
ServerInvoker.InvalidStateException |
Field Summary |
Fields inherited from class org.jboss.remoting.transport.rmi.RMIServerInvoker |
BACKLOG_DEFAULT, DEFAULT_REGISTRY_PORT, REGISTRY_PORT_KEY |
Fields inherited from class org.jboss.remoting.AbstractInvoker |
classbyteloader, configuration, localServerLocators, locator, log, serializationType, socketFactory, socketFactoryCreatedFromSSLParameters |
Constructor Summary | |
SSLRMIServerInvoker(InvokerLocator locator)
|
|
SSLRMIServerInvoker(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. |
protected java.rmi.server.RMIClientSocketFactory |
getRMIClientSocketFactory(java.lang.String ignored)
|
Methods inherited from class org.jboss.remoting.transport.rmi.RMIServerInvoker |
destroy, finalize, getDefaultDataType, getDefaultSocketFactory, getStub, isTransportBiDirectional, start, transport |
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, toString, wait, wait, wait |
Constructor Detail |
public SSLRMIServerInvoker(InvokerLocator locator)
public SSLRMIServerInvoker(InvokerLocator locator, java.util.Map configuration)
Method Detail |
protected java.rmi.server.RMIClientSocketFactory getRMIClientSocketFactory(java.lang.String ignored)
getRMIClientSocketFactory
in class RMIServerInvoker
protected javax.net.ServerSocketFactory getDefaultServerSocketFactory() throws java.io.IOException
ServerInvoker
getDefaultServerSocketFactory
in class ServerInvoker
java.io.IOException
protected javax.net.SocketFactory createSocketFactory(java.util.Map configuration)
AbstractInvoker
createSocketFactory
in class AbstractInvoker
configuration
-
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |