Uses of Class
javax.net.SocketFactory
Packages that use SocketFactory
包
Description
Provides classes for networking applications.
Provides classes for the secure socket package.
-
Uses of SocketFactory in javax.net
Methods in javax.net that return SocketFactory修饰符和类方法Descriptionstatic SocketFactory
SocketFactory.getDefault()
Returns a copy of the environment's default socket factory. -
Uses of SocketFactory in javax.net.ssl
Subclasses of SocketFactory in javax.net.sslMethods in javax.net.ssl that return SocketFactory修饰符和类方法Descriptionstatic SocketFactory
SSLSocketFactory.getDefault()
Returns the default SSL socket factory.