|
||||||||||
| 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
public class SSLSocketClientInvoker
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class org.jboss.remoting.AbstractInvoker |
|---|
AbstractInvoker.CallbackLocatorHolder |
| 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, maxPoolSize, numberOfCallRetries, pool, port, readTime, semaphore, semaphores, serializeTime, shouldCheckConnection, TCP_NODELAY_DEFAULT, TCP_NODELAY_FLAG, usedPoolLock, WRAP_INTERRUPTED_EXCEPTION, wrapInterruptedException, writeTime |
| Fields inherited from class org.jboss.remoting.MicroRemoteClientInvoker |
|---|
connected |
| Fields inherited from class org.jboss.remoting.AbstractInvoker |
|---|
classbyteloader, configuration, localServerLocators, locator, passConfigMapToMarshalFactory, 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,
int timeout)
|
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, toString |
| Methods inherited from class org.jboss.remoting.transport.socket.MicroSocketClientInvoker |
|---|
checkingConnection, clearPool, clearPools, disconnect, finalize, flushConnectionPool, getConnection, getDefaultDataType, getNumberOfAvailableConnections, getNumberOfCallRetries, getNumberOfUsedConnections, getReuseAddress, getServerHostName, handleConnect, handleDisconnect, initPool, isWrapInterruptedException, setNumberOfCallRetries, setReuseAddress, setup, setWrapInterruptedException, transport |
| Methods inherited from class org.jboss.remoting.RemoteClientInvoker |
|---|
useAllParams |
| Methods inherited from class org.jboss.remoting.MicroRemoteClientInvoker |
|---|
connect, establishLease, getLeasePeriod, getLeasePinger, getMarshaller, getSessionId, getUnMarshaller, init, invoke, isConnected, postProcess, preProcess, setMarshaller, setUnMarshaller, terminateLease, terminateLease |
| Methods inherited from class org.jboss.remoting.AbstractInvoker |
|---|
addClientLocator, getClassLoader, getClientLocator, getClientLocators, getConfiguration, getLocator, getSerializationType, getSocketFactory, isCompleteSocketFactory, isSocketFactoryCreatedFromSSLParameters, needsCustomSSLConfiguration, setClassLoader, setSerializationType, setSocketFactory, wrapSocketFactory |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.jboss.remoting.transport.ClientInvoker |
|---|
addClientLocator, getClientLocator, getClientLocators, getSocketFactory, setSocketFactory |
| Methods inherited from interface org.jboss.remoting.Invoker |
|---|
getLocator |
| Constructor Detail |
|---|
public SSLSocketClientInvoker(InvokerLocator locator)
throws java.io.IOException
java.io.IOException
public SSLSocketClientInvoker(InvokerLocator locator,
java.util.Map configuration)
throws java.io.IOException
java.io.IOException| Method Detail |
|---|
protected javax.net.SocketFactory createSocketFactory(java.util.Map configuration)
AbstractInvoker
createSocketFactory in class AbstractInvoker
protected java.net.Socket createSocket(java.lang.String address,
int port,
int timeout)
throws java.io.IOException
createSocket in class SocketClientInvokerjava.io.IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||