Class HTTPSSender
- java.lang.Object
-
- org.apache.axis.handlers.BasicHandler
-
- org.apache.axis.transport.http.CommonsHTTPSender
-
- org.globus.axis.transport.commons.HTTPSSender
-
- All Implemented Interfaces:
java.io.Serializable,org.apache.axis.Handler
public class HTTPSSender extends org.apache.axis.transport.http.CommonsHTTPSenderOverwrites the Axis sender to use a global connection manager- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected static java.lang.String[]PARAMS
-
Constructor Summary
Constructors Constructor Description HTTPSSender()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected org.apache.commons.httpclient.HostConfigurationgetHostConfiguration(org.apache.commons.httpclient.HttpClient client, org.apache.axis.MessageContext context, java.net.URL targetURL)protected voidinitialize()-
Methods inherited from class org.apache.axis.transport.http.CommonsHTTPSender
handleCookie, invoke, isHostInNonProxyList, match
-
-
-
-
Method Detail
-
initialize
protected void initialize()
- Overrides:
initializein classorg.apache.axis.transport.http.CommonsHTTPSender
-
getHostConfiguration
protected org.apache.commons.httpclient.HostConfiguration getHostConfiguration(org.apache.commons.httpclient.HttpClient client, org.apache.axis.MessageContext context, java.net.URL targetURL)- Overrides:
getHostConfigurationin classorg.apache.axis.transport.http.CommonsHTTPSender
-
-