|
||||||||||
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.web.WebServerInvoker
org.jboss.remoting.transport.http.HTTPServerInvoker
org.jboss.remoting.transport.http.ssl.HTTPSServerInvoker
public class HTTPSServerInvoker
Extension of the HTTPserverInvoker which uses a custom server socket which is created using custom server socket factory that can support SSL.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.jboss.remoting.transport.web.WebServerInvoker |
---|
WebServerInvoker.CreatedInvocationRequest |
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 | |
---|---|
protected javax.net.ServerSocketFactory |
serverSocketFactory
Deprecated. |
Fields inherited from class org.jboss.remoting.transport.http.HTTPServerInvoker |
---|
backlog, HTML, HTTP_KEEP_ALIVE_TIMEOUT_KEY, HTTP_THREAD_POOL_CLASS_KEY, keepAliveTimeout, MAX_NUM_HTTP_THREADS_KEY, PLAIN, SOAP |
Fields inherited from class org.jboss.remoting.transport.web.WebServerInvoker |
---|
HEADER_SESSION_ID, HEADER_SUBSYSTEM |
Fields inherited from class org.jboss.remoting.AbstractInvoker |
---|
classbyteloader, configuration, localServerLocators, locator, passConfigMapToMarshalFactory, serializationType, socketFactory, socketFactoryCreatedFromSSLParameters |
Constructor Summary | |
---|---|
HTTPSServerInvoker(InvokerLocator locator)
Deprecated. |
|
HTTPSServerInvoker(InvokerLocator locator,
java.util.Map configuration)
Deprecated. |
Method Summary | |
---|---|
protected java.net.ServerSocket |
createServerSocket(int serverBindPort,
int backlog,
java.net.InetAddress bindAddress)
Deprecated. |
void |
setServerSocketFactory(javax.net.ServerSocketFactory serverSocketFactory)
Deprecated. Sets the server socket factory for the SocketServerInvoker to use. |
Methods inherited from class org.jboss.remoting.transport.http.HTTPServerInvoker |
---|
getHTTPThreadPool, getKeepAliveTimeout, getMaxNumberOfHTTPThreads, run, setHTTPThreadPool, setKeepAliveTimeout, setMaxNumberOfHTTPThreads, setNewServerSocketFactory, setup, start, stop |
Methods inherited from class org.jboss.remoting.transport.web.WebServerInvoker |
---|
createNewInvocationRequest, getContentLength, getDefaultDataType, getInvocationRequest, getMarshaller, getSessionId, getUnMarshaller, isTransportBiDirectional |
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, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected javax.net.ServerSocketFactory serverSocketFactory
Constructor Detail |
---|
public HTTPSServerInvoker(InvokerLocator locator)
public HTTPSServerInvoker(InvokerLocator locator, java.util.Map configuration)
Method Detail |
---|
protected java.net.ServerSocket createServerSocket(int serverBindPort, int backlog, java.net.InetAddress bindAddress) throws java.io.IOException
createServerSocket
in class HTTPServerInvoker
java.io.IOException
public void setServerSocketFactory(javax.net.ServerSocketFactory serverSocketFactory)
setServerSocketFactory
in class ServerInvoker
serverSocketFactory
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |