Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.apache.http.client.methods Classes and Interfaces - 18 results found.
NameDescriptionTypePackageFramework
AbortableHttpRequestInterface representing an HTTP request that can be aborted by shutting down the underlying HTTP connection.Interfaceorg.apache.http.client.methodsApache HttpComponents
AbstractExecutionAwareRequestClassorg.apache.http.client.methodsApache HttpComponents
CloseableHttpResponseInterfaceorg.apache.http.client.methodsApache HttpComponents
ConfigurableConfiguration interface for HTTP requests.Interfaceorg.apache.http.client.methodsApache HttpComponents
HttpDelete The HTTP DELETE method is defined in section 9.Classorg.apache.http.client.methodsApache HttpComponents
HttpEntityEnclosingRequestBaseBasic implementation of an entity enclosing HTTP request that can be modifiedClassorg.apache.http.client.methodsApache HttpComponents
HttpExecutionAwareInterface to be implemented by any object that wishes to be notified of blocking I/O operations that could be cancelled.Interfaceorg.apache.http.client.methodsApache HttpComponents
HttpGet The HTTP GET method is defined in section 9.Classorg.apache.http.client.methodsApache HttpComponents
HttpHead The HTTP HEAD method is defined in section 9.Classorg.apache.http.client.methodsApache HttpComponents
HttpOptionsHTTP OPTIONS method.Classorg.apache.http.client.methodsApache HttpComponents
HttpPatch The HTTP PATCH method is defined in RF5789: The PATCH method requests that a set of changes described in the request entity beClassorg.apache.http.client.methodsApache HttpComponents
HttpPost The HTTP POST method is defined in section 9.Classorg.apache.http.client.methodsApache HttpComponents
HttpPut The HTTP PUT method is defined in section 9.Classorg.apache.http.client.methodsApache HttpComponents
HttpRequestBaseBase implementation of HttpUriRequest.Classorg.apache.http.client.methodsApache HttpComponents
HttpRequestWrapperA wrapper class for HttpRequest that can be used to change properties of the current request without modifying the original object.Classorg.apache.http.client.methodsApache HttpComponents
HttpTrace The HTTP TRACE method is defined in section 9.Classorg.apache.http.client.methodsApache HttpComponents
HttpUriRequestInterfaceorg.apache.http.client.methodsApache HttpComponents
RequestBuilderBuilder for HttpUriRequest instances.Classorg.apache.http.client.methodsApache HttpComponents