org.jboss.remoting.transport.sslmultiplex
Class SSLMultiplexClientInvoker

java.lang.Object
  extended byorg.jboss.remoting.AbstractInvoker
      extended byorg.jboss.remoting.MicroRemoteClientInvoker
          extended byorg.jboss.remoting.RemoteClientInvoker
              extended byorg.jboss.remoting.transport.socket.MicroSocketClientInvoker
                  extended byorg.jboss.remoting.transport.socket.SocketClientInvoker
                      extended byorg.jboss.remoting.transport.multiplex.MultiplexClientInvoker
                          extended byorg.jboss.remoting.transport.sslmultiplex.SSLMultiplexClientInvoker
All Implemented Interfaces:
BidirectionalClientInvoker, ClientInvoker, Invoker

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: 1.3 $

Copyright (c) 2006

Author:
Ron Sigal

Field Summary
 
Fields inherited from class org.jboss.remoting.transport.multiplex.MultiplexClientInvoker
clientSocketClassName
 
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, 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
SSLMultiplexClientInvoker(InvokerLocator locator)
           
SSLMultiplexClientInvoker(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.multiplex.MultiplexClientInvoker
configureSocketGroupParameters, finishStart, getBindSocketAddress, getCallbackLocator, getConnectSocketAddress, getDefaultDataType, handleConnect, handleDisconnect, transport
 
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, getNumberOfCallRetries, getNumberOfRetries, getReuseAddress, getServerHostName, initPool, setNumberOfCallRetries, setNumberOfRetries, setReuseAddress, setup
 
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, connect, disconnect, getClientLocator, getMarshaller, getSocketFactory, getUnMarshaller, invoke, isConnected, setMarshaller, setSocketFactory, setUnMarshaller
 
Methods inherited from interface org.jboss.remoting.Invoker
getLocator
 

Constructor Detail

SSLMultiplexClientInvoker

public SSLMultiplexClientInvoker(InvokerLocator locator)
                          throws java.io.IOException

SSLMultiplexClientInvoker

public SSLMultiplexClientInvoker(InvokerLocator locator,
                                 java.util.Map configuration)
                          throws java.io.IOException
Parameters:
locator -
configuration -
Throws:
java.io.IOException
Method Detail

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
Parameters:
configuration -
Returns:

createSocket

protected java.net.Socket createSocket(java.lang.String address,
                                       int port)
                                throws java.io.IOException
Overrides:
createSocket in class MultiplexClientInvoker
Throws:
java.io.IOException


Copyright © 1998-2005 JBoss Inc . All Rights Reserved.