Ontimize 5.2072EN

com.ontimize.util.rmitunneling
Class NatRMIHTTPTunnelingSocketFactory

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

public class NatRMIHTTPTunnelingSocketFactory
extends RMIHTTPTunnelingSocketFactory


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

NatRMIHTTPTunnelingSocketFactory

public NatRMIHTTPTunnelingSocketFactory(java.lang.String host,
                                        java.lang.String cgiPath,
                                        int port)

NatRMIHTTPTunnelingSocketFactory

public NatRMIHTTPTunnelingSocketFactory(java.lang.String host,
                                        int port)

NatRMIHTTPTunnelingSocketFactory

public NatRMIHTTPTunnelingSocketFactory(java.lang.String host)
Method Detail

createSocket

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

Ontimize