Packages | |
io.vertx.ceylon.web | |
io.vertx.ceylon.web.handler | |
io.vertx.ceylon.web.handler.sockjs | |
io.vertx.ceylon.web.sstore | |
io.vertx.ceylon.web.templ |
Dependencies | ||
ceylon.json | 1.3.2 | |
io.vertx.ceylon.auth.common | 3.5.0.Beta1 | |
io.vertx.ceylon.auth.htdigest | 3.5.0.Beta1 | |
io.vertx.ceylon.auth.jwt | 3.5.0.Beta1 | |
io.vertx.ceylon.auth.oauth2 | 3.5.0.Beta1 | |
io.vertx.ceylon.core | 3.5.0.Beta1 | |
io.vertx.vertx-web | 3.5.0.Beta1 | |
io.vertx.vertx-web-templ-freemarker | 3.5.0.Beta1 | |
io.vertx.vertx-web-templ-handlebars | 3.5.0.Beta1 | |
io.vertx.vertx-web-templ-jade | 3.5.0.Beta1 | |
io.vertx.vertx-web-templ-mvel | 3.5.0.Beta1 | |
io.vertx.vertx-web-templ-pebble | 3.5.0.Beta1 | |
io.vertx.vertx-web-templ-thymeleaf | 3.5.0.Beta1 | |
java.base (jvm) | 8 |
Values | |
cookie | shared cookie cookie |
locale | shared locale locale |
router | shared router router |
Interfaces | |
ParsedHeaderValue | shared ParsedHeaderValue |
Classes | |
Cookie | shared Cookie Represents an HTTP Cookie. All cookies must have a name and a value and can optionally have other fields set such as path, domain, etc. (Derived from io.netty.handler.codec.http.Cookie) |
FileUpload | shared FileUpload Represents a file-upload from an HTTP multipart form submission. |
LanguageHeader | shared LanguageHeader A parsed language header. Delivers a more direct access to the individual elements of the header it represents |
Locale | shared Locale |
MIMEHeader | shared MIMEHeader |
ParsedHeaderValues | shared ParsedHeaderValues A container with the request's headers that are meaningful enough to be parsed Contains:
|
Route | shared Route A route is a holder for a set of criteria which determine whether an HTTP request or failure should be routed to a handler. |
Router | shared Router A router receives request from an Routers are also used for routing failures. |
RoutingContext | shared RoutingContext Represents the context for the handling of a request in Vert.x-Web. A new instance is created for each HTTP request that is received in the accept of the router. The same instance is passed to any matching request or failure handlers during the routing of the request or failure. The context provides access to the and and allows you to maintain arbitrary data that lives for the lifetime of the context. Contexts are discarded once they have been routed to the handler for the request. The context also provides access to the Session, cookies and body for the request, given the correct handlers in the application. |
Session | shared Session Represents a browser session. Sessions persist between HTTP requests for a single browser session. They are deleted when the browser is closed, or they time-out. Session cookies are used to maintain sessions using a secure UUID. Sessions can be used to maintain data for a browser session, e.g. a shopping basket. The context must have first been routed to a SessionHandler for sessions to be available. |
cookie | shared cookie |
locale | shared locale |
router | shared router |