|
|||||||||||
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.RemoteClientInvoker
org.jboss.remoting.transport.socket.SocketClientInvoker
org.jboss.remoting.transport.socket.ssl.SSLSocketClientInvoker
Field Summary |
Fields inherited from class org.jboss.remoting.transport.socket.SocketClientInvoker |
address, CLIENT_SOCKET_CLASS_FLAG, clientSocketClassName, connectionPools, deserializeTime, enableTcpNoDelay, getSocketTime, MAX_POOL_SIZE_FLAG, MAX_RETRIES, maxPoolSize, numberOfRetries, pool, readTime, serializeTime, SO_TIMEOUT_DEFAULT, SO_TIMEOUT_FLAG, TCP_NODELAY_DEFAULT, TCP_NODELAY_FLAG, timeout, usedPooled, writeTime |
Fields inherited from class org.jboss.remoting.RemoteClientInvoker |
connected |
Fields inherited from class org.jboss.remoting.AbstractInvoker |
classbyteloader, configuration, localServerLocators, locator, log, serializationType |
Constructor Summary | |
SSLSocketClientInvoker(InvokerLocator locator)
|
|
SSLSocketClientInvoker(InvokerLocator locator,
java.util.Map configuration)
|
Method Summary | |
protected java.net.Socket |
createSocket(java.lang.String address,
int port)
|
protected javax.net.SocketFactory |
createSocketFactory(java.util.Map configuration)
If any configuration parameters relate to the construction of a RemotingSSLSocketFactory, create one. |
Methods inherited from class org.jboss.remoting.transport.socket.SocketClientInvoker |
clearPool, clearPools, configureParameters, createClientSocket, finalize, getConnection, getDefaultDataType, getNumberOfRetries, getPooledConnection, getServerHostName, handleConnect, handleDisconnect, initPool, setNumberOfRetries, setup, transport |
Methods inherited from class org.jboss.remoting.RemoteClientInvoker |
connect, disconnect, getMarshaller, getSocketFactory, getUnMarshaller, invoke, isConnected, postProcess, preProcess, setMarshaller, setUnMarshaller |
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.ClientInvoker |
addClientLocator, getClientLocator |
Methods inherited from interface org.jboss.remoting.Invoker |
getLocator |
Constructor Detail |
public SSLSocketClientInvoker(InvokerLocator locator) throws java.io.IOException
public SSLSocketClientInvoker(InvokerLocator locator, java.util.Map configuration) throws java.io.IOException
Method Detail |
protected javax.net.SocketFactory createSocketFactory(java.util.Map configuration)
RemoteClientInvoker
createSocketFactory
in class RemoteClientInvoker
configuration
-
protected java.net.Socket createSocket(java.lang.String address, int port) throws java.io.IOException
createSocket
in class SocketClientInvoker
java.io.IOException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |