The methods of Org.Apache.Http.Protocol.HttpRequestExecutor are listed below. For a list of all members, see the HttpRequestExecutor Members list.
See Also: Inherited members from Java.Lang.Object
Execute(Org.Apache.Http.IHttpRequest, Org.Apache.Http.IHttpClientConnection, IHttpContext)Synchronously send a request and obtain the response. | ||
PostProcess(Org.Apache.Http.IHttpResponse, IHttpProcessor, IHttpContext)Finish a response. | ||
PreProcess(Org.Apache.Http.IHttpRequest, IHttpProcessor, IHttpContext)Prepare a request for sending. |
CanResponseHaveBody(Org.Apache.Http.IHttpRequest, Org.Apache.Http.IHttpResponse)Decide whether a response comes with an entity. | ||
DoReceiveResponse(Org.Apache.Http.IHttpRequest, Org.Apache.Http.IHttpClientConnection, IHttpContext)Wait for and receive a response. | ||
DoSendRequest(Org.Apache.Http.IHttpRequest, Org.Apache.Http.IHttpClientConnection, IHttpContext)Send a request over a connection. |