Skip navigation links
C D G H J P R S W 

C

com.amazonaws.serverless.proxy.jersey - package com.amazonaws.serverless.proxy.jersey
 

D

dispose(HttpServletRequest) - Method in class com.amazonaws.serverless.proxy.jersey.JerseyAwsProxyServletRequestFactory
 

G

getApplicationHandler() - Method in class com.amazonaws.serverless.proxy.jersey.JerseyLambdaContainerHandler
The instantiated ApplicationHandler object used by this container
getAwsProxyHandler(Application) - Static method in class com.amazonaws.serverless.proxy.jersey.JerseyLambdaContainerHandler
Returns an initialized JerseyLambdaContainerHandler that includes RequestReader and ResponseWriter objects for the AwsProxyRequest and AwsProxyResponse objects.
getConfiguration() - Method in class com.amazonaws.serverless.proxy.jersey.JerseyLambdaContainerHandler
Gets the configuration currently set in the internal ApplicationHandler
getContainerResponse(CountDownLatch) - Method in class com.amazonaws.serverless.proxy.jersey.JerseyLambdaContainerHandler
 
getRequestClass() - Method in class com.amazonaws.serverless.proxy.jersey.JerseyAwsProxyRequestReader
 

H

handleRequest(ContainerRequest, JerseyResponseWriter, Context) - Method in class com.amazonaws.serverless.proxy.jersey.JerseyLambdaContainerHandler
 

J

JerseyAwsProxyRequestReader - Class in com.amazonaws.serverless.proxy.jersey
Default implementation of the RequestReader object.
JerseyAwsProxyRequestReader() - Constructor for class com.amazonaws.serverless.proxy.jersey.JerseyAwsProxyRequestReader
 
JerseyAwsProxyResponseWriter - Class in com.amazonaws.serverless.proxy.jersey
Transforms the data from a JerseyResponseWriter object into a valid AwsProxyResponse object.
JerseyAwsProxyResponseWriter() - Constructor for class com.amazonaws.serverless.proxy.jersey.JerseyAwsProxyResponseWriter
 
JerseyAwsProxyServletRequestFactory - Class in com.amazonaws.serverless.proxy.jersey
Implementation of Jersey's Factory object for HttpServletRequest objects.
JerseyAwsProxyServletRequestFactory() - Constructor for class com.amazonaws.serverless.proxy.jersey.JerseyAwsProxyServletRequestFactory
 
JerseyLambdaContainerHandler<RequestType,ResponseType> - Class in com.amazonaws.serverless.proxy.jersey
Jersey-specific implementation of the LambdaContainerHandler interface.
JerseyLambdaContainerHandler(RequestReader<RequestType, ContainerRequest>, ResponseWriter<JerseyResponseWriter, ResponseType>, SecurityContextWriter<RequestType>, ExceptionHandler<ResponseType>, Application) - Constructor for class com.amazonaws.serverless.proxy.jersey.JerseyLambdaContainerHandler
Private constructor for a LambdaContainer.

P

provide() - Method in class com.amazonaws.serverless.proxy.jersey.JerseyAwsProxyServletRequestFactory
 

R

readRequest(AwsProxyRequest, SecurityContext, Context) - Method in class com.amazonaws.serverless.proxy.jersey.JerseyAwsProxyRequestReader
Reads an request object generated by an AWS_PROXY integration in API Gateway and transforms it into a Jersey ContainerRequest object.
reload() - Method in class com.amazonaws.serverless.proxy.jersey.JerseyLambdaContainerHandler
Shuts down and restarts the application handler in the current container.
reload(ResourceConfig) - Method in class com.amazonaws.serverless.proxy.jersey.JerseyLambdaContainerHandler
Restarts the application handler and configures a different Application object.

S

setUseStageAsBasePath(boolean) - Method in class com.amazonaws.serverless.proxy.jersey.JerseyAwsProxyRequestReader
Sets whether the stage name should be used as base path for the Jersey request.

W

writeResponse(JerseyResponseWriter, Context) - Method in class com.amazonaws.serverless.proxy.jersey.JerseyAwsProxyResponseWriter
Reads the data from the JerseyResponseWriter object and creates an AwsProxyResponse object
C D G H J P R S W 
Skip navigation links

Copyright © 2017. All Rights Reserved.