Uses of Interface
org.apache.axis.components.net.SocketFactory
-
Packages that use SocketFactory Package Description org.apache.axis.components.net -
-
Uses of SocketFactory in org.apache.axis.components.net
Subinterfaces of SocketFactory in org.apache.axis.components.net Modifier and Type Interface Description interfaceSecureSocketFactorySecure Socket factory.Classes in org.apache.axis.components.net that implement SocketFactory Modifier and Type Class Description classDefaultSocketFactoryDefault socket factory.classIBMFakeTrustSocketFactoryHook for Axis sender, allowing unsigned server certsclassIBMJSSESocketFactorySSL socket factory.classJSSESocketFactorySSL socket factory.classSunFakeTrustSocketFactoryHook for Axis sender, allowing unsigned server certsclassSunJSSESocketFactorySSL socket factory.Methods in org.apache.axis.components.net that return SocketFactory Modifier and Type Method Description static SocketFactorySocketFactoryFactory. getFactory(java.lang.String protocol, java.util.Hashtable attributes)Returns a copy of the environment's default socket factory.
-