Uses of Class
net.thevpc.nhttp.server.api.NWebResponseHeaders
-
Uses of NWebResponseHeaders in net.thevpc.nhttp.server.api
Methods in net.thevpc.nhttp.server.api that return NWebResponseHeadersModifier and TypeMethodDescriptionNWebResponseHeaders.setContentType(String contentType) NWebResponseHeaders.setErrorCode(NWebErrorCode errorCode) Methods in net.thevpc.nhttp.server.api with parameters of type NWebResponseHeadersModifier and TypeMethodDescriptionvoidNWebServerHttpContext.sendBytes(byte[] bytes, net.thevpc.nuts.web.NHttpCode code, NWebResponseHeaders headers) voidNWebServerHttpContext.sendJson(Object ex, NWebResponseHeaders headers) voidNWebServerHttpContext.sendJson(Object ex, net.thevpc.nuts.web.NHttpCode code, NWebResponseHeaders headers) voidNWebServerHttpContext.sendPlainText(String ex, net.thevpc.nuts.web.NHttpCode code, NWebResponseHeaders headers) voidNWebServerHttpContext.sendXml(String value, net.thevpc.nuts.web.NHttpCode code, NWebResponseHeaders headers)