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 ConfigurableConfiguration interface for HTTP requests.- Since:
- 4.3
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RequestConfiggetConfig()Returns actual request configuration.
-
-
-
Method Detail
-
getConfig
RequestConfig getConfig()
Returns actual request configuration.
-
-