- 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
-