|
|||||||||||
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.MicroRemoteClientInvoker
org.jboss.remoting.RemoteClientInvoker
org.jboss.remoting.transport.socket.MicroSocketClientInvoker
org.jboss.remoting.transport.socket.SocketClientInvoker
org.jboss.remoting.transport.sslsocket.SSLSocketClientInvoker
Field Summary |
Fields inherited from class org.jboss.remoting.transport.socket.SocketClientInvoker |
SO_TIMEOUT_DEFAULT, SO_TIMEOUT_FLAG, timeout |
Fields inherited from class org.jboss.remoting.transport.socket.MicroSocketClientInvoker |
addr, address, CLIENT_SOCKET_CLASS_FLAG, clientSocketClass, clientSocketClassName, connectionPools, deserializeTime, enableTcpNoDelay, getSocketTime, MAX_CALL_RETRIES, MAX_POOL_SIZE, MAX_POOL_SIZE_FLAG, MAX_RETRIES, maxPoolSize, numberOfCallRetries, numberOfRetries, pool, port, readTime, serializeTime, shouldCheckConnection, TCP_NODELAY_DEFAULT, TCP_NODELAY_FLAG, usedPooled, usedPoolLock, writeTime |
Fields inherited from class org.jboss.remoting.MicroRemoteClientInvoker |
connected |
Fields inherited from class org.jboss.remoting.AbstractInvoker |
classbyteloader, configuration, localServerLocators, locator, log, serializationType, socketFactory, socketFactoryCreatedFromSSLParameters |
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 SSLSocketBuilder, create one. |
Methods inherited from class org.jboss.remoting.transport.socket.SocketClientInvoker |
configureParameters, createClientSocket, createServerAddress, getPooledConnection, getTimeout, handleException |
Methods inherited from class org.jboss.remoting.transport.socket.MicroSocketClientInvoker |
checkingConnection, clearPool, clearPools, finalize, flushConnectionPool, getConnection, getDefaultDataType, getNumberOfCallRetries, getNumberOfRetries, getReuseAddress, getServerHostName, handleConnect, handleDisconnect, initPool, setNumberOfCallRetries, setNumberOfRetries, setReuseAddress, setup, transport |
Methods inherited from class org.jboss.remoting.MicroRemoteClientInvoker |
connect, disconnect, getMarshaller, getUnMarshaller, invoke, isConnected, postProcess, preProcess, setMarshaller, setUnMarshaller |
Methods inherited from class org.jboss.remoting.AbstractInvoker |
addClientLocator, 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.ClientInvoker |
addClientLocator, getClientLocator, getSocketFactory, setSocketFactory |
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)
AbstractInvoker
createSocketFactory
in class AbstractInvoker
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 |