Interface ApacheRequestPartBuilder

All Known Implementing Classes:
ApacheRequestAuthenticationBuilder, ApacheRequestBodyBuilder, ApacheRequestHeadersBuilder, ApacheRequestQueryParametersBuilder, ApacheRequestUriBuilder

public interface ApacheRequestPartBuilder
Maps a part of a HttpCommonRequest to an Apache ClassicRequestBuilder. Each part of the request is mapped by a different builder, for example the request body, the URI, the authentication, etc.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    build(org.apache.hc.core5.http.io.support.ClassicRequestBuilder builder, HttpCommonRequest request)
     
  • Method Details

    • build

      void build(org.apache.hc.core5.http.io.support.ClassicRequestBuilder builder, HttpCommonRequest request)