Responder.ConnectionHeader
Constructor and Description |
---|
VertxResponder(org.vertx.java.core.http.HttpServerRequest req,
org.vertx.java.core.http.HttpServerResponse resp) |
VertxResponder(org.vertx.java.core.http.HttpServerRequest req,
org.vertx.java.core.http.HttpServerResponse resp,
org.vertx.java.core.Vertx vertx) |
Modifier and Type | Method and Description |
---|---|
WbxmlOutput |
asOutput() |
WbxmlOutput |
asOutput(Responder.ConnectionHeader connection) |
org.vertx.java.core.http.HttpServerResponse |
response() |
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) |
org.vertx.java.core.Vertx |
vertx() |
public VertxResponder(org.vertx.java.core.http.HttpServerRequest req, org.vertx.java.core.http.HttpServerResponse resp)
public VertxResponder(org.vertx.java.core.http.HttpServerRequest req, org.vertx.java.core.http.HttpServerResponse resp, org.vertx.java.core.Vertx vertx)
public org.vertx.java.core.http.HttpServerResponse response()
public void sendResponse(NamespaceMapping ns, org.w3c.dom.Document doc, Responder.ConnectionHeader con)
sendResponse
in interface Responder
public void sendResponse(NamespaceMapping ns, org.w3c.dom.Document doc)
sendResponse
in interface Responder
public void sendResponseFile(java.lang.String contentType, java.io.InputStream file) throws java.io.IOException
sendResponseFile
in interface Responder
java.io.IOException
public void sendStatus(int statusCode)
sendStatus
in interface Responder
public WbxmlOutput asOutput(Responder.ConnectionHeader connection)
public WbxmlOutput asOutput()
Copyright © 2021. All Rights Reserved.