Package org.apache.http.client.methods
Interface Configurable
- All Known Implementing Classes:
BaseDavRequest,HttpBind,HttpCheckin,HttpCheckout,HttpCopy,HttpDelete,HttpDelete,HttpEntityEnclosingRequestBase,HttpGet,HttpHead,HttpLabel,HttpLock,HttpMerge,HttpMkcol,HttpMkworkspace,HttpMove,HttpOptions,HttpOptions,HttpOrderpatch,HttpPatch,HttpPoll,HttpPost,HttpPropfind,HttpProppatch,HttpPut,HttpRebind,HttpReport,HttpRequestBase,HttpSearch,HttpSubscribe,HttpTrace,HttpUnbind,HttpUnlock,HttpUnsubscribe,HttpUpdate,HttpVersionControl
public interface Configurable
Configuration interface for HTTP requests.
- Since:
- 4.3
-
Method Summary
Modifier and TypeMethodDescriptionReturns actual request configuration.
-
Method Details
-
getConfig
RequestConfig getConfig()Returns actual request configuration.
-