Class BatchOfflineHTTPConduit

    • Nested Class Summary

      • Nested classes/interfaces inherited from class org.apache.cxf.transport.http.HTTPConduit

        org.apache.cxf.transport.http.HTTPConduit.InterposedMessageObserver, org.apache.cxf.transport.http.HTTPConduit.WrappedOutputStream
    • Field Summary

      • Fields inherited from class org.apache.cxf.transport.http.HTTPConduit

        authorizationPolicy, authSupplier, bus, certConstraints, clientSidePolicy, cookies, defaultAddress, endpointInfo, FORCE_HTTP_VERSION, fromEndpointReferenceType, HTTP_RESPONSE_MESSAGE, HTTP_VERSION, KEY_HTTP_CONNECTION, KEY_HTTP_CONNECTION_ADDRESS, KNOWN_HTTP_VERBS_WITH_NO_CONTENT, LOG, NO_IO_EXCEPTIONS, PROCESS_FAULT_ON_HTTP_400, proxyAuthorizationPolicy, proxyAuthSupplier, proxyFactory, SERVICE_NOT_AVAILABLE_ON_HTTP_STATUS_CODES, SET_HTTP_RESPONSE_MESSAGE, tlsClientParameters, trustDecider
    • Method Detail

      • setupConnection

        protected void setupConnection​(Message message,
                                       org.apache.cxf.transport.http.Address address,
                                       org.apache.cxf.transports.http.configuration.HTTPClientPolicy csPolicy)
                                throws IOException
        Specified by:
        setupConnection in class org.apache.cxf.transport.http.HTTPConduit
        Throws:
        IOException
      • getClient

        public org.apache.cxf.transports.http.configuration.HTTPClientPolicy getClient​(Message message)
        Overrides:
        getClient in class org.apache.cxf.transport.http.HTTPConduit
      • createOutputStream

        protected OutputStream createOutputStream​(Message message,
                                                  boolean needToCacheRequest,
                                                  boolean isChunking,
                                                  int chunkThreshold)
                                           throws IOException
        Specified by:
        createOutputStream in class org.apache.cxf.transport.http.HTTPConduit
        Throws:
        IOException