public final class ConfirmationRequest extends Object
<confirm/> element in the http://jabber.org/protocol/http-auth namespace.
This class is immutable.
| Modifier and Type | Field and Description |
|---|---|
static String |
NAMESPACE
http://jabber.org/protocol/http-auth
|
| Constructor and Description |
|---|
ConfirmationRequest(String id,
String method,
URL url)
Creates a confirmation request element.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getId()
Gets the transaction identifier provided in the HTTP Authorization Request.
|
String |
getMethod()
Gets the HTTP method.
|
URL |
getUrl()
Gets the URL to confirm.
|
public static final String NAMESPACE
public final String getId()
public final String getMethod()
public final URL getUrl()
Copyright © 2014–2017 XMPP.rocks. All rights reserved.