wt.boot
Class WTRMIHttpsToCGISocketFactory

java.lang.Object
  extended byjava.rmi.server.RMISocketFactory
      extended bywt.boot.WTRMIURLSocketFactory
          extended bywt.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.


Nested Class Summary
 
Nested classes inherited from class wt.boot.WTRMIURLSocketFactory
WTRMIURLSocketFactory.URLSocket
 
Field Summary
 
Fields inherited from class wt.boot.WTRMIURLSocketFactory
 
Fields inherited from class java.rmi.server.RMISocketFactory
 
Constructor Summary
WTRMIHttpsToCGISocketFactory()
           
 
Method Summary
 ServerSocket createServerSocket(int port)
           
 Socket createSocket(String host, int port)
           
 
Methods inherited from class wt.boot.WTRMIURLSocketFactory
createSocket, setLogLevel
 
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

WTRMIHttpsToCGISocketFactory

public WTRMIHttpsToCGISocketFactory()
Method Detail

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