Ontimize 5.2072EN

com.ontimize.util.rmitunneling
Class RMIHTTPSTunnelingSocketFactory

java.lang.Object
  extended byjava.rmi.server.RMISocketFactory
      extended bycom.ontimize.util.rmitunneling.RMIHTTPSTunnelingSocketFactory
All Implemented Interfaces:
java.rmi.server.RMIClientSocketFactory, java.rmi.server.RMIServerSocketFactory
Direct Known Subclasses:
NatRMIHTTPSTunnelingSocketFactory

public class RMIHTTPSTunnelingSocketFactory
extends java.rmi.server.RMISocketFactory


Field Summary
static boolean DEBUG
           
 
Constructor Summary
RMIHTTPSTunnelingSocketFactory()
           
RMIHTTPSTunnelingSocketFactory(int port)
           
RMIHTTPSTunnelingSocketFactory(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

RMIHTTPSTunnelingSocketFactory

public RMIHTTPSTunnelingSocketFactory(int port)

RMIHTTPSTunnelingSocketFactory

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

RMIHTTPSTunnelingSocketFactory

public RMIHTTPSTunnelingSocketFactory()
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