public interface Responder
| Modifier and Type | Interface and Description |
|---|---|
static class |
Responder.ConnectionHeader |
| Modifier and Type | Method and Description |
|---|---|
WbxmlOutput |
asOutput() |
WbxmlOutput |
asOutput(Responder.ConnectionHeader con) |
void |
sendResponse(NamespaceMapping ns,
org.w3c.dom.Document doc) |
void |
sendResponse(NamespaceMapping ns,
org.w3c.dom.Document doc,
Responder.ConnectionHeader con) |
void |
sendResponseFile(java.lang.String contentType,
java.io.InputStream file) |
void |
sendStatus(int statusCode) |
io.vertx.core.Vertx |
vertx() |
WbxmlOutput asOutput(Responder.ConnectionHeader con)
WbxmlOutput asOutput()
void sendResponse(NamespaceMapping ns, org.w3c.dom.Document doc)
void sendResponse(NamespaceMapping ns, org.w3c.dom.Document doc, Responder.ConnectionHeader con)
void sendResponseFile(java.lang.String contentType,
java.io.InputStream file)
throws java.io.IOException
java.io.IOExceptionvoid sendStatus(int statusCode)
io.vertx.core.Vertx vertx()
Copyright © 2023. All Rights Reserved.