Skip navigation links
A C D E G H I L N O P R S T U V 

A

addHeaders() - Method in class io.github.fssantana.vertgo.VertgoHandler
 

C

Controller<I,O> - Class in io.github.fssantana.vertgo
 
Controller() - Constructor for class io.github.fssantana.vertgo.Controller
 

D

decodeFromWire(int, Buffer) - Method in class io.github.fssantana.vertgo.request.HttpExceptionMessageCodec
 
decodeFromWire(int, Buffer) - Method in class io.github.fssantana.vertgo.request.LambdaRequestMessageCodec
 
decodeFromWire(int, Buffer) - Method in class io.github.fssantana.vertgo.request.UnrecognizedPropertyExceptionCodec
 
decodeFromWire(int, Buffer) - Method in class io.github.fssantana.vertgo.response.LambdaResponseMessageCodec
 

E

encodeToWire(Buffer, HttpException) - Method in class io.github.fssantana.vertgo.request.HttpExceptionMessageCodec
 
encodeToWire(Buffer, LambdaRequest) - Method in class io.github.fssantana.vertgo.request.LambdaRequestMessageCodec
 
encodeToWire(Buffer, UnrecognizedPropertyException) - Method in class io.github.fssantana.vertgo.request.UnrecognizedPropertyExceptionCodec
 
encodeToWire(Buffer, LambdaResponse) - Method in class io.github.fssantana.vertgo.response.LambdaResponseMessageCodec
 

G

getBody() - Method in class io.github.fssantana.vertgo.response.LambdaResponse
 
getHeader(String) - Method in class io.github.fssantana.vertgo.Controller
Return a header entry
getHeaders() - Method in class io.github.fssantana.vertgo.exception.HttpException
 
getHeaders() - Method in class io.github.fssantana.vertgo.request.LambdaRequest
 
getHeaders() - Method in class io.github.fssantana.vertgo.response.LambdaResponse
 
getPath(String) - Method in class io.github.fssantana.vertgo.Controller
Return a path parameter value
getPathParams() - Method in class io.github.fssantana.vertgo.request.LambdaRequest
 
getRequest() - Method in class io.github.fssantana.vertgo.request.LambdaRequest
 
getResponseBody() - Method in class io.github.fssantana.vertgo.exception.HttpException
 
getStatusCode() - Method in class io.github.fssantana.vertgo.exception.HttpException
 
getStatusCode() - Method in class io.github.fssantana.vertgo.response.LambdaResponse
 

H

handle(I) - Method in class io.github.fssantana.vertgo.Controller
Should be implemented with controller logic
handleRequest(Map<String, Object>, Context) - Method in class io.github.fssantana.vertgo.VertgoHandler
Handle lambda request calling a Controller based in adress method
header(String) - Method in class io.github.fssantana.vertgo.request.LambdaRequest
 
HttpException - Class in io.github.fssantana.vertgo.exception
Exception that should be thrown in Controller for http errors
HttpException() - Constructor for class io.github.fssantana.vertgo.exception.HttpException
 
HttpExceptionMessageCodec - Class in io.github.fssantana.vertgo.request
Vertx message codec
HttpExceptionMessageCodec() - Constructor for class io.github.fssantana.vertgo.request.HttpExceptionMessageCodec
 

I

io.github.fssantana.vertgo - package io.github.fssantana.vertgo
 
io.github.fssantana.vertgo.exception - package io.github.fssantana.vertgo.exception
 
io.github.fssantana.vertgo.request - package io.github.fssantana.vertgo.request
 
io.github.fssantana.vertgo.response - package io.github.fssantana.vertgo.response
 
isBase64() - Method in class io.github.fssantana.vertgo.response.LambdaResponse
 

L

LambdaRequest - Class in io.github.fssantana.vertgo.request
Request converted from lambda income
LambdaRequest() - Constructor for class io.github.fssantana.vertgo.request.LambdaRequest
 
LambdaRequestMessageCodec - Class in io.github.fssantana.vertgo.request
Vertex message codec
LambdaRequestMessageCodec() - Constructor for class io.github.fssantana.vertgo.request.LambdaRequestMessageCodec
 
LambdaResponse<T> - Class in io.github.fssantana.vertgo.response
 
LambdaResponse() - Constructor for class io.github.fssantana.vertgo.response.LambdaResponse
 
LambdaResponseMessageCodec - Class in io.github.fssantana.vertgo.response
 
LambdaResponseMessageCodec() - Constructor for class io.github.fssantana.vertgo.response.LambdaResponseMessageCodec
 

N

name() - Method in class io.github.fssantana.vertgo.request.HttpExceptionMessageCodec
 
name() - Method in class io.github.fssantana.vertgo.request.LambdaRequestMessageCodec
 
name() - Method in class io.github.fssantana.vertgo.request.UnrecognizedPropertyExceptionCodec
 
name() - Method in class io.github.fssantana.vertgo.response.LambdaResponseMessageCodec
 

O

of(Object, int, boolean, Map<String, String>) - Static method in class io.github.fssantana.vertgo.response.LambdaResponse
 

P

path(String) - Method in class io.github.fssantana.vertgo.request.LambdaRequest
 

R

route() - Method in class io.github.fssantana.vertgo.Controller
Should be implemented and return a string like {HTTP_METHOD}:{PATH}
router() - Method in class io.github.fssantana.vertgo.VertgoHandler
 

S

setBase64(boolean) - Method in class io.github.fssantana.vertgo.response.LambdaResponse
 
setBody(T) - Method in class io.github.fssantana.vertgo.response.LambdaResponse
 
setHeaders(Map<String, String>) - Method in class io.github.fssantana.vertgo.exception.HttpException
 
setHeaders(JsonObject) - Method in class io.github.fssantana.vertgo.request.LambdaRequest
 
setHeaders(Map<String, String>) - Method in class io.github.fssantana.vertgo.response.LambdaResponse
 
setPathParams(JsonObject) - Method in class io.github.fssantana.vertgo.request.LambdaRequest
 
setRequest(JsonObject) - Method in class io.github.fssantana.vertgo.request.LambdaRequest
 
setResponseBody(Object) - Method in class io.github.fssantana.vertgo.exception.HttpException
 
setStatusCode(int) - Method in class io.github.fssantana.vertgo.exception.HttpException
 
setStatusCode(int) - Method in class io.github.fssantana.vertgo.response.LambdaResponse
 
shouldCreateInstanceIfNull() - Method in class io.github.fssantana.vertgo.Controller
If this method returns true it will always create an instance from input type even if request body is empty Default is true.
systemCodecID() - Method in class io.github.fssantana.vertgo.request.HttpExceptionMessageCodec
 
systemCodecID() - Method in class io.github.fssantana.vertgo.request.LambdaRequestMessageCodec
 
systemCodecID() - Method in class io.github.fssantana.vertgo.request.UnrecognizedPropertyExceptionCodec
 
systemCodecID() - Method in class io.github.fssantana.vertgo.response.LambdaResponseMessageCodec
 

T

timeout() - Method in class io.github.fssantana.vertgo.VertgoHandler
Override this method to set an application timeout
transform(HttpException) - Method in class io.github.fssantana.vertgo.request.HttpExceptionMessageCodec
 
transform(LambdaRequest) - Method in class io.github.fssantana.vertgo.request.LambdaRequestMessageCodec
 
transform(UnrecognizedPropertyException) - Method in class io.github.fssantana.vertgo.request.UnrecognizedPropertyExceptionCodec
 
transform(LambdaResponse) - Method in class io.github.fssantana.vertgo.response.LambdaResponseMessageCodec
 

U

unrecognizedPropertyError(String, String) - Method in class io.github.fssantana.vertgo.VertgoHandler
This method return default error response for json with unrecognized property Override this method to set a default error response for unrecognized property
UnrecognizedPropertyExceptionCodec - Class in io.github.fssantana.vertgo.request
Vertx message codec
UnrecognizedPropertyExceptionCodec() - Constructor for class io.github.fssantana.vertgo.request.UnrecognizedPropertyExceptionCodec
 

V

VertgoHandler - Class in io.github.fssantana.vertgo
 
VertgoHandler() - Constructor for class io.github.fssantana.vertgo.VertgoHandler
 
vertxInstance - Variable in class io.github.fssantana.vertgo.VertgoHandler
 
A C D E G H I L N O P R S T U V 
Skip navigation links

Copyright © 2012–2019 jcabi.com. All rights reserved.