|
||||||||||
| 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.bisocket.BisocketServerInvoker
org.jboss.remoting.transport.sslbisocket.SSLBisocketServerInvoker
public class SSLBisocketServerInvoker
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class org.jboss.remoting.transport.socket.SocketServerInvoker |
|---|
SocketServerInvoker.AcceptThread, 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.bisocket.BisocketServerInvoker |
|---|
isCallbackServer, secondaryBindPorts, secondaryConnectPorts |
| 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, refreshThread, reuseAddress, running, SERVER_SOCKET_CLASS_FLAG, serverSocketClass, serverSocketFactoryLock, serverSockets, threadpool |
| Fields inherited from class org.jboss.remoting.AbstractInvoker |
|---|
classbyteloader, configuration, localServerLocators, locator, serializationType, socketFactory, socketFactoryCreatedFromSSLParameters |
| Constructor Summary | |
|---|---|
SSLBisocketServerInvoker(InvokerLocator locator)
|
|
SSLBisocketServerInvoker(InvokerLocator locator,
java.util.Map configuration)
|
|
| Method Summary | |
|---|---|
protected javax.net.ServerSocketFactory |
createServerSocketFactory()
|
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 void |
setup()
|
| Methods inherited from class org.jboss.remoting.transport.socket.SocketServerInvoker |
|---|
createServerSocket, createServerSockets, destroy, finalize, getBacklog, getCurrentClientPoolSize, getCurrentThreadPoolSize, getDefaultDataType, getIdleTimeout, getMaxPoolSize, getNumAcceptThreads, getReuseAddress, getThreadName, processInvocation, refreshServerSocket, setBacklog, setIdleTimeout, setMaxPoolSize, setNewServerSocketFactory, setNumAcceptThreads, setReuseAddress, stop, toString |
| 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.sslsocket.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 |
| Constructor Detail |
|---|
public SSLBisocketServerInvoker(InvokerLocator locator)
public SSLBisocketServerInvoker(InvokerLocator locator,
java.util.Map configuration)
| Method Detail |
|---|
protected javax.net.ServerSocketFactory getDefaultServerSocketFactory()
ServerInvoker
getDefaultServerSocketFactory in class ServerInvoker
protected javax.net.ServerSocketFactory createServerSocketFactory()
throws java.io.IOException
createServerSocketFactory in class ServerInvokerjava.io.IOException
protected void setup()
throws java.lang.Exception
setup in class BisocketServerInvokerjava.lang.Exceptionprotected javax.net.SocketFactory createSocketFactory(java.util.Map configuration)
AbstractInvoker
createSocketFactory in class AbstractInvoker
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||