Uses of Class
kilim.http.HttpRequest
-
Packages that use HttpRequest Package Description kilim.examples kilim.http -
-
Uses of HttpRequest in kilim.examples
Methods in kilim.examples with parameters of type HttpRequest Modifier and Type Method Description private java.io.FileHttpFileServer. urlToPath(HttpRequest req) -
Uses of HttpRequest in kilim.http
Fields in kilim.http declared as HttpRequest Modifier and Type Field Description HttpRequestKilimMvc.Router. reqMethods in kilim.http that return HttpRequest Modifier and Type Method Description HttpRequestHttpSession. readRequest(HttpRequest req)Reads the socket, parses the HTTP headers and the body (including chunks) into the req object.Methods in kilim.http with parameters of type HttpRequest Modifier and Type Method Description java.lang.ObjectKilimMvc.Fullable0. accept(HttpRequest req, HttpResponse resp)(package private) java.util.ArrayList<java.lang.Integer>KilimMvc. filterRoutes(HttpRequest req)filter the registered routes that match the requestvoidKilimMvc.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)static voidHttpRequestParser. initHeader(HttpRequest req, int headerLength)HttpRequestHttpSession. readRequest(HttpRequest req)Reads the socket, parses the HTTP headers and the body (including chunks) into the req object.java.lang.StringHttpSession.StringRouter. route(HttpRequest req)(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)intHttpSession. sendFile(HttpRequest req, HttpResponse resp, java.io.File file, java.lang.String contentType)send a file with content length to the client(package private) booleanKilimMvc.Route. test(HttpRequest req)for debugging only(package private) booleanKilimMvc.Route. test(KilimMvc.Route.Info info, HttpRequest req)Constructors in kilim.http with parameters of type HttpRequest Constructor Description Info(HttpRequest req)
-