OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MethodNotSupportedException
(Results
1 - 18
of
18
) sorted by null
/external/apache-http/src/org/apache/http/
MethodNotSupportedException.java
2
* $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpcore/trunk/module-main/src/main/java/org/apache/http/
MethodNotSupportedException
.java $
44
public class
MethodNotSupportedException
extends HttpException {
49
* Creates a new
MethodNotSupportedException
with the specified detail message.
53
public
MethodNotSupportedException
(final String message) {
58
* Creates a new
MethodNotSupportedException
with the specified detail message and cause.
64
public
MethodNotSupportedException
(final String message, final Throwable cause) {
HttpRequestFactory.java
46
throws
MethodNotSupportedException
;
49
throws
MethodNotSupportedException
;
/external/apache-http/src/org/apache/http/impl/
DefaultHttpRequestFactory.java
36
import org.apache.http.
MethodNotSupportedException
;
83
throws
MethodNotSupportedException
{
95
throw new
MethodNotSupportedException
(method + " method not supported");
100
throws
MethodNotSupportedException
{
108
throw new
MethodNotSupportedException
(method
/external/apache-http/src/org/apache/http/protocol/
HttpService.java
46
import org.apache.http.
MethodNotSupportedException
;
218
if (ex instanceof
MethodNotSupportedException
) {
/external/robolectric/lib/main/
httpcore-4.0.1.jar
/prebuilts/devtools/tools/lib/
httpcore-4.1.jar
/prebuilts/tools/common/http-client/
httpcore-4.1.jar
/prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpcore/4.1/
httpcore-4.1.jar
/external/smack/asmack-master/lib/
httpcore-4.1.4.jar
/prebuilts/sdk/10/
android.jar
/prebuilts/sdk/12/
android.jar
/prebuilts/sdk/13/
android.jar
/prebuilts/sdk/15/
android.jar
/prebuilts/sdk/16/
android.jar
/prebuilts/sdk/17/
android.jar
/prebuilts/sdk/4/
android.jar
/prebuilts/sdk/7/
android.jar
/prebuilts/sdk/8/
android.jar
Completed in 65 milliseconds