Ontimize 5.2072EN

com.ontimize.util.rmitunneling
Class NatRMIHTTPSTunnelingSocketFactory

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

public class NatRMIHTTPSTunnelingSocketFactory
extends RMIHTTPSTunnelingSocketFactory


Field Summary
 
Fields inherited from class com.ontimize.util.rmitunneling.RMIHTTPSTunnelingSocketFactory
DEBUG
 
Constructor Summary
NatRMIHTTPSTunnelingSocketFactory(java.lang.String host, java.lang.String cgiPath, int port)
           
 
Method Summary
 java.net.Socket createSocket(java.lang.String hostConnect, int portforward)
           
 
Methods inherited from class com.ontimize.util.rmitunneling.RMIHTTPSTunnelingSocketFactory
createServerSocket, log
 
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
 

Constructor Detail

NatRMIHTTPSTunnelingSocketFactory

public NatRMIHTTPSTunnelingSocketFactory(java.lang.String host,
                                         java.lang.String cgiPath,
                                         int port)
Method Detail

createSocket

public java.net.Socket createSocket(java.lang.String hostConnect,
                                    int portforward)
                             throws java.io.IOException
Specified by:
createSocket in interface java.rmi.server.RMIClientSocketFactory
Overrides:
createSocket in class RMIHTTPSTunnelingSocketFactory
Throws:
java.io.IOException

Ontimize