Uses of Interface
wt.boot.RMIHttpSocketFactory

Packages that use RMIHttpSocketFactory
wt.boot Provides bootstrap loading capabilities for Windchill startup. 
 

Uses of RMIHttpSocketFactory in wt.boot
 

Classes in wt.boot that implement RMIHttpSocketFactory
 class WrappedRMIHttpToCGISocketFactory
           
 class WrappedRMIHttpToPortSocketFactory
           
 class WTRMIHttpsToCGISocketFactory
          A RMI socket factory that returns sockets for performing RMI over HTTPS URL connections.
 class WTRMIHttpToCodebaseSocketFactory
          A RMI socket factory that returns sockets for performing RMI over HTTP or HTTPS URL connections where protocol, hostname, and port number are derived from the codebase URL of this factory rather than arguments to the createSocket method.
 class WTRMIURLSocketFactory
          A RMI socket factory that returns sockets for performing RMI over URL connections.