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

F

FORM_AUTH - Static variable in interface javax.ws.rs.core.SecurityContext
String identifier for Form authentication.
fragment(String) - Method in class javax.ws.rs.core.UriBuilder
Set the URI fragment using an unencoded value.
fromPath(String) - Static method in class javax.ws.rs.core.UriBuilder
Create a new instance representing a relative URI initialized from an unencoded URI path, equivalent to fromPath(path, true).
fromPath(String, boolean) - Static method in class javax.ws.rs.core.UriBuilder
Create a new instance representing a relative URI initialized from a URI path.
fromResource(Class<?>) - Static method in class javax.ws.rs.core.UriBuilder
Create a new instance representing a relative URI initialized from a root resource class with automatic encoding (see UriBuilder.encode(boolean) method) turned on.
fromResponse(Response) - Static method in class javax.ws.rs.core.Response
Create a new ResponseBuilder by performing a shallow copy of an existing Response.
fromStatusCode(int) - Static method in enum javax.ws.rs.core.Response.Status
Convert a numerical status code into the corresponding Status
fromString(String) - Method in interface javax.ws.rs.ext.RuntimeDelegate.HeaderDelegate
Parse the supplied value and create an instance of T.
fromUri(URI) - Static method in class javax.ws.rs.core.UriBuilder
Create a new instance initialized from an existing URI with automatic encoding (see UriBuilder.encode(boolean) method) turned on.
fromUri(String) - Static method in class javax.ws.rs.core.UriBuilder
Create a new instance initialized from an existing URI with automatic encoding (see UriBuilder.encode(boolean) method) turned on.

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