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.CommonsHTTPSender
Overwrites 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.HostConfiguration
getHostConfiguration(org.apache.commons.httpclient.HttpClient client, org.apache.axis.MessageContext context, java.net.URL targetURL)
protected void
initialize()
-
Methods inherited from class org.apache.axis.transport.http.CommonsHTTPSender
handleCookie, invoke, isHostInNonProxyList, match
-
-
-
-
Method Detail
-
initialize
protected void initialize()
- Overrides:
initialize
in 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:
getHostConfiguration
in classorg.apache.axis.transport.http.CommonsHTTPSender
-
-