Uses of Class
org.apache.http.MethodNotSupportedException
| Package | Description |
|---|---|
| org.apache.http |
The core interfaces and classes of the HTTP components.
|
| org.apache.http.impl |
Default implementations for interfaces in
org.apache.http. |
-
Uses of MethodNotSupportedException in org.apache.http
Methods in org.apache.http that throw MethodNotSupportedException Modifier and Type Method Description HttpRequestHttpRequestFactory. newHttpRequest(String method, String uri)HttpRequestHttpRequestFactory. newHttpRequest(RequestLine requestline) -
Uses of MethodNotSupportedException in org.apache.http.impl
Methods in org.apache.http.impl that throw MethodNotSupportedException Modifier and Type Method Description HttpRequestDefaultHttpRequestFactory. newHttpRequest(String method, String uri)HttpRequestDefaultHttpRequestFactory. newHttpRequest(RequestLine requestline)