com.ontimize.util.rmitunneling
Class NatRMIHTTPTunnelingSocketFactory
java.lang.Object
java.rmi.server.RMISocketFactory
com.ontimize.util.rmitunneling.RMIHTTPTunnelingSocketFactory
com.ontimize.util.rmitunneling.NatRMIHTTPTunnelingSocketFactory
- All Implemented Interfaces:
- java.rmi.server.RMIClientSocketFactory, java.rmi.server.RMIServerSocketFactory
- public class NatRMIHTTPTunnelingSocketFactory
- extends RMIHTTPTunnelingSocketFactory
|
Method Summary |
java.net.Socket |
createSocket(java.lang.String hostForward,
int i)
|
| 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 |
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)
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