| Home >> All >> org >> apache >> axis >> components >> [ net Javadoc ] |
org.apache.axis.components.net: Javadoc index of package org.apache.axis.components.net.
Package Samples:
org.apache.axis.components.net
Classes:
DefaultCommonsHTTPClientProperties: Default property set for the of the multi threaded connection pool used in the CommonsHTTPSender transport implementation. Values returned by this implementation are identical to the defaults for the Commons HTTPClient library itself, unless overridden with Axis properties.
CommonsHTTPClientProperties: Interface implemented by classes seeking to configure the properties of the multi threaded connection pool used in the CommonsHTTPSender transport implementation.
SecureSocketFactory: Secure Socket factory. This has a separate interface to allow discovery (by interface) and runtime distinction to be made between Socket & SecureSockets.
JSSESocketFactory: SSL socket factory. It _requires_ a valid RSA key and JSSE. (borrowed code from tomcat) THIS CODE STILL HAS DEPENDENCIES ON sun.* and com.sun.*
IBMJSSESocketFactory: SSL socket factory. It _requires_ a valid RSA key and JSSE. (borrowed code from tomcat)
SunJSSESocketFactory: SSL socket factory. It _requires_ a valid RSA key and JSSE. (borrowed code from tomcat)
IBMFakeTrustSocketFactory: Hook for Axis sender, allowing unsigned server certs
SunFakeTrustSocketFactory: Hook for Axis sender, allowing unsigned server certs
SocketFactoryFactory: Class SocketFactoryFactory
DefaultSocketFactory: Default socket factory.
BooleanHolder: hold a boolean value.
SocketFactory: Socket factory.
CommonsHTTPClientPropertiesFactory
DefaultHTTPSTransportClientProperties
DefaultHTTPTransportClientProperties
TransportClientProperties
TransportClientPropertiesFactory
| Home | Contact Us | Privacy Policy | Terms of Service |