|
||||||||||
| 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.socket.ssl.SSLSocketServerInvoker
public class SSLSocketServerInvoker
| Field Summary | |
|---|---|
protected javax.net.ServerSocketFactory |
serverSocketFactory
|
| Fields inherited from class org.jboss.remoting.transport.socket.SocketServerInvoker |
|---|
acceptThreads, backlog, CHECK_CONNECTION_KEY, clientpool, maxPoolSize, numAcceptThreads, running, SERVER_SOCKET_CLASS_FLAG, serverSocket, threadpool, trace |
| Fields inherited from class org.jboss.remoting.AbstractInvoker |
|---|
classbyteloader, configuration, localServerLocators, locator, log, serializationType |
| Constructor Summary | |
|---|---|
SSLSocketServerInvoker(InvokerLocator locator)
|
|
SSLSocketServerInvoker(InvokerLocator locator,
java.util.Map configuration)
|
|
| Method Summary |
|---|
| Methods inherited from class org.jboss.remoting.transport.socket.SocketServerInvoker |
|---|
cleanup, createServerSocket, destroy, finalize, getBacklog, getCurrentClientPoolSize, getCurrentThreadPoolSize, getDefaultDataType, getMaxPoolSize, getNumAcceptThreads, getThreadName, isTransportBiDirectional, processInvocation, run, setBacklog, setMaxPoolSize, setNumAcceptThreads, setup, start, stop |
| Methods inherited from class org.jboss.remoting.AbstractInvoker |
|---|
addClientLocator, getClassLoader, getClientLocator, getLocator, getSerializationType, setClassLoader, setSerializationType |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.jboss.remoting.transport.socket.ssl.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 |
| Field Detail |
|---|
protected javax.net.ServerSocketFactory serverSocketFactory
| Constructor Detail |
|---|
public SSLSocketServerInvoker(InvokerLocator locator)
public SSLSocketServerInvoker(InvokerLocator locator,
java.util.Map configuration)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||