public final class MultiStatusBuilder
extends java.lang.Object
Constructor and Description |
---|
MultiStatusBuilder() |
Modifier and Type | Method and Description |
---|---|
org.w3c.dom.Element |
newResponse(org.w3c.dom.Element parent,
java.lang.String href,
int statusCode) |
org.w3c.dom.Element |
newResponse(java.lang.String href,
int status)
|
org.w3c.dom.Element |
root() |
void |
sendAs(org.vertx.java.core.http.HttpServerResponse sr) |
void |
sendAs(org.vertx.java.core.http.HttpServerResponse sr,
boolean dumpSent) |
public org.w3c.dom.Element root()
public org.w3c.dom.Element newResponse(java.lang.String href, int status)
/principals/__uids__/4B13E815-707E-4C3F-9B4C-46EB864CD8F4/
..... HTTP/1.1 200 OK
public org.w3c.dom.Element newResponse(org.w3c.dom.Element parent, java.lang.String href, int statusCode)
public void sendAs(org.vertx.java.core.http.HttpServerResponse sr)
public void sendAs(org.vertx.java.core.http.HttpServerResponse sr, boolean dumpSent)
Copyright © 2021. All Rights Reserved.