wt.boot
Class WTRMIHttpsToCGISocketFactory
java.lang.Object
java.rmi.server.RMISocketFactory
wt.boot.WTRMIURLSocketFactory
wt.boot.WTRMIHttpsToCGISocketFactory
- All Implemented Interfaces:
- RMIClientSocketFactory, RMIHttpSocketFactory, RMIServerSocketFactory
- public class WTRMIHttpsToCGISocketFactory
- extends WTRMIURLSocketFactory
A RMI socket factory that returns sockets for performing RMI over HTTPS URL connections.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WTRMIHttpsToCGISocketFactory
public WTRMIHttpsToCGISocketFactory()
createSocket
public Socket createSocket(String host,
int port)
throws IOException
- Specified by:
createSocket
in interface RMIClientSocketFactory
- Specified by:
createSocket
in class WTRMIURLSocketFactory
- Throws:
IOException
createServerSocket
public ServerSocket createServerSocket(int port)
throws IOException
- Specified by:
createServerSocket
in interface RMIServerSocketFactory
- Overrides:
createServerSocket
in class WTRMIURLSocketFactory
- Throws:
IOException