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 QueryParam, PathParam and MatrixParam values.
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 and subtype only - parameters are ignored.
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.

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