Uses of Class
org.apache.http.MethodNotSupportedException
Packages that use MethodNotSupportedException
Package
Description
Core HTTP component APIs and primitives.
Default implementations of HTTP connections for synchronous,
blocking communication.
-
Uses of MethodNotSupportedException in org.apache.http
Methods in org.apache.http that throw MethodNotSupportedExceptionModifier and TypeMethodDescriptionHttpRequestFactory.newHttpRequest
(String method, String uri) HttpRequestFactory.newHttpRequest
(RequestLine requestline) -
Uses of MethodNotSupportedException in org.apache.http.impl
Methods in org.apache.http.impl that throw MethodNotSupportedExceptionModifier and TypeMethodDescriptionDefaultHttpRequestFactory.newHttpRequest
(String method, String uri) DefaultHttpRequestFactory.newHttpRequest
(RequestLine requestline)