Uses of Class
org.apache.http.MethodNotSupportedException
-
Packages that use MethodNotSupportedException Package Description org.apache.http Core HTTP component APIs and primitives.org.apache.http.impl Default implementations of HTTP connections for synchronous, blocking communication. -
-
Uses of MethodNotSupportedException in org.apache.http
Methods in org.apache.http that throw MethodNotSupportedException Modifier and Type Method Description HttpRequest
HttpRequestFactory. newHttpRequest(java.lang.String method, java.lang.String uri)
HttpRequest
HttpRequestFactory. 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 HttpRequest
DefaultHttpRequestFactory. newHttpRequest(java.lang.String method, java.lang.String uri)
HttpRequest
DefaultHttpRequestFactory. newHttpRequest(RequestLine requestline)
-