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

E

encode(boolean) - Method in class javax.ws.rs.core.UriBuilder
Controls whether the UriBuilder will automatically encode URI components added by subsequent operations or not.
Encoded - Annotation Type in javax.ws.rs
Disables automatic decoding of values bound using either QueryParam, PathParam or MatrixParam.
encodings(String...) - Method in class javax.ws.rs.core.Variant.VariantListBuilder
Set the encoding[s] for this variant.
entity(Object) - Method in class javax.ws.rs.core.Response.ResponseBuilder
Set the entity on the ResponseBuilder.
EntityTag - Class in javax.ws.rs.core
An abstraction for the value of a HTTP Entity Tag, used as the value of an ETag response header.
EntityTag(String) - Constructor for class javax.ws.rs.core.EntityTag
Creates a new instance of a strong EntityTag.
EntityTag(String, boolean) - Constructor for class javax.ws.rs.core.EntityTag
Creates a new instance of an EntityTag
equals(Object) - Method in class javax.ws.rs.core.EntityTag
Compares obj to this tag to see if they are the same considering weakness and value.
equals(Object) - Method in class javax.ws.rs.core.MediaType
Compares obj to this media type to see if they are the same by comparing type, subtype and parameters.
ETAG - Static variable in interface javax.ws.rs.core.HttpHeaders
See HTTP/1.1 documentation.
evaluatePreconditions(EntityTag) - Method in interface javax.ws.rs.core.Request
Evaluate request preconditions based on the passed in value.
evaluatePreconditions(Date) - Method in interface javax.ws.rs.core.Request
Evaluate request preconditions based on the passed in value.
evaluatePreconditions(Date, EntityTag) - Method in interface javax.ws.rs.core.Request
Evaluate request preconditions based on the passed in value.
ExceptionMapper<E> - Interface in javax.ws.rs.ext
Contract for a provider that maps Java exceptions to Response.
EXPIRES - Static variable in interface javax.ws.rs.core.HttpHeaders
See HTTP/1.1 documentation.
extension(String) - Method in class javax.ws.rs.core.UriBuilder
Set the extension of the current final path segment to the supplied value appending an initial "." if necessary.

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