Interface SecureSocketFactory

All Superinterfaces:
SocketFactory
All Known Implementing Classes:
IBMFakeTrustSocketFactory, IBMJSSESocketFactory, JSSESocketFactory, SunFakeTrustSocketFactory, SunJSSESocketFactory

public interface SecureSocketFactory extends SocketFactory
Secure Socket factory. This has a separate interface to allow discovery (by interface) and runtime distinction to be made between Socket & SecureSockets.
Author:
Richard A. Sitze, Davanum Srinivas (dims@yahoo.com)
  • Method Summary

    Methods inherited from interface org.apache.axis.components.net.SocketFactory

    create