public interface esriHttpMethod
extends java.io.Serializable
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 =
Modifier and Type | Field and Description |
---|---|
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.
|
static final int esriHttpMethodPost
static final int esriHttpMethodGet
static final int esriHttpMethodPut
static final int esriHttpMethodDelete
static final int esriHttpMethodHead
static final int esriHttpMethodTrace
static final int esriHttpMethodOptions