org.jboss.remoting.transport.sslmultiplex
Class SSLMultiplexClientInvoker
java.lang.Object
org.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.multiplex.MultiplexClientInvoker
org.jboss.remoting.transport.sslmultiplex.SSLMultiplexClientInvoker
- All Implemented Interfaces:
- Invoker, BidirectionalClientInvoker, ClientInvoker
public class SSLMultiplexClientInvoker
- extends MultiplexClientInvoker
SSLMultiplexClientInvoker
is the client side of the sslmultiplex transport.
For more information, see Remoting documentation on labs.jboss.org.
- Version:
- $Revision: 2320 $
Copyright (c) 2006
- Author:
- Ron Sigal
Fields inherited from class org.jboss.remoting.transport.socket.MicroSocketClientInvoker |
addr, address, CLIENT_SOCKET_CLASS_FLAG, clientSocketClass, 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 |
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.MicroSocketClientInvoker |
checkingConnection, clearPool, clearPools, disconnect, finalize, flushConnectionPool, getConnection, getNumberOfAvailableConnections, getNumberOfCallRetries, getNumberOfUsedConnections, getReuseAddress, getServerHostName, initPool, isWrapInterruptedException, setNumberOfCallRetries, setReuseAddress, setup, setWrapInterruptedException |
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, connect, disconnect, establishLease, getClientLocator, getClientLocators, getLeasePeriod, getMarshaller, getSocketFactory, getUnMarshaller, invoke, isConnected, setMarshaller, setSocketFactory, setUnMarshaller, terminateLease |
SSLMultiplexClientInvoker
public SSLMultiplexClientInvoker(InvokerLocator locator)
throws java.io.IOException
- Throws:
java.io.IOException
SSLMultiplexClientInvoker
public SSLMultiplexClientInvoker(InvokerLocator locator,
java.util.Map configuration)
throws java.io.IOException
- Parameters:
locator
- configuration
-
- Throws:
java.io.IOException
createSocketFactory
protected javax.net.SocketFactory createSocketFactory(java.util.Map configuration)
- Description copied from class:
AbstractInvoker
- If any configuration parameters relate to the construction of a SSLSocketBuilder, create one.
- Overrides:
createSocketFactory
in class AbstractInvoker
createSocket
protected java.net.Socket createSocket(java.lang.String address,
int port,
int timeout)
throws java.io.IOException
- Overrides:
createSocket
in class MultiplexClientInvoker
- Throws:
java.io.IOException
Copyright © 1998-2005 JBoss Inc . All Rights Reserved.