com.esri.arcgis.system
Interface esriHttpMethod

All Superinterfaces:
java.io.Serializable

public interface esriHttpMethod
extends java.io.Serializable

Constants from esriHttpMethod' enum. Generated 3/19/2015 1:20:40 PM from 'C:\ArcGIS\COM\esriSystem.olb'

Description: 'The HTTP methods.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =


Field Summary
static int esriHttpMethodDelete
          The HTTP Delete method.
static int esriHttpMethodGet
          The HTTP Get method.
static int esriHttpMethodHead
          The HTTP Head method.
static int esriHttpMethodOptions
          The HTTP Options method.
static int esriHttpMethodPost
          The HTTP Post method.
static int esriHttpMethodPut
          The HTTP Put method.
static int esriHttpMethodTrace
          The HTTP Trace method.
 

Field Detail

esriHttpMethodPost

static final int esriHttpMethodPost
The HTTP Post method.

See Also:
Constant Field Values

esriHttpMethodGet

static final int esriHttpMethodGet
The HTTP Get method.

See Also:
Constant Field Values

esriHttpMethodPut

static final int esriHttpMethodPut
The HTTP Put method.

See Also:
Constant Field Values

esriHttpMethodDelete

static final int esriHttpMethodDelete
The HTTP Delete method.

See Also:
Constant Field Values

esriHttpMethodHead

static final int esriHttpMethodHead
The HTTP Head method.

See Also:
Constant Field Values

esriHttpMethodTrace

static final int esriHttpMethodTrace
The HTTP Trace method.

See Also:
Constant Field Values

esriHttpMethodOptions

static final int esriHttpMethodOptions
The HTTP Options method.

See Also:
Constant Field Values