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 interface
SecureSocketFactory
Secure Socket factory.Classes in org.apache.axis.components.net that implement SocketFactory Modifier and Type Class Description class
DefaultSocketFactory
Default socket factory.class
IBMFakeTrustSocketFactory
Hook for Axis sender, allowing unsigned server certsclass
IBMJSSESocketFactory
SSL socket factory.class
JSSESocketFactory
SSL socket factory.class
SunFakeTrustSocketFactory
Hook for Axis sender, allowing unsigned server certsclass
SunJSSESocketFactory
SSL socket factory.Methods in org.apache.axis.components.net that return SocketFactory Modifier and Type Method Description static SocketFactory
SocketFactoryFactory. getFactory(java.lang.String protocol, java.util.Hashtable attributes)
Returns a copy of the environment's default socket factory.
-