| Package | Description | 
|---|---|
| org.apache.hc.core5.http.impl | Default implementations of core HTTP APIs. | 
| org.apache.hc.core5.http.protocol | Core HTTP protocol interceptors. | 
| org.apache.hc.core5.http2.impl | Default implementations of core HTTP/2 APIs. | 
| Modifier and Type | Method and Description | 
|---|---|
| static HttpProcessorBuilder | HttpProcessors. customClient(String agentInfo)Creates  HttpProcessorBuilderinitialized with default protocol interceptors
 for client side HTTP/1.1 processing. | 
| static HttpProcessorBuilder | HttpProcessors. customServer(String serverInfo)Creates  HttpProcessorBuilderinitialized with default protocol interceptors
 for server side HTTP/1.1 processing. | 
| Modifier and Type | Method and Description | 
|---|---|
| static HttpProcessorBuilder | H2Processors. customClient(String agentInfo) | 
| static HttpProcessorBuilder | H2Processors. customServer(String serverInfo) | 
Copyright © 2005–2022 The Apache Software Foundation. All rights reserved.