| Modifier and Type | Method and Description | 
|---|---|
| void | sendRequest(HttpRequest request,
           EntityDetails entityDetails,
           HttpContext context)Sends a request through this channel. | 
void sendRequest(HttpRequest request, EntityDetails entityDetails, HttpContext context) throws HttpException, IOException
request - the outgoing request.entityDetails - the details of the entity enclosed in the requestcontext - the actual execution context.HttpException - in case of an HTTP protocol violation.IOException - in case of an I/O error.Copyright © 2005–2021 The Apache Software Foundation. All rights reserved.