Class URLConnectionHTTPConduit

java.lang.Object
org.apache.cxf.transport.AbstractObservable
org.apache.cxf.transport.AbstractConduit
org.apache.cxf.transport.http.HTTPConduit
org.apache.cxf.transport.http.URLConnectionHTTPConduit
All Implemented Interfaces:
PropertyChangeListener, EventListener, org.apache.cxf.configuration.Configurable, org.apache.cxf.transport.Assertor, org.apache.cxf.transport.Conduit, org.apache.cxf.transport.Observable
Direct Known Subclasses:
HttpClientHTTPConduit

public class URLConnectionHTTPConduit extends HTTPConduit
  • Field Details

    • HTTPURL_CONNECTION_METHOD_REFLECTION

      public static final String HTTPURL_CONNECTION_METHOD_REFLECTION
      See Also:
    • SET_REASON_PHRASE_NOT_NULL

      public static final String SET_REASON_PHRASE_NOT_NULL
      See Also:
    • connectionFactory

      protected HttpsURLConnectionFactory connectionFactory
      This field holds the connection factory, which primarily is used to factor out SSL specific code from this implementation.

      This field is "protected" to facilitate some contrived UnitTesting so that an extended class may alter its value with an EasyMock URLConnection Factory.

  • Constructor Details

    • URLConnectionHTTPConduit

      public URLConnectionHTTPConduit(org.apache.cxf.Bus b, org.apache.cxf.service.model.EndpointInfo ei, org.apache.cxf.ws.addressing.EndpointReferenceType t) throws IOException
      Throws:
      IOException
  • Method Details