|
|||||||||||
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
Nested Class Summary |
Nested classes inherited from class org.jboss.remoting.transport.socket.SocketServerInvoker |
SocketServerInvoker.ServerSocketRefresh |
Nested classes inherited from class org.jboss.remoting.ServerInvoker |
ServerInvoker.InvalidStateException |
Field Summary |
Fields inherited from class org.jboss.remoting.transport.socket.SocketServerInvoker |
acceptThreads, backlog, CHECK_CONNECTION_KEY, clientpool, maxPoolSize, newServerSocketFactory, numAcceptThreads, reuseAddress, running, SERVER_SOCKET_CLASS_FLAG, serverSocket, threadpool, trace |
Fields inherited from class org.jboss.remoting.AbstractInvoker |
classbyteloader, configuration, localServerLocators, locator, log, serializationType, socketFactory, socketFactoryCreatedFromSSLParameters |
Constructor Summary | |
SSLSocketServerInvoker(InvokerLocator locator)
|
|
SSLSocketServerInvoker(InvokerLocator locator,
java.util.Map configuration)
|
Method Summary | |
protected java.net.ServerSocket |
createServerSocket(int serverBindPort,
int backlog,
java.net.InetAddress bindAddress)
|
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, destroy, finalize, getBacklog, getCurrentClientPoolSize, getCurrentThreadPoolSize, getDefaultDataType, getMaxPoolSize, getNumAcceptThreads, getReuseAddress, getThreadName, isTransportBiDirectional, processInvocation, refreshServerSocket, run, setBacklog, setMaxPoolSize, setNewServerSocketFactory, setNumAcceptThreads, setReuseAddress, setup, start, stop |
Methods inherited from class org.jboss.remoting.AbstractInvoker |
addClientLocator, createSocketFactory, 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 |
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
protected java.net.ServerSocket createServerSocket(int serverBindPort, int backlog, java.net.InetAddress bindAddress) throws java.io.IOException
createServerSocket
in class SocketServerInvoker
java.io.IOException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |