Uses of Class
org.apache.hc.core5.http.MethodNotSupportedException
-
Packages that use MethodNotSupportedException Package Description org.apache.hc.core5.http Core HTTP transport component APIs. -
-
Uses of MethodNotSupportedException in org.apache.hc.core5.http
Methods in org.apache.hc.core5.http that throw MethodNotSupportedException Modifier and Type Method Description T
HttpRequestFactory. newHttpRequest(java.lang.String method, java.lang.String uri)
Creates request message with the given request method and request URI.T
HttpRequestFactory. newHttpRequest(java.lang.String method, java.net.URI uri)
Creates request message with the given request method and request URI.
-