Uses of Class
wt.boot.WTRMIURLSocketFactory

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

Uses of WTRMIURLSocketFactory in wt.boot
 

Subclasses of WTRMIURLSocketFactory in wt.boot
 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.