| Package | Description |
|---|---|
| com.pingidentity.pa.sdk.http | |
| com.pingidentity.pa.sdk.http.client |
| Modifier and Type | Field and Description |
|---|---|
static Method |
Method.ACL |
static Method |
Method.BASELINE_CONTROL |
static Method |
Method.BIND |
static Method |
Method.CHECKIN |
static Method |
Method.CHECKOUT |
static Method |
Method.CONNECT |
static Method |
Method.COPY |
static Method |
Method.DELETE |
static Method |
Method.GET |
static Method |
Method.HEAD |
static Method |
Method.LABEL |
static Method |
Method.LINK |
static Method |
Method.LOCK |
static Method |
Method.MERGE |
static Method |
Method.MKACTIVITY |
static Method |
Method.MKCALENDAR |
static Method |
Method.MKCOL |
static Method |
Method.MKREDIRECTREF |
static Method |
Method.MKWORKSPACE |
static Method |
Method.MOVE |
static Method |
Method.OPTIONS |
static Method |
Method.ORDERPATCH |
static Method |
Method.PATCH |
static Method |
Method.POST |
static Method |
Method.PROPFIND |
static Method |
Method.PROPPATCH |
static Method |
Method.PUT |
static Method |
Method.REBIND |
static Method |
Method.REPORT |
static Method |
Method.SEARCH |
static Method |
Method.TRACE |
static Method |
Method.UNCHECKOUT |
static Method |
Method.UNLINK |
static Method |
Method.UNLOCK |
static Method |
Method.UPDATE |
static Method |
Method.UPDATEREDIRECTREF |
static Method |
Method.VERSION_CONTROL |
| Modifier and Type | Method and Description |
|---|---|
static Method |
Method.create(String name,
boolean safe,
boolean idempotent,
boolean requestBodyEmpty)
|
static Method |
Method.forName(String name)
Retrieves the
Method for the supplied name. |
Method |
Request.getMethod()
Retrieves the request's method.
|
| Modifier and Type | Method and Description |
|---|---|
static Collection<Method> |
Method.getPredefinedMethods() |
| Modifier and Type | Method and Description |
|---|---|
void |
Request.setMethod(Method method)
Sets the request's method.
|
| Modifier and Type | Method and Description |
|---|---|
Method |
ClientRequest.getMethod() |
| Constructor and Description |
|---|
ClientRequest(Method method,
String requestTarget,
Headers headers)
Constructs a
ClientRequest representing a HTTP request without a body. |
ClientRequest(Method method,
String requestTarget,
Headers headers,
byte[] body)
Constructs a
ClientRequest representing a HTTP request with a body. |
Copyright 2023 Ping Identity Corp. All rights reserved.