public final class ConfirmationRequest extends Object
<confirm/> element in the http://jabber.org/protocol/http-auth namespace.| 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.
|
Copyright © 2014 XMPP.rocks. All rights reserved.