Skip navigation links
A B C D E F G H I J L M O P R S T U V W 

A

AbstractParam<T> - Class in io.dropwizard.jersey.params
An abstract base class from which to build Jersey parameter classes.
AbstractParam(String) - Constructor for class io.dropwizard.jersey.params.AbstractParam
Given an input value from a client, creates a parameter wrapping its parsed value.
ALLOWED_METHODS_PARAM - Static variable in class io.dropwizard.jersey.filter.AllowedMethodsFilter
 
AllowedMethodsFilter - Class in io.dropwizard.jersey.filter
 
AllowedMethodsFilter() - Constructor for class io.dropwizard.jersey.filter.AllowedMethodsFilter
 
aroundReadFrom(ReaderInterceptorContext) - Method in class io.dropwizard.jersey.gzip.GZipDecoder
 
aroundWriteTo(WriterInterceptorContext) - Method in class io.dropwizard.jersey.gzip.ConfiguredGZipEncoder
 

B

Binder() - Constructor for class io.dropwizard.jersey.sessions.SessionFactoryProvider.Binder
 
BooleanParam - Class in io.dropwizard.jersey.params
A parameter encapsulating boolean values.
BooleanParam(String) - Constructor for class io.dropwizard.jersey.params.BooleanParam
 

C

CacheControl - Annotation Type in io.dropwizard.jersey.caching
An annotation which adds a constant Cache-Control header to the response produced by the annotated method.
CacheControlledResponseFeature - Class in io.dropwizard.jersey.caching
 
CacheControlledResponseFeature() - Constructor for class io.dropwizard.jersey.caching.CacheControlledResponseFeature
 
configure(ResourceInfo, FeatureContext) - Method in class io.dropwizard.jersey.caching.CacheControlledResponseFeature
 
configure(FeatureContext) - Method in class io.dropwizard.jersey.guava.OptionalParamFeature
 
configure() - Method in class io.dropwizard.jersey.sessions.SessionFactoryProvider.Binder
 
ConfiguredGZipEncoder - Class in io.dropwizard.jersey.gzip
GZIP encoding support.
ConfiguredGZipEncoder(boolean) - Constructor for class io.dropwizard.jersey.gzip.ConfiguredGZipEncoder
 
ConstraintViolationExceptionMapper - Class in io.dropwizard.jersey.validation
 
ConstraintViolationExceptionMapper() - Constructor for class io.dropwizard.jersey.validation.ConstraintViolationExceptionMapper
 
createValueFactory(Parameter) - Method in class io.dropwizard.jersey.sessions.SessionFactoryProvider
 

D

DateTimeParam - Class in io.dropwizard.jersey.params
A parameter encapsulating date/time values.
DateTimeParam(String) - Constructor for class io.dropwizard.jersey.params.DateTimeParam
 
DEFAULT_ALLOWED_METHODS - Static variable in class io.dropwizard.jersey.filter.AllowedMethodsFilter
 
destroy() - Method in class io.dropwizard.jersey.filter.AllowedMethodsFilter
 
disable() - Method in class io.dropwizard.jersey.setup.JerseyEnvironment
 
disable(String) - Method in class io.dropwizard.jersey.setup.JerseyEnvironment
Disables the Jersey feature with the given name.
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class io.dropwizard.jersey.filter.AllowedMethodsFilter
 
DropwizardResourceConfig - Class in io.dropwizard.jersey
 
DropwizardResourceConfig(MetricRegistry) - Constructor for class io.dropwizard.jersey.DropwizardResourceConfig
 
DropwizardResourceConfig() - Constructor for class io.dropwizard.jersey.DropwizardResourceConfig
 
DropwizardResourceConfig(boolean, MetricRegistry) - Constructor for class io.dropwizard.jersey.DropwizardResourceConfig
 

E

EarlyEofExceptionMapper - Class in io.dropwizard.jersey.errors
This class is intended to catch Early EOF errors that occur when the client disconnects while the server is reading from the input stream.
EarlyEofExceptionMapper() - Constructor for class io.dropwizard.jersey.errors.EarlyEofExceptionMapper
 
enable(String) - Method in class io.dropwizard.jersey.setup.JerseyEnvironment
Enables the Jersey feature with the given name.
equals(Object) - Method in class io.dropwizard.jersey.params.AbstractParam
 
error(String, Exception) - Method in class io.dropwizard.jersey.params.AbstractParam
Given a string representation which was unable to be parsed and the exception thrown, produce a Response to be sent to the client.
ErrorMessage - Class in io.dropwizard.jersey.errors
 
ErrorMessage(String) - Constructor for class io.dropwizard.jersey.errors.ErrorMessage
 
ErrorMessage(int, String) - Constructor for class io.dropwizard.jersey.errors.ErrorMessage
 
ErrorMessage(int, String, String) - Constructor for class io.dropwizard.jersey.errors.ErrorMessage
 
errorMessage(String, Exception) - Method in class io.dropwizard.jersey.params.AbstractParam
Given a string representation which was unable to be parsed and the exception thrown, produce an entity to be sent to the client.
errorMessage(String, Exception) - Method in class io.dropwizard.jersey.params.BooleanParam
 
errorMessage(String, Exception) - Method in class io.dropwizard.jersey.params.IntParam
 
errorMessage(String, Exception) - Method in class io.dropwizard.jersey.params.LongParam
 
errorMessage(String, Exception) - Method in class io.dropwizard.jersey.params.UUIDParam
 

F

filter(ClientRequestContext) - Method in class io.dropwizard.jersey.gzip.ConfiguredGZipEncoder
 
Flash<T> - Class in io.dropwizard.jersey.sessions
 
FlashFactory - Class in io.dropwizard.jersey.sessions
 
FlashFactory(boolean) - Constructor for class io.dropwizard.jersey.sessions.FlashFactory
 
formatErrorMessage(long, E) - Method in class io.dropwizard.jersey.errors.LoggingExceptionMapper
 
formatLogMessage(long, Throwable) - Method in class io.dropwizard.jersey.errors.LoggingExceptionMapper
 
forTesting(MetricRegistry) - Static method in class io.dropwizard.jersey.DropwizardResourceConfig
 

G

get() - Method in class io.dropwizard.jersey.params.AbstractParam
Returns the underlying value.
get() - Method in class io.dropwizard.jersey.sessions.Flash
 
getCode() - Method in class io.dropwizard.jersey.errors.ErrorMessage
 
getContainer() - Method in class io.dropwizard.jersey.setup.JerseyContainerHolder
 
getConverter(Class<T>, Type, Annotation[]) - Method in class io.dropwizard.jersey.guava.OptionalParamConverterProvider
getDetails() - Method in class io.dropwizard.jersey.errors.ErrorMessage
 
getEndpointsInfo() - Method in class io.dropwizard.jersey.DropwizardResourceConfig
 
getErrors() - Method in class io.dropwizard.jersey.validation.ValidationErrorMessage
 
getErrorStatus() - Method in class io.dropwizard.jersey.params.AbstractParam
Given a string representation which was unable to be parsed, produce a Response.Status for the Response to be sent to the client.
getMessage() - Method in class io.dropwizard.jersey.errors.ErrorMessage
 
getObjectMapper() - Method in class io.dropwizard.jersey.jackson.JacksonMessageBodyProvider
 
getProperty(String) - Method in class io.dropwizard.jersey.setup.JerseyEnvironment
Gets the given Jersey property.
getResourceConfig() - Method in class io.dropwizard.jersey.setup.JerseyEnvironment
 
getSize(Optional<?>, Class<?>, Type, Annotation[], MediaType) - Method in class io.dropwizard.jersey.guava.OptionalMessageBodyWriter
 
getUrlPattern() - Method in class io.dropwizard.jersey.DropwizardResourceConfig
 
getUrlPattern() - Method in class io.dropwizard.jersey.setup.JerseyEnvironment
 
GZipDecoder - Class in io.dropwizard.jersey.gzip
GZIP encoding support.
GZipDecoder() - Constructor for class io.dropwizard.jersey.gzip.GZipDecoder
 

H

hashCode() - Method in class io.dropwizard.jersey.params.AbstractParam
 
HttpSessionFactory - Class in io.dropwizard.jersey.sessions
 
HttpSessionFactory(boolean) - Constructor for class io.dropwizard.jersey.sessions.HttpSessionFactory
 

I

init(FilterConfig) - Method in class io.dropwizard.jersey.filter.AllowedMethodsFilter
 
IntParam - Class in io.dropwizard.jersey.params
A parameter encapsulating integer values.
IntParam(String) - Constructor for class io.dropwizard.jersey.params.IntParam
 
io.dropwizard.jersey - package io.dropwizard.jersey
 
io.dropwizard.jersey.caching - package io.dropwizard.jersey.caching
 
io.dropwizard.jersey.errors - package io.dropwizard.jersey.errors
 
io.dropwizard.jersey.filter - package io.dropwizard.jersey.filter
 
io.dropwizard.jersey.guava - package io.dropwizard.jersey.guava
 
io.dropwizard.jersey.gzip - package io.dropwizard.jersey.gzip
 
io.dropwizard.jersey.jackson - package io.dropwizard.jersey.jackson
 
io.dropwizard.jersey.params - package io.dropwizard.jersey.params
 
io.dropwizard.jersey.sessions - package io.dropwizard.jersey.sessions
 
io.dropwizard.jersey.setup - package io.dropwizard.jersey.setup
 
io.dropwizard.jersey.validation - package io.dropwizard.jersey.validation
 
isReadable(Class<?>, Type, Annotation[], MediaType) - Method in class io.dropwizard.jersey.jackson.JacksonMessageBodyProvider
 
isWriteable(Class<?>, Type, Annotation[], MediaType) - Method in class io.dropwizard.jersey.guava.OptionalMessageBodyWriter
 
isWriteable(Class<?>, Type, Annotation[], MediaType) - Method in class io.dropwizard.jersey.jackson.JacksonMessageBodyProvider
 

J

JacksonMessageBodyProvider - Class in io.dropwizard.jersey.jackson
A Jersey provider which enables using Jackson to parse request entities into objects and generate response entities from objects.
JacksonMessageBodyProvider(ObjectMapper, Validator) - Constructor for class io.dropwizard.jersey.jackson.JacksonMessageBodyProvider
 
JerseyContainerHolder - Class in io.dropwizard.jersey.setup
 
JerseyContainerHolder(Servlet) - Constructor for class io.dropwizard.jersey.setup.JerseyContainerHolder
 
JerseyEnvironment - Class in io.dropwizard.jersey.setup
 
JerseyEnvironment(JerseyContainerHolder, DropwizardResourceConfig) - Constructor for class io.dropwizard.jersey.setup.JerseyEnvironment
 
JsonProcessingExceptionMapper - Class in io.dropwizard.jersey.jackson
 
JsonProcessingExceptionMapper() - Constructor for class io.dropwizard.jersey.jackson.JsonProcessingExceptionMapper
 
JsonProcessingExceptionMapper(boolean) - Constructor for class io.dropwizard.jersey.jackson.JsonProcessingExceptionMapper
 

L

LocalDateParam - Class in io.dropwizard.jersey.params
A parameter encapsulating local date values.
LocalDateParam(String) - Constructor for class io.dropwizard.jersey.params.LocalDateParam
 
logComponents() - Method in class io.dropwizard.jersey.DropwizardResourceConfig
 
logException(long, E) - Method in class io.dropwizard.jersey.errors.LoggingExceptionMapper
 
LoggingExceptionMapper<E extends Throwable> - Class in io.dropwizard.jersey.errors
 
LoggingExceptionMapper() - Constructor for class io.dropwizard.jersey.errors.LoggingExceptionMapper
 
LongParam - Class in io.dropwizard.jersey.params
A parameter encapsulating long values.
LongParam(String) - Constructor for class io.dropwizard.jersey.params.LongParam
 

M

mediaType() - Method in class io.dropwizard.jersey.params.AbstractParam
Returns the media type of the error message entity.

O

OptionalMessageBodyWriter - Class in io.dropwizard.jersey.guava
 
OptionalMessageBodyWriter() - Constructor for class io.dropwizard.jersey.guava.OptionalMessageBodyWriter
 
OptionalParamConverterProvider - Class in io.dropwizard.jersey.guava
 
OptionalParamConverterProvider(ServiceLocator) - Constructor for class io.dropwizard.jersey.guava.OptionalParamConverterProvider
 
OptionalParamFeature - Class in io.dropwizard.jersey.guava
 
OptionalParamFeature() - Constructor for class io.dropwizard.jersey.guava.OptionalParamFeature
 

P

packages(String...) - Method in class io.dropwizard.jersey.setup.JerseyEnvironment
Adds array of package names which will be used to scan for components.
parse(String) - Method in class io.dropwizard.jersey.params.AbstractParam
Given a string representation, parse it and return an instance of the parameter type.
parse(String) - Method in class io.dropwizard.jersey.params.BooleanParam
 
parse(String) - Method in class io.dropwizard.jersey.params.DateTimeParam
 
parse(String) - Method in class io.dropwizard.jersey.params.IntParam
 
parse(String) - Method in class io.dropwizard.jersey.params.LocalDateParam
 
parse(String) - Method in class io.dropwizard.jersey.params.LongParam
 
parse(String) - Method in class io.dropwizard.jersey.params.UUIDParam
 
PATCH - Annotation Type in io.dropwizard.jersey
 
property(String, Object) - Method in class io.dropwizard.jersey.setup.JerseyEnvironment
Sets the given Jersey property.
provide() - Method in class io.dropwizard.jersey.sessions.FlashFactory
 
provide() - Method in class io.dropwizard.jersey.sessions.HttpSessionFactory
 

R

readFrom(Class<Object>, Type, Annotation[], MediaType, MultivaluedMap<String, String>, InputStream) - Method in class io.dropwizard.jersey.jackson.JacksonMessageBodyProvider
 
register(Object) - Method in class io.dropwizard.jersey.setup.JerseyEnvironment
Adds the given object as a Jersey singleton component.
register(Class<?>) - Method in class io.dropwizard.jersey.setup.JerseyEnvironment
Adds the given class as a Jersey component.
replace(Function<ResourceConfig, Servlet>) - Method in class io.dropwizard.jersey.setup.JerseyEnvironment
 

S

Session - Annotation Type in io.dropwizard.jersey.sessions
 
SessionFactoryProvider - Class in io.dropwizard.jersey.sessions
 
SessionFactoryProvider(MultivaluedParameterExtractorProvider, ServiceLocator) - Constructor for class io.dropwizard.jersey.sessions.SessionFactoryProvider
 
SessionFactoryProvider.Binder - Class in io.dropwizard.jersey.sessions
 
SessionFactoryProvider.SessionInjectionResolver - Class in io.dropwizard.jersey.sessions
 
SessionInjectionResolver() - Constructor for class io.dropwizard.jersey.sessions.SessionFactoryProvider.SessionInjectionResolver
 
set(T) - Method in class io.dropwizard.jersey.sessions.Flash
 
setContainer(Servlet) - Method in class io.dropwizard.jersey.setup.JerseyContainerHolder
 
setUrlPattern(String) - Method in class io.dropwizard.jersey.DropwizardResourceConfig
 
setUrlPattern(String) - Method in class io.dropwizard.jersey.setup.JerseyEnvironment
 

T

toResponse(EofException) - Method in class io.dropwizard.jersey.errors.EarlyEofExceptionMapper
 
toResponse(E) - Method in class io.dropwizard.jersey.errors.LoggingExceptionMapper
 
toResponse(JsonProcessingException) - Method in class io.dropwizard.jersey.jackson.JsonProcessingExceptionMapper
 
toResponse(ConstraintViolationException) - Method in class io.dropwizard.jersey.validation.ConstraintViolationExceptionMapper
 
toString() - Method in class io.dropwizard.jersey.params.AbstractParam
 

U

UUIDParam - Class in io.dropwizard.jersey.params
A parameter encapsulating UUID values.
UUIDParam(String) - Constructor for class io.dropwizard.jersey.params.UUIDParam
 

V

ValidationErrorMessage - Class in io.dropwizard.jersey.validation
 
ValidationErrorMessage(Set<ConstraintViolation<?>>) - Constructor for class io.dropwizard.jersey.validation.ValidationErrorMessage
 

W

writeTo(Optional<?>, Class<?>, Type, Annotation[], MediaType, MultivaluedMap<String, Object>, OutputStream) - Method in class io.dropwizard.jersey.guava.OptionalMessageBodyWriter
 
A B C D E F G H I J L M O P R S T U V W 
Skip navigation links

Copyright © 2015. All rights reserved.