Uses of Class
org.globus.net.SocketFactory
-
Packages that use SocketFactory Package Description org.globus.net Contains socket factories for creating regural and secure server sockets behind firewalls or NAT servers. -
-
Uses of SocketFactory in org.globus.net
Fields in org.globus.net declared as SocketFactory Modifier and Type Field Description private static SocketFactory
SocketFactory. defaultFactory
Methods in org.globus.net that return SocketFactory Modifier and Type Method Description static SocketFactory
SocketFactory. getDefault()
Returns the default instance of this class.
-