Uses of Class
kilim.http.HttpResponse
-
Packages that use HttpResponse Package Description kilim.examples kilim.http -
-
Uses of HttpResponse in kilim.examples
Methods in kilim.examples with parameters of type HttpResponse Modifier and Type Method Description booleanHttpFileServer. check(HttpResponse resp, java.io.File file)voidHttpFileServer. problem(java.io.File file, HttpResponse resp, byte[] statusCode, java.lang.String msg)voidHttpFileServer. sendDirectory(HttpResponse resp, java.io.File file, boolean headOnly)voidHttpFileServer. sendFile(HttpResponse resp, java.io.File file, boolean headOnly) -
Uses of HttpResponse in kilim.http
Fields in kilim.http declared as HttpResponse Modifier and Type Field Description HttpResponseKilimMvc.Router. respMethods in kilim.http that return HttpResponse Modifier and Type Method Description HttpResponseHttpResponse. addField(java.lang.String key, java.lang.String value)Methods in kilim.http with parameters of type HttpResponse Modifier and Type Method Description java.lang.ObjectKilimMvc.Fullable0. accept(HttpRequest req, HttpResponse resp)booleanHttpSession. check(HttpResponse resp, java.io.File file, java.lang.String... bases)voidKilimMvc.KilimHandler. handle(KilimMvc.Session session, HttpRequest req, HttpResponse resp)voidKilimMvc.Session. handle(HttpRequest req, HttpResponse resp)voidKilimMvc.Router. init(KilimMvc.Session $session, HttpRequest $req, HttpResponse $resp)voidHttpSession. problem(HttpResponse resp, byte[] statusCode, java.lang.String htmlMsg)Send an error page to the client.(package private) java.lang.ObjectKilimMvc. route(KilimMvc.Router pp, KilimMvc.Session session, KilimMvc.Route r2, KilimMvc.Routeable hh, java.lang.String[] keys, HttpRequest req, HttpResponse resp)java.lang.ObjectKilimMvc. route(KilimMvc.Session session, HttpRequest req, HttpResponse resp)voidKilimMvc.Session. send(HttpResponse resp, byte[] msg, java.lang.String type)intHttpSession. sendFile(HttpRequest req, HttpResponse resp, java.io.File file, java.lang.String contentType)send a file with content length to the clientstatic voidKilimMvc. sendJson(HttpResponse resp, byte[] msg)voidHttpSession. sendResponse(HttpResponse resp)Send the response object in its entirety, and mark it for reuse.
-