Uses of Class
javax.net.SocketFactory
Packages that use SocketFactory
Package
Description
Provides classes for networking applications.
Provides classes for the secure socket package.
- 
Uses of SocketFactory in javax.netMethods in javax.net that return SocketFactoryModifier and TypeMethodDescriptionstatic SocketFactorySocketFactory.getDefault()Returns a copy of the environment's default socket factory.
- 
Uses of SocketFactory in javax.net.sslSubclasses of SocketFactory in javax.net.sslMethods in javax.net.ssl that return SocketFactoryModifier and TypeMethodDescriptionstatic SocketFactorySSLSocketFactory.getDefault()Returns the default SSL socket factory.