public static interface

Request.Method

com.android.volley.Request.Method

Class Overview

Supported request methods.

Summary

Constants
int DELETE
int DEPRECATED_GET_OR_POST
int GET
int HEAD
int OPTIONS
int PATCH
int POST
int PUT
int TRACE

Constants

public static final int DELETE

Constant Value: 3 (0x00000003)

public static final int DEPRECATED_GET_OR_POST

Constant Value: -1 (0xffffffff)

public static final int GET

Constant Value: 0 (0x00000000)

public static final int HEAD

Constant Value: 4 (0x00000004)

public static final int OPTIONS

Constant Value: 5 (0x00000005)

public static final int PATCH

Constant Value: 7 (0x00000007)

public static final int POST

Constant Value: 1 (0x00000001)

public static final int PUT

Constant Value: 2 (0x00000002)

public static final int TRACE

Constant Value: 6 (0x00000006)