@Contract(threading=STATELESS) public class RequestExpectContinue extends Object implements HttpRequestInterceptor
Expect header.
 
 This interceptor takes into account RequestConfig.isExpectContinueEnabled()
 setting.
 
| Constructor and Description | 
|---|
| RequestExpectContinue() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | process(HttpRequest request,
       EntityDetails entity,
       HttpContext context) | 
public void process(HttpRequest request, EntityDetails entity, HttpContext context) throws HttpException, IOException
process in interface HttpRequestInterceptorHttpExceptionIOExceptionCopyright © 1999–2021 The Apache Software Foundation. All rights reserved.