Ontimize 5.2072EN

com.ontimize.util.rmitunneling
Class RMIHTTPSTunnelingClientSocketFactory

java.lang.Object
  extended byjava.rmi.server.RMISocketFactory
      extended bycom.ontimize.util.rmitunneling.RMIHTTPSTunnelingClientSocketFactory
All Implemented Interfaces:
java.rmi.server.RMIClientSocketFactory, java.rmi.server.RMIServerSocketFactory

public class RMIHTTPSTunnelingClientSocketFactory
extends java.rmi.server.RMISocketFactory


Field Summary
static boolean DEBUG
           
 
Constructor Summary
RMIHTTPSTunnelingClientSocketFactory()
           
RMIHTTPSTunnelingClientSocketFactory(int port)
           
RMIHTTPSTunnelingClientSocketFactory(java.lang.String cgiPath, int port)
           
 
Method Summary
 java.net.ServerSocket createServerSocket(int i)
           
 java.net.Socket createSocket(java.lang.String string, int i)
           
protected static void log(java.lang.String s)
           
 
Methods inherited from class java.rmi.server.RMISocketFactory
getDefaultSocketFactory, getFailureHandler, getSocketFactory, setFailureHandler, setSocketFactory
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEBUG

public static boolean DEBUG
Constructor Detail

RMIHTTPSTunnelingClientSocketFactory

public RMIHTTPSTunnelingClientSocketFactory(int port)

RMIHTTPSTunnelingClientSocketFactory

public RMIHTTPSTunnelingClientSocketFactory(java.lang.String cgiPath,
                                            int port)

RMIHTTPSTunnelingClientSocketFactory

public RMIHTTPSTunnelingClientSocketFactory()
Method Detail

log

protected static void log(java.lang.String s)

createSocket

public java.net.Socket createSocket(java.lang.String string,
                                    int i)
                             throws java.io.IOException
Throws:
java.io.IOException

createServerSocket

public java.net.ServerSocket createServerSocket(int i)
                                         throws java.io.IOException
Throws:
java.io.IOException

Ontimize