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.IOException
void sendStatus(int statusCode)
io.vertx.core.Vertx vertx()
Copyright © 2021. All Rights Reserved.