|
||||||||||
| 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.sslsocket.SSLSocketServerInvoker
public class SSLSocketServerInvoker
| 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.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 | |
|---|---|
SSLSocketServerInvoker(InvokerLocator locator)
|
|
SSLSocketServerInvoker(InvokerLocator locator,
java.util.Map configuration)
|
|
| Method Summary | |
|---|---|
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 |
|---|
cleanup, createServerSocket, createServerSockets, destroy, finalize, getBacklog, getCurrentClientPoolSize, getCurrentThreadPoolSize, getDefaultDataType, getIdleTimeout, getMaxPoolSize, getNumAcceptThreads, getReuseAddress, getThreadName, isTransportBiDirectional, processInvocation, refreshServerSocket, setBacklog, setIdleTimeout, setMaxPoolSize, setNewServerSocketFactory, setNumAcceptThreads, setReuseAddress, setup, start, stop, toString |
| Methods inherited from class org.jboss.remoting.AbstractInvoker |
|---|
addClientLocator, createSocketFactory, 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 SSLSocketServerInvoker(InvokerLocator locator)
public SSLSocketServerInvoker(InvokerLocator locator,
java.util.Map configuration)
| Method Detail |
|---|
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 | |||||||||