A B C D E F G H I J L M N O P Q R S T U V W Y 

A

absoluteURI() - Method in class com.jetdrone.vertx.yoke.middleware.YokeRequest
 
accepts(String...) - Method in class com.jetdrone.vertx.yoke.middleware.YokeRequest
Check if the given type(s) is acceptable, returning the best match when true, otherwise null, in which case you should respond with 406 "Not Acceptable".
addCookie(Cookie) - Method in class com.jetdrone.vertx.yoke.middleware.YokeResponse
 
ALL - Annotation Type in com.jetdrone.vertx.yoke.annotations
 
all(String, Closure) - Method in class com.jetdrone.vertx.yoke.middleware.GRouter
Specify a middleware that will be called for all HTTP methods
all(Pattern, Closure) - Method in class com.jetdrone.vertx.yoke.middleware.GRouter
Specify a middleware that will be called for all HTTP methods
all(String, Middleware) - Method in class com.jetdrone.vertx.yoke.middleware.Router
Specify a middleware that will be called for all HTTP methods
all(String, Handler<YokeRequest>) - Method in class com.jetdrone.vertx.yoke.middleware.Router
Specify a middleware that will be called for all HTTP methods
all(Pattern, Middleware) - Method in class com.jetdrone.vertx.yoke.middleware.Router
Specify a middleware that will be called for all HTTP methods
all(Pattern, Handler<YokeRequest>) - Method in class com.jetdrone.vertx.yoke.middleware.Router
Specify a middleware that will be called for all HTTP methods

B

base64(byte[]) - Static method in class com.jetdrone.vertx.yoke.util.Utils
 
BasicAuth - Class in com.jetdrone.vertx.yoke.middleware
 
BasicAuth(String, String, String) - Constructor for class com.jetdrone.vertx.yoke.middleware.BasicAuth
 
BasicAuth(String, String) - Constructor for class com.jetdrone.vertx.yoke.middleware.BasicAuth
 
BasicAuth(BasicAuth.AuthHandler, String) - Constructor for class com.jetdrone.vertx.yoke.middleware.BasicAuth
 
BasicAuth(BasicAuth.AuthHandler) - Constructor for class com.jetdrone.vertx.yoke.middleware.BasicAuth
 
BasicAuth.AuthHandler - Interface in com.jetdrone.vertx.yoke.middleware
 
body() - Method in class com.jetdrone.vertx.yoke.middleware.YokeRequest
The request setBody and eventually a parsed version of it in json or map
bodyHandler(Closure) - Method in class com.jetdrone.vertx.yoke.middleware.GYokeRequest
 
bodyHandler(Handler<Buffer>) - Method in class com.jetdrone.vertx.yoke.middleware.YokeRequest
 
bodyLengthLimit() - Method in class com.jetdrone.vertx.yoke.middleware.YokeRequest
Holds the maximum allowed length for the setBody data.
BodyParser - Class in com.jetdrone.vertx.yoke.middleware
 
BodyParser() - Constructor for class com.jetdrone.vertx.yoke.middleware.BodyParser
 
bufferBody() - Method in class com.jetdrone.vertx.yoke.middleware.YokeRequest
The request setBody and eventually a parsed version of it in json or map

C

cause() - Method in class com.jetdrone.vertx.yoke.util.YokeAsyncResult
 
close() - Method in class com.jetdrone.vertx.yoke.middleware.YokeResponse
 
closeHandler(Closure) - Method in class com.jetdrone.vertx.yoke.middleware.GYokeResponse
 
closeHandler(Handler<Void>) - Method in class com.jetdrone.vertx.yoke.middleware.YokeResponse
 
com.jetdrone.vertx.yoke - package com.jetdrone.vertx.yoke
 
com.jetdrone.vertx.yoke.annotations - package com.jetdrone.vertx.yoke.annotations
 
com.jetdrone.vertx.yoke.engine - package com.jetdrone.vertx.yoke.engine
 
com.jetdrone.vertx.yoke.middleware - package com.jetdrone.vertx.yoke.middleware
 
com.jetdrone.vertx.yoke.util - package com.jetdrone.vertx.yoke.util
 
compareTo(Cookie) - Method in class com.jetdrone.vertx.yoke.middleware.YokeCookie
 
compiled - Variable in class com.jetdrone.vertx.yoke.util.LRUCache.CacheEntry
 
CONNECT - Annotation Type in com.jetdrone.vertx.yoke.annotations
 
connect(String, Closure) - Method in class com.jetdrone.vertx.yoke.middleware.GRouter
Specify a middleware that will be called for a matching HTTP CONNECT
connect(Pattern, Closure) - Method in class com.jetdrone.vertx.yoke.middleware.GRouter
Specify a middleware that will be called for a matching HTTP CONNECT
connect(String, Middleware) - Method in class com.jetdrone.vertx.yoke.middleware.Router
Specify a middleware that will be called for a matching HTTP CONNECT
connect(String, Handler<YokeRequest>) - Method in class com.jetdrone.vertx.yoke.middleware.Router
Specify a middleware that will be called for a matching HTTP CONNECT
connect(Pattern, Middleware) - Method in class com.jetdrone.vertx.yoke.middleware.Router
Specify a middleware that will be called for a matching HTTP CONNECT
connect(Pattern, Handler<YokeRequest>) - Method in class com.jetdrone.vertx.yoke.middleware.Router
Specify a middleware that will be called for a matching HTTP CONNECT
contentLength() - Method in class com.jetdrone.vertx.yoke.middleware.YokeRequest
Returns the content length of this request setBody or -1 if header is not present.
CookieParser - Class in com.jetdrone.vertx.yoke.middleware
 
CookieParser(Mac) - Constructor for class com.jetdrone.vertx.yoke.middleware.CookieParser
 
CookieParser() - Constructor for class com.jetdrone.vertx.yoke.middleware.CookieParser
 
Csrf - Class in com.jetdrone.vertx.yoke.middleware
 
Csrf(String) - Constructor for class com.jetdrone.vertx.yoke.middleware.Csrf
 
Csrf() - Constructor for class com.jetdrone.vertx.yoke.middleware.Csrf
 
Csrf(String, Csrf.ValueHandler) - Constructor for class com.jetdrone.vertx.yoke.middleware.Csrf
 
Csrf(Csrf.ValueHandler) - Constructor for class com.jetdrone.vertx.yoke.middleware.Csrf
 
Csrf.ValueHandler - Interface in com.jetdrone.vertx.yoke.middleware
 

D

dataHandler(Closure) - Method in class com.jetdrone.vertx.yoke.middleware.GYokeRequest
 
dataHandler(Handler<Buffer>) - Method in class com.jetdrone.vertx.yoke.middleware.YokeRequest
 
DELETE - Annotation Type in com.jetdrone.vertx.yoke.annotations
 
delete(String, Closure) - Method in class com.jetdrone.vertx.yoke.middleware.GRouter
Specify a middleware that will be called for a matching HTTP DELETE
delete(Pattern, Closure) - Method in class com.jetdrone.vertx.yoke.middleware.GRouter
Specify a middleware that will be called for a matching HTTP DELETE
delete(String, Middleware) - Method in class com.jetdrone.vertx.yoke.middleware.Router
Specify a middleware that will be called for a matching HTTP DELETE
delete(String, Handler<YokeRequest>) - Method in class com.jetdrone.vertx.yoke.middleware.Router
Specify a middleware that will be called for a matching HTTP DELETE
delete(Pattern, Middleware) - Method in class com.jetdrone.vertx.yoke.middleware.Router
Specify a middleware that will be called for a matching HTTP DELETE
delete(Pattern, Handler<YokeRequest>) - Method in class com.jetdrone.vertx.yoke.middleware.Router
Specify a middleware that will be called for a matching HTTP DELETE
drainHandler(Closure) - Method in class com.jetdrone.vertx.yoke.middleware.GYokeResponse
 
drainHandler(Handler<Void>) - Method in class com.jetdrone.vertx.yoke.middleware.YokeResponse
 

E

end(Buffer) - Method in class com.jetdrone.vertx.yoke.middleware.GYokeResponse
 
end(JsonElement) - Method in class com.jetdrone.vertx.yoke.middleware.YokeResponse
 
end(ReadStream<?>) - Method in class com.jetdrone.vertx.yoke.middleware.YokeResponse
 
end(String) - Method in class com.jetdrone.vertx.yoke.middleware.YokeResponse
 
end(String, String) - Method in class com.jetdrone.vertx.yoke.middleware.YokeResponse
 
end(Buffer) - Method in class com.jetdrone.vertx.yoke.middleware.YokeResponse
 
end() - Method in class com.jetdrone.vertx.yoke.middleware.YokeResponse
 
endHandler(Closure) - Method in class com.jetdrone.vertx.yoke.middleware.GYokeRequest
 
endHandler(Handler<Void>) - Method in class com.jetdrone.vertx.yoke.middleware.YokeRequest
 
endHandler(Handler<Void>) - Method in class com.jetdrone.vertx.yoke.middleware.YokeResponse
 
Engine<T> - Class in com.jetdrone.vertx.yoke
Engine represents a Template Engine that can be registered with Yoke.
Engine() - Constructor for class com.jetdrone.vertx.yoke.Engine
 
engine(String, Engine) - Method in class com.jetdrone.vertx.yoke.GYoke
Adds a Render Engine to the library.
engine(String, Engine<?>) - Method in class com.jetdrone.vertx.yoke.Yoke
Adds a Render Engine to the library.
ErrorHandler - Class in com.jetdrone.vertx.yoke.middleware
 
ErrorHandler(boolean) - Constructor for class com.jetdrone.vertx.yoke.middleware.ErrorHandler
 
escape(String) - Static method in class com.jetdrone.vertx.yoke.util.Utils
 
exceptionHandler(Closure) - Method in class com.jetdrone.vertx.yoke.middleware.GYokeRequest
 
exceptionHandler(Closure) - Method in class com.jetdrone.vertx.yoke.middleware.GYokeResponse
 
exceptionHandler(Handler<Throwable>) - Method in class com.jetdrone.vertx.yoke.middleware.YokeRequest
 
exceptionHandler(Handler<Throwable>) - Method in class com.jetdrone.vertx.yoke.middleware.YokeResponse
 
exec(Map<String, Object>, Object...) - Method in interface com.jetdrone.vertx.yoke.engine.Function
 

F

failed() - Method in class com.jetdrone.vertx.yoke.util.YokeAsyncResult
 
Favicon - Class in com.jetdrone.vertx.yoke.middleware
 
Favicon(String, long) - Constructor for class com.jetdrone.vertx.yoke.middleware.Favicon
 
Favicon(String) - Constructor for class com.jetdrone.vertx.yoke.middleware.Favicon
 
Favicon() - Constructor for class com.jetdrone.vertx.yoke.middleware.Favicon
 
files() - Method in class com.jetdrone.vertx.yoke.middleware.YokeRequest
The uploaded setFiles
formAttributes() - Method in class com.jetdrone.vertx.yoke.middleware.YokeRequest
 
from(Object...) - Static method in class com.jetdrone.vertx.yoke.middleware.Router
Builds a Router from an annotated Java Object
Function - Interface in com.jetdrone.vertx.yoke.engine
 

G

GET - Annotation Type in com.jetdrone.vertx.yoke.annotations
 
get(String, Closure) - Method in class com.jetdrone.vertx.yoke.middleware.GRouter
Specify a middleware that will be called for a matching HTTP GET
get(Pattern, Closure) - Method in class com.jetdrone.vertx.yoke.middleware.GRouter
Specify a middleware that will be called for a matching HTTP GET
get(String, Middleware) - Method in class com.jetdrone.vertx.yoke.middleware.Router
Specify a middleware that will be called for a matching HTTP GET
get(String, Handler<YokeRequest>) - Method in class com.jetdrone.vertx.yoke.middleware.Router
Specify a middleware that will be called for a matching HTTP GET
get(Pattern, Middleware) - Method in class com.jetdrone.vertx.yoke.middleware.Router
Specify a middleware that will be called for a matching HTTP GET
get(Pattern, Handler<YokeRequest>) - Method in class com.jetdrone.vertx.yoke.middleware.Router
Specify a middleware that will be called for a matching HTTP GET
get(String) - Method in class com.jetdrone.vertx.yoke.middleware.YokeRequest
Allow getting properties in a generified way.
get(String, R) - Method in class com.jetdrone.vertx.yoke.middleware.YokeRequest
Allow getting properties in a generified way and return defaultValue if the key does not exist.
getAbsoluteURI() - Method in class com.jetdrone.vertx.yoke.middleware.GYokeRequest
 
getAllCookies(String) - Method in class com.jetdrone.vertx.yoke.middleware.YokeRequest
Allow getting all Cookie by name.
getAllHeaders(String) - Method in class com.jetdrone.vertx.yoke.middleware.YokeRequest
Allow getting headers in a generified way.
getBody() - Method in class com.jetdrone.vertx.yoke.middleware.GYokeRequest
 
getBodyLengthLimit() - Method in class com.jetdrone.vertx.yoke.middleware.GYokeRequest
 
getBufferBody() - Method in class com.jetdrone.vertx.yoke.middleware.GYokeRequest
 
getCharset(String, String) - Static method in class com.jetdrone.vertx.yoke.MimeType
Gets the default charset for a file.
getCharset(String) - Static method in class com.jetdrone.vertx.yoke.MimeType
Gets the default charset for a file with default fallback null
getComment() - Method in class com.jetdrone.vertx.yoke.middleware.YokeCookie
 
getCommentUrl() - Method in class com.jetdrone.vertx.yoke.middleware.YokeCookie
 
getContentLength() - Method in class com.jetdrone.vertx.yoke.middleware.GYokeRequest
 
getContentType() - Method in class com.jetdrone.vertx.yoke.Engine
 
getCookie(String) - Method in class com.jetdrone.vertx.yoke.middleware.YokeRequest
Allow getting Cookie by name.
getDomain() - Method in class com.jetdrone.vertx.yoke.middleware.YokeCookie
 
getFiles() - Method in class com.jetdrone.vertx.yoke.middleware.GYokeRequest
The uploaded setFiles
getFormAttributes() - Method in class com.jetdrone.vertx.yoke.middleware.GYokeRequest
 
getHeader(String) - Method in class com.jetdrone.vertx.yoke.middleware.YokeRequest
Allow getting headers in a generified way.
getHeader(String, String) - Method in class com.jetdrone.vertx.yoke.middleware.YokeRequest
Allow getting headers in a generified way and return defaultValue if the key does not exist.
getHeader(String) - Method in class com.jetdrone.vertx.yoke.middleware.YokeResponse
Allow getting headers in a generified way.
getHeader(String, R) - Method in class com.jetdrone.vertx.yoke.middleware.YokeResponse
Allow getting headers in a generified way and return defaultValue if the key does not exist.
getHeaders() - Method in class com.jetdrone.vertx.yoke.middleware.GYokeRequest
 
getHeaders() - Method in class com.jetdrone.vertx.yoke.middleware.GYokeResponse
 
getIp() - Method in class com.jetdrone.vertx.yoke.middleware.GYokeRequest
 
getJsonBody() - Method in class com.jetdrone.vertx.yoke.middleware.GYokeRequest
 
getMaxAge() - Method in class com.jetdrone.vertx.yoke.middleware.YokeCookie
 
getMethod() - Method in class com.jetdrone.vertx.yoke.middleware.GYokeRequest
 
getMime(String, String) - Static method in class com.jetdrone.vertx.yoke.MimeType
Returns a mime type string by parsing the file extension of a file string.
getMime(String) - Static method in class com.jetdrone.vertx.yoke.MimeType
Gets the mime type string for a file with fallback to text/plain
getName() - Method in class com.jetdrone.vertx.yoke.middleware.YokeCookie
 
getNetSocket() - Method in class com.jetdrone.vertx.yoke.middleware.GYokeRequest
 
getOriginalMethod() - Method in class com.jetdrone.vertx.yoke.middleware.GYokeRequest
 
getParams() - Method in class com.jetdrone.vertx.yoke.middleware.GYokeRequest
 
getPath() - Method in class com.jetdrone.vertx.yoke.middleware.GYokeRequest
 
getPath() - Method in class com.jetdrone.vertx.yoke.middleware.YokeCookie
 
getPeerCertificateChain() - Method in class com.jetdrone.vertx.yoke.middleware.GYokeRequest
 
getPorts() - Method in class com.jetdrone.vertx.yoke.middleware.YokeCookie
 
getQuery() - Method in class com.jetdrone.vertx.yoke.middleware.GYokeRequest
 
getRealm(YokeRequest) - Method in class com.jetdrone.vertx.yoke.middleware.BasicAuth
The usecase is a multitenant app where I want different realms for paths like /foo/homepage and /bar/homepage.
getRemoteAddress() - Method in class com.jetdrone.vertx.yoke.middleware.GYokeRequest
 
getResponse() - Method in class com.jetdrone.vertx.yoke.middleware.GYokeRequest
 
getSessionId() - Method in class com.jetdrone.vertx.yoke.middleware.YokeRequest
 
getStatusCode() - Method in class com.jetdrone.vertx.yoke.middleware.YokeResponse
 
getStatusMessage() - Method in class com.jetdrone.vertx.yoke.middleware.YokeResponse
 
getTemplateFromCache(String) - Method in class com.jetdrone.vertx.yoke.Engine
Gets the compiled value from cache this is a synchronous operation since there is no blocking or I/O
getTrailers() - Method in class com.jetdrone.vertx.yoke.middleware.GYokeResponse
 
getUnsignedValue() - Method in class com.jetdrone.vertx.yoke.middleware.YokeCookie
 
getUri() - Method in class com.jetdrone.vertx.yoke.middleware.GYokeRequest
 
getValue() - Method in class com.jetdrone.vertx.yoke.middleware.YokeCookie
 
getVersion() - Method in class com.jetdrone.vertx.yoke.middleware.GYokeRequest
 
getVersion() - Method in class com.jetdrone.vertx.yoke.middleware.YokeCookie
 
getVertxHttpServerRequest() - Method in class com.jetdrone.vertx.yoke.middleware.GYokeRequest
 
GroovyTemplateEngine - Class in com.jetdrone.vertx.yoke.engine
 
GroovyTemplateEngine() - Constructor for class com.jetdrone.vertx.yoke.engine.GroovyTemplateEngine
 
GRouter - Class in com.jetdrone.vertx.yoke.middleware
 
GRouter() - Constructor for class com.jetdrone.vertx.yoke.middleware.GRouter
 
GYoke - Class in com.jetdrone.vertx.yoke
Yoke is a chain executor of middleware for Vert.x 2.x.
GYoke(Vertx) - Constructor for class com.jetdrone.vertx.yoke.GYoke
Creates a Yoke instance.
GYokeRequest - Class in com.jetdrone.vertx.yoke.middleware
 
GYokeRequest(HttpServerRequest, YokeResponse, boolean, Map<String, Object>) - Constructor for class com.jetdrone.vertx.yoke.middleware.GYokeRequest
 
GYokeResponse - Class in com.jetdrone.vertx.yoke.middleware
 
GYokeResponse(HttpServerResponse, Map<String, Object>, Map<String, Engine<?>>) - Constructor for class com.jetdrone.vertx.yoke.middleware.GYokeResponse
 

H

handle(String, String, Handler<Boolean>) - Method in interface com.jetdrone.vertx.yoke.middleware.BasicAuth.AuthHandler
 
handle(YokeRequest, Handler<Object>) - Method in class com.jetdrone.vertx.yoke.middleware.BasicAuth
 
handle(YokeRequest, Handler<Object>) - Method in class com.jetdrone.vertx.yoke.middleware.BodyParser
 
handle(YokeRequest, Handler<Object>) - Method in class com.jetdrone.vertx.yoke.middleware.CookieParser
 
handle(YokeRequest, Handler<Object>) - Method in class com.jetdrone.vertx.yoke.middleware.Csrf
 
handle(YokeRequest) - Method in interface com.jetdrone.vertx.yoke.middleware.Csrf.ValueHandler
 
handle(YokeRequest, Handler<Object>) - Method in class com.jetdrone.vertx.yoke.middleware.ErrorHandler
 
handle(YokeRequest, Handler<Object>) - Method in class com.jetdrone.vertx.yoke.middleware.Favicon
 
handle(YokeRequest, Handler<Object>) - Method in class com.jetdrone.vertx.yoke.middleware.GRouter
 
handle(YokeRequest, Handler<Object>) - Method in class com.jetdrone.vertx.yoke.Middleware
Handles a request.
handle(YokeRequest, Handler<Object>) - Method in class com.jetdrone.vertx.yoke.middleware.Limit
 
handle(YokeRequest, Handler<Object>) - Method in class com.jetdrone.vertx.yoke.middleware.Logger
 
handle(YokeRequest, Handler<Object>) - Method in class com.jetdrone.vertx.yoke.middleware.MethodOverride
 
handle(YokeRequest, Handler<Object>) - Method in class com.jetdrone.vertx.yoke.middleware.ResponseTime
 
handle(YokeRequest, Handler<Object>) - Method in class com.jetdrone.vertx.yoke.middleware.Router
 
handle(YokeRequest, Handler<Object>) - Method in class com.jetdrone.vertx.yoke.middleware.Session
 
handle(YokeRequest, Handler<Object>) - Method in class com.jetdrone.vertx.yoke.middleware.Static
 
handle(YokeRequest, Handler<Object>) - Method in class com.jetdrone.vertx.yoke.middleware.Timeout
 
handle(YokeRequest, Handler<Object>) - Method in class com.jetdrone.vertx.yoke.middleware.Vhost
 
hasBody() - Method in class com.jetdrone.vertx.yoke.middleware.YokeRequest
Returns true if this request has setBody
HEAD - Annotation Type in com.jetdrone.vertx.yoke.annotations
 
head(String, Closure) - Method in class com.jetdrone.vertx.yoke.middleware.GRouter
Specify a middleware that will be called for a matching HTTP HEAD
head(Pattern, Closure) - Method in class com.jetdrone.vertx.yoke.middleware.GRouter
Specify a middleware that will be called for a matching HTTP HEAD
head(String, Middleware) - Method in class com.jetdrone.vertx.yoke.middleware.Router
Specify a middleware that will be called for a matching HTTP HEAD
head(String, Handler<YokeRequest>) - Method in class com.jetdrone.vertx.yoke.middleware.Router
Specify a middleware that will be called for a matching HTTP HEAD
head(Pattern, Middleware) - Method in class com.jetdrone.vertx.yoke.middleware.Router
Specify a middleware that will be called for a matching HTTP HEAD
head(Pattern, Handler<YokeRequest>) - Method in class com.jetdrone.vertx.yoke.middleware.Router
Specify a middleware that will be called for a matching HTTP HEAD
headers() - Method in class com.jetdrone.vertx.yoke.middleware.YokeRequest
 
headers() - Method in class com.jetdrone.vertx.yoke.middleware.YokeResponse
 
headersHandler(Handler<Void>) - Method in class com.jetdrone.vertx.yoke.middleware.YokeResponse
 

I

ip() - Method in class com.jetdrone.vertx.yoke.middleware.YokeRequest
Returns the ip address of the client, when trust-proxy is true (default) then first look into X-Forward-For Header
isChunked() - Method in class com.jetdrone.vertx.yoke.middleware.YokeResponse
 
isDiscard() - Method in class com.jetdrone.vertx.yoke.middleware.YokeCookie
 
isErrorHandler() - Method in class com.jetdrone.vertx.yoke.middleware.ErrorHandler
 
isErrorHandler() - Method in class com.jetdrone.vertx.yoke.Middleware
 
isFresh(String, Handler<Boolean>) - Method in class com.jetdrone.vertx.yoke.Engine
Verifies if a file in the filesystem is still fresh against the cache.
isFresh(Date) - Method in class com.jetdrone.vertx.yoke.util.LRUCache.CacheEntry
 
isHttpOnly() - Method in class com.jetdrone.vertx.yoke.middleware.YokeCookie
 
isSecure() - Method in class com.jetdrone.vertx.yoke.middleware.YokeCookie
 
isSecure() - Method in class com.jetdrone.vertx.yoke.middleware.YokeRequest
 
isSigned() - Method in class com.jetdrone.vertx.yoke.middleware.YokeCookie
 
isWriteQueueFull() - Method in class com.jetdrone.vertx.yoke.middleware.GYokeResponse
 

J

jsonBody() - Method in class com.jetdrone.vertx.yoke.middleware.YokeRequest
The request setBody and eventually a parsed version of it in json or map
jsonp(JsonElement) - Method in class com.jetdrone.vertx.yoke.middleware.YokeResponse
 
jsonp(String, JsonElement) - Method in class com.jetdrone.vertx.yoke.middleware.YokeResponse
 
jsonp(String) - Method in class com.jetdrone.vertx.yoke.middleware.YokeResponse
 
jsonp(String, String) - Method in class com.jetdrone.vertx.yoke.middleware.YokeResponse
 

L

lastModified - Variable in class com.jetdrone.vertx.yoke.util.LRUCache.CacheEntry
 
leftShift(Buffer) - Method in class com.jetdrone.vertx.yoke.middleware.GYokeResponse
 
leftShift(String) - Method in class com.jetdrone.vertx.yoke.middleware.GYokeResponse
 
Limit - Class in com.jetdrone.vertx.yoke.middleware
 
Limit(long) - Constructor for class com.jetdrone.vertx.yoke.middleware.Limit
 
listen(int) - Method in class com.jetdrone.vertx.yoke.GYoke
Starts the server listening at a given port bind to all available interfaces.
listen(int, String) - Method in class com.jetdrone.vertx.yoke.GYoke
Starts the server listening at a given port and given address.
listen(HttpServer) - Method in class com.jetdrone.vertx.yoke.GYoke
Starts listening at a already created server.
listen(int) - Method in class com.jetdrone.vertx.yoke.Yoke
Starts the server listening at a given port bind to all available interfaces.
listen(int, String) - Method in class com.jetdrone.vertx.yoke.Yoke
Starts the server listening at a given port and given address.
listen(HttpServer) - Method in class com.jetdrone.vertx.yoke.Yoke
Starts listening at a already created server.
Logger - Class in com.jetdrone.vertx.yoke.middleware
 
Logger(boolean, Logger.Format, Logger) - Constructor for class com.jetdrone.vertx.yoke.middleware.Logger
 
Logger(Logger.Format, Logger) - Constructor for class com.jetdrone.vertx.yoke.middleware.Logger
 
Logger(Logger) - Constructor for class com.jetdrone.vertx.yoke.middleware.Logger
 
Logger.Format - Enum in com.jetdrone.vertx.yoke.middleware
 
LRUCache<R,C> - Class in com.jetdrone.vertx.yoke.util
Double entry LRUCache
LRUCache(int) - Constructor for class com.jetdrone.vertx.yoke.util.LRUCache
 
LRUCache.CacheEntry<R,C> - Class in com.jetdrone.vertx.yoke.util
Generic cache entry.
LRUCache.CacheEntry(Date, R, C) - Constructor for class com.jetdrone.vertx.yoke.util.LRUCache.CacheEntry
 
LRUCache.CacheEntry(Date, R) - Constructor for class com.jetdrone.vertx.yoke.util.LRUCache.CacheEntry
 

M

method() - Method in class com.jetdrone.vertx.yoke.middleware.YokeRequest
 
MethodOverride - Class in com.jetdrone.vertx.yoke.middleware
 
MethodOverride(String) - Constructor for class com.jetdrone.vertx.yoke.middleware.MethodOverride
 
MethodOverride() - Constructor for class com.jetdrone.vertx.yoke.middleware.MethodOverride
 
Middleware - Class in com.jetdrone.vertx.yoke
Abstract class that needs to be implemented when creating a new middleware piece.
Middleware() - Constructor for class com.jetdrone.vertx.yoke.Middleware
 
MimeType - Class in com.jetdrone.vertx.yoke
Basic MimeType support inspired by the Apache Http Server project.
MimeType() - Constructor for class com.jetdrone.vertx.yoke.MimeType
 

N

netSocket() - Method in class com.jetdrone.vertx.yoke.middleware.YokeRequest
 
newHmacSHA256(String) - Static method in class com.jetdrone.vertx.yoke.util.Utils
Creates a new HmacSHA256 Message Authentication Code

O

OPTIONS - Annotation Type in com.jetdrone.vertx.yoke.annotations
 
options(String, Closure) - Method in class com.jetdrone.vertx.yoke.middleware.GRouter
Specify a middleware that will be called for a matching HTTP OPTIONS
options(Pattern, Closure) - Method in class com.jetdrone.vertx.yoke.middleware.GRouter
Specify a middleware that will be called for a matching HTTP OPTIONS
options(String, Middleware) - Method in class com.jetdrone.vertx.yoke.middleware.Router
Specify a middleware that will be called for a matching HTTP OPTIONS
options(String, Handler<YokeRequest>) - Method in class com.jetdrone.vertx.yoke.middleware.Router
Specify a middleware that will be called for a matching HTTP OPTIONS
options(Pattern, Middleware) - Method in class com.jetdrone.vertx.yoke.middleware.Router
Specify a middleware that will be called for a matching HTTP OPTIONS
options(Pattern, Handler<YokeRequest>) - Method in class com.jetdrone.vertx.yoke.middleware.Router
Specify a middleware that will be called for a matching HTTP OPTIONS
originalMethod() - Method in class com.jetdrone.vertx.yoke.middleware.YokeRequest
The original HTTP setMethod for the request.

P

params() - Method in class com.jetdrone.vertx.yoke.middleware.YokeRequest
 
PATCH - Annotation Type in com.jetdrone.vertx.yoke.annotations
 
patch(String, Closure) - Method in class com.jetdrone.vertx.yoke.middleware.GRouter
Specify a middleware that will be called for a matching HTTP PATCH
patch(Pattern, Closure) - Method in class com.jetdrone.vertx.yoke.middleware.GRouter
Specify a middleware that will be called for a matching HTTP PATCH
patch(String, Middleware) - Method in class com.jetdrone.vertx.yoke.middleware.Router
Specify a middleware that will be called for a matching HTTP PATCH
patch(String, Handler<YokeRequest>) - Method in class com.jetdrone.vertx.yoke.middleware.Router
Specify a middleware that will be called for a matching HTTP PATCH
patch(Pattern, Middleware) - Method in class com.jetdrone.vertx.yoke.middleware.Router
Specify a middleware that will be called for a matching HTTP PATCH
patch(Pattern, Handler<YokeRequest>) - Method in class com.jetdrone.vertx.yoke.middleware.Router
Specify a middleware that will be called for a matching HTTP PATCH
Path - Annotation Type in com.jetdrone.vertx.yoke.annotations
 
path() - Method in class com.jetdrone.vertx.yoke.middleware.YokeRequest
 
pause() - Method in class com.jetdrone.vertx.yoke.middleware.YokeRequest
 
peerCertificateChain() - Method in class com.jetdrone.vertx.yoke.middleware.YokeRequest
 
POST - Annotation Type in com.jetdrone.vertx.yoke.annotations
 
post(String, Closure) - Method in class com.jetdrone.vertx.yoke.middleware.GRouter
Specify a middleware that will be called for a matching HTTP POST
post(Pattern, Closure) - Method in class com.jetdrone.vertx.yoke.middleware.GRouter
Specify a middleware that will be called for a matching HTTP POST
post(String, Middleware) - Method in class com.jetdrone.vertx.yoke.middleware.Router
Specify a middleware that will be called for a matching HTTP POST
post(String, Handler<YokeRequest>) - Method in class com.jetdrone.vertx.yoke.middleware.Router
Specify a middleware that will be called for a matching HTTP POST
post(Pattern, Middleware) - Method in class com.jetdrone.vertx.yoke.middleware.Router
Specify a middleware that will be called for a matching HTTP POST
post(Pattern, Handler<YokeRequest>) - Method in class com.jetdrone.vertx.yoke.middleware.Router
Specify a middleware that will be called for a matching HTTP POST
PUT - Annotation Type in com.jetdrone.vertx.yoke.annotations
 
put(String, Closure) - Method in class com.jetdrone.vertx.yoke.middleware.GRouter
Specify a middleware that will be called for a matching HTTP PUT
put(Pattern, Closure) - Method in class com.jetdrone.vertx.yoke.middleware.GRouter
Specify a middleware that will be called for a matching HTTP PUT
put(String, Middleware) - Method in class com.jetdrone.vertx.yoke.middleware.Router
Specify a middleware that will be called for a matching HTTP PUT
put(String, Handler<YokeRequest>) - Method in class com.jetdrone.vertx.yoke.middleware.Router
Specify a middleware that will be called for a matching HTTP PUT
put(Pattern, Middleware) - Method in class com.jetdrone.vertx.yoke.middleware.Router
Specify a middleware that will be called for a matching HTTP PUT
put(Pattern, Handler<YokeRequest>) - Method in class com.jetdrone.vertx.yoke.middleware.Router
Specify a middleware that will be called for a matching HTTP PUT
put(String, R) - Method in class com.jetdrone.vertx.yoke.middleware.YokeRequest
Allows putting a value into the context
putCompiled(String, C) - Method in class com.jetdrone.vertx.yoke.util.LRUCache
 
putHeader(String, String) - Method in class com.jetdrone.vertx.yoke.middleware.YokeResponse
 
putHeader(String, Iterable<String>) - Method in class com.jetdrone.vertx.yoke.middleware.YokeResponse
 
putTemplateToCache(String, T) - Method in class com.jetdrone.vertx.yoke.Engine
Gets the compiled value from cache this is a synchronous operation since there is no blocking or I/O
putTrailer(String, String) - Method in class com.jetdrone.vertx.yoke.middleware.YokeResponse
 
putTrailer(String, Iterable<String>) - Method in class com.jetdrone.vertx.yoke.middleware.YokeResponse
 

Q

query() - Method in class com.jetdrone.vertx.yoke.middleware.YokeRequest
 

R

raw - Variable in class com.jetdrone.vertx.yoke.util.LRUCache.CacheEntry
 
read(String, AsyncResultHandler<String>) - Method in class com.jetdrone.vertx.yoke.Engine
Loads a resource from the filesystem into a string.
readResourceToBuffer(Class<?>, String) - Static method in class com.jetdrone.vertx.yoke.util.Utils
Avoid using this method for constant reads, use it only for one time only reads from resources in the classpath
redirect(String) - Method in class com.jetdrone.vertx.yoke.middleware.YokeResponse
 
redirect(int, String) - Method in class com.jetdrone.vertx.yoke.middleware.YokeResponse
 
remoteAddress() - Method in class com.jetdrone.vertx.yoke.middleware.YokeRequest
 
removeEldestEntry(Map.Entry<String, LRUCache.CacheEntry<R, C>>) - Method in class com.jetdrone.vertx.yoke.util.LRUCache
 
removeFromCache(String) - Method in class com.jetdrone.vertx.yoke.Engine
Removes an entry from cache
render(String, Map<String, Object>, Handler<AsyncResult<String>>) - Method in class com.jetdrone.vertx.yoke.engine.GroovyTemplateEngine
 
render(String, Map<String, Object>, Handler<AsyncResult<String>>) - Method in class com.jetdrone.vertx.yoke.Engine
The required to implement method.
render(String, Map<String, Object>, Handler<AsyncResult<String>>) - Method in class com.jetdrone.vertx.yoke.engine.StringPlaceholderEngine
An interpreter for strings with named placeholders.
render(String, Handler<Object>) - Method in class com.jetdrone.vertx.yoke.middleware.YokeResponse
 
render(String) - Method in class com.jetdrone.vertx.yoke.middleware.YokeResponse
 
RequestWrapper - Interface in com.jetdrone.vertx.yoke
 
response() - Method in class com.jetdrone.vertx.yoke.middleware.YokeRequest
 
ResponseTime - Class in com.jetdrone.vertx.yoke.middleware
 
ResponseTime() - Constructor for class com.jetdrone.vertx.yoke.middleware.ResponseTime
 
result() - Method in class com.jetdrone.vertx.yoke.util.YokeAsyncResult
 
resume() - Method in class com.jetdrone.vertx.yoke.middleware.YokeRequest
 
Router - Class in com.jetdrone.vertx.yoke.middleware
 
Router() - Constructor for class com.jetdrone.vertx.yoke.middleware.Router
 

S

sendFile(String) - Method in class com.jetdrone.vertx.yoke.middleware.YokeResponse
 
sendFile(String, String) - Method in class com.jetdrone.vertx.yoke.middleware.YokeResponse
 
Session - Class in com.jetdrone.vertx.yoke.middleware
 
Session(String, String, boolean, long, Mac) - Constructor for class com.jetdrone.vertx.yoke.middleware.Session
 
Session(String, boolean, long, Mac) - Constructor for class com.jetdrone.vertx.yoke.middleware.Session
 
Session(boolean, long, Mac) - Constructor for class com.jetdrone.vertx.yoke.middleware.Session
 
Session(long, Mac) - Constructor for class com.jetdrone.vertx.yoke.middleware.Session
 
Session(Mac) - Constructor for class com.jetdrone.vertx.yoke.middleware.Session
 
set(String, Object) - Method in class com.jetdrone.vertx.yoke.GYoke
When you need to share global properties with your requests you can add them to Yoke and on every request they will be available as request.get(String)
set(String, Object) - Method in class com.jetdrone.vertx.yoke.Yoke
When you need to share global properties with your requests you can add them to Yoke and on every request they will be available as request.get(String)
setChunked(boolean) - Method in class com.jetdrone.vertx.yoke.middleware.YokeResponse
 
setComment(String) - Method in class com.jetdrone.vertx.yoke.middleware.YokeCookie
 
setCommentUrl(String) - Method in class com.jetdrone.vertx.yoke.middleware.YokeCookie
 
setDiscard(boolean) - Method in class com.jetdrone.vertx.yoke.middleware.YokeCookie
 
setDomain(String) - Method in class com.jetdrone.vertx.yoke.middleware.YokeCookie
 
setHttpOnly(boolean) - Method in class com.jetdrone.vertx.yoke.middleware.YokeCookie
 
setMaxAge(long) - Method in class com.jetdrone.vertx.yoke.middleware.YokeCookie
 
setPath(String) - Method in class com.jetdrone.vertx.yoke.middleware.YokeCookie
 
setPorts(int...) - Method in class com.jetdrone.vertx.yoke.middleware.YokeCookie
 
setPorts(Iterable<Integer>) - Method in class com.jetdrone.vertx.yoke.middleware.YokeCookie
 
setSecure(boolean) - Method in class com.jetdrone.vertx.yoke.middleware.YokeCookie
 
setSessionId(String) - Method in class com.jetdrone.vertx.yoke.middleware.YokeRequest
 
setStatusCode(int) - Method in class com.jetdrone.vertx.yoke.middleware.YokeResponse
 
setStatusMessage(String) - Method in class com.jetdrone.vertx.yoke.middleware.YokeResponse
 
setValue(String) - Method in class com.jetdrone.vertx.yoke.middleware.YokeCookie
 
setVersion(int) - Method in class com.jetdrone.vertx.yoke.middleware.YokeCookie
 
setVertx(Vertx) - Method in class com.jetdrone.vertx.yoke.Engine
 
setVertx(Vertx) - Method in class com.jetdrone.vertx.yoke.middleware.Favicon
 
setVertx(Vertx) - Method in class com.jetdrone.vertx.yoke.Middleware
 
setWriteQueueMaxSize(int) - Method in class com.jetdrone.vertx.yoke.middleware.YokeResponse
 
sign() - Method in class com.jetdrone.vertx.yoke.middleware.YokeCookie
 
sign(String, Mac) - Static method in class com.jetdrone.vertx.yoke.util.Utils
Signs a String value with a given MAC
Static - Class in com.jetdrone.vertx.yoke.middleware
 
Static(String, long, boolean, boolean) - Constructor for class com.jetdrone.vertx.yoke.middleware.Static
 
Static(String, long) - Constructor for class com.jetdrone.vertx.yoke.middleware.Static
 
Static(String) - Constructor for class com.jetdrone.vertx.yoke.middleware.Static
 
StringPlaceholderEngine - Class in com.jetdrone.vertx.yoke.engine
 
StringPlaceholderEngine() - Constructor for class com.jetdrone.vertx.yoke.engine.StringPlaceholderEngine
 
succeeded() - Method in class com.jetdrone.vertx.yoke.util.YokeAsyncResult
 

T

Timeout - Class in com.jetdrone.vertx.yoke.middleware
 
Timeout(long) - Constructor for class com.jetdrone.vertx.yoke.middleware.Timeout
 
Timeout() - Constructor for class com.jetdrone.vertx.yoke.middleware.Timeout
 
TRACE - Annotation Type in com.jetdrone.vertx.yoke.annotations
 
trace(String, Closure) - Method in class com.jetdrone.vertx.yoke.middleware.GRouter
Specify a middleware that will be called for a matching HTTP TRACE
trace(Pattern, Closure) - Method in class com.jetdrone.vertx.yoke.middleware.GRouter
Specify a middleware that will be called for a matching HTTP TRACE
trace(String, Middleware) - Method in class com.jetdrone.vertx.yoke.middleware.Router
Specify a middleware that will be called for a matching HTTP TRACE
trace(String, Handler<YokeRequest>) - Method in class com.jetdrone.vertx.yoke.middleware.Router
Specify a middleware that will be called for a matching HTTP TRACE
trace(Pattern, Middleware) - Method in class com.jetdrone.vertx.yoke.middleware.Router
Specify a middleware that will be called for a matching HTTP TRACE
trace(Pattern, Handler<YokeRequest>) - Method in class com.jetdrone.vertx.yoke.middleware.Router
Specify a middleware that will be called for a matching HTTP TRACE
trailers() - Method in class com.jetdrone.vertx.yoke.middleware.YokeResponse
 

U

unsign(String, Mac) - Static method in class com.jetdrone.vertx.yoke.util.Utils
Returns the original value is the signature is correct.
uploadHandler(Closure) - Method in class com.jetdrone.vertx.yoke.middleware.GYokeRequest
 
uploadHandler(Handler<HttpServerFileUpload>) - Method in class com.jetdrone.vertx.yoke.middleware.YokeRequest
 
uri() - Method in class com.jetdrone.vertx.yoke.middleware.YokeRequest
 
use(String, Closure) - Method in class com.jetdrone.vertx.yoke.GYoke
Adds a Middleware to the chain.
use(Closure) - Method in class com.jetdrone.vertx.yoke.GYoke
Adds a middleware to the chain with the prefix "/".
use(String, Middleware) - Method in class com.jetdrone.vertx.yoke.GYoke
Adds a Middleware to the chain.
use(Middleware) - Method in class com.jetdrone.vertx.yoke.GYoke
Adds a middleware to the chain with the prefix "/".
use(String, Middleware) - Method in class com.jetdrone.vertx.yoke.Yoke
Adds a Middleware to the chain.
use(Middleware) - Method in class com.jetdrone.vertx.yoke.Yoke
Adds a middleware to the chain with the prefix "/".
use(String, Handler<YokeRequest>) - Method in class com.jetdrone.vertx.yoke.Yoke
Adds a Handler to a route.
use(Handler<YokeRequest>) - Method in class com.jetdrone.vertx.yoke.Yoke
Adds a Handler to a route.
Utils - Class in com.jetdrone.vertx.yoke.util
 

V

valueOf(String) - Static method in enum com.jetdrone.vertx.yoke.middleware.Logger.Format
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.jetdrone.vertx.yoke.middleware.Logger.Format
Returns an array containing the constants of this enum type, in the order they are declared.
version() - Method in class com.jetdrone.vertx.yoke.middleware.YokeRequest
 
vertx - Variable in class com.jetdrone.vertx.yoke.Engine
 
vertx - Variable in class com.jetdrone.vertx.yoke.Middleware
 
vertxHttpServerRequest() - Method in class com.jetdrone.vertx.yoke.middleware.YokeRequest
Return the real request
Vhost - Class in com.jetdrone.vertx.yoke.middleware
 
Vhost(String, Handler<HttpServerRequest>) - Constructor for class com.jetdrone.vertx.yoke.middleware.Vhost
 

W

wrap(HttpServerRequest, boolean, Map<String, Object>, Map<String, Engine<?>>) - Method in interface com.jetdrone.vertx.yoke.RequestWrapper
For other language bindings this method can be override.
wrap(HttpServerRequest, boolean, Map<String, Object>, Map<String, Engine<?>>) - Method in class com.jetdrone.vertx.yoke.Yoke
Default implementation of the request wrapper
write(Buffer) - Method in class com.jetdrone.vertx.yoke.middleware.GYokeResponse
 
write(Buffer) - Method in class com.jetdrone.vertx.yoke.middleware.YokeResponse
 
write(String, String) - Method in class com.jetdrone.vertx.yoke.middleware.YokeResponse
 
write(String) - Method in class com.jetdrone.vertx.yoke.middleware.YokeResponse
 
writeQueueFull() - Method in class com.jetdrone.vertx.yoke.middleware.YokeResponse
 

Y

Yoke - Class in com.jetdrone.vertx.yoke
Yoke is a chain executor of middleware for Vert.x 2.x.
Yoke(Vertx) - Constructor for class com.jetdrone.vertx.yoke.Yoke
Creates a Yoke instance.
Yoke(Vertx, RequestWrapper) - Constructor for class com.jetdrone.vertx.yoke.Yoke
 
YokeAsyncResult<T> - Class in com.jetdrone.vertx.yoke.util
 
YokeAsyncResult(Object, T) - Constructor for class com.jetdrone.vertx.yoke.util.YokeAsyncResult
Used from scripting engines
YokeAsyncResult(Throwable) - Constructor for class com.jetdrone.vertx.yoke.util.YokeAsyncResult
 
YokeAsyncResult(T) - Constructor for class com.jetdrone.vertx.yoke.util.YokeAsyncResult
 
YokeCookie - Class in com.jetdrone.vertx.yoke.middleware
 
YokeCookie(Cookie, Mac) - Constructor for class com.jetdrone.vertx.yoke.middleware.YokeCookie
 
YokeCookie(String, Mac) - Constructor for class com.jetdrone.vertx.yoke.middleware.YokeCookie
 
YokeCookie(String, String) - Constructor for class com.jetdrone.vertx.yoke.middleware.YokeCookie
 
YokeRequest - Class in com.jetdrone.vertx.yoke.middleware
 
YokeRequest(HttpServerRequest, YokeResponse, boolean, Map<String, Object>) - Constructor for class com.jetdrone.vertx.yoke.middleware.YokeRequest
 
YokeResponse - Class in com.jetdrone.vertx.yoke.middleware
 
YokeResponse(HttpServerResponse, Map<String, Object>, Map<String, Engine<?>>) - Constructor for class com.jetdrone.vertx.yoke.middleware.YokeResponse
 
A B C D E F G H I J L M N O P Q R S T U V W Y