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

H

handleRequest(HttpRequestContext, HttpResponseContext) - Method in interface com.sun.ws.rest.api.core.WebResource
Called for each HTTP request
handleRequest(ContainerRequest, ContainerResponse) - Method in interface com.sun.ws.rest.spi.container.WebApplication
Handle an HTTP request by dispatching the request to the appropriate matching Web resource that produces the response or otherwise producing the appropriate HTTP error response.
HEAD - Static variable in annotation type com.sun.ws.rest.api.HttpMethod
HTTP HEAD method
HeaderFactory - Class in com.sun.ws.rest.spi.header
Factory for getting HeaderProvider instances.
HeaderFactory() - Constructor for class com.sun.ws.rest.spi.header.HeaderFactory
 
HeaderParam - Annotation Type in com.sun.ws.rest.api
Binds a HTTP header to a Java method parameter, class field or bean property.
HeaderProvider<T> - Interface in com.sun.ws.rest.spi.header
A provider that supports the conversion of an HTTP header, of type T, to and from a String.
HttpContext - Interface in com.sun.ws.rest.api.core
A HttpContext makes it possible for a web resource implementation class to access and manipulate HTTP request and response information directly.
HttpMethod - Annotation Type in com.sun.ws.rest.api
Indicates that the annotated Java method should be used to handle HTTP requests.
HttpRequestContext - Interface in com.sun.ws.rest.api.core
An abstraction for a HTTP request
HttpResponse - Class in com.sun.ws.rest.api.response
Base class for HTTP responses.
HttpResponse() - Constructor for class com.sun.ws.rest.api.response.HttpResponse
Create a new instance, the HTTP status code defaults to 204.
HttpResponse(Representation<?>) - Constructor for class com.sun.ws.rest.api.response.HttpResponse
Create a new instance, the HTTP status code defaults to 200.
HttpResponse(int) - Constructor for class com.sun.ws.rest.api.response.HttpResponse
Create a new instance with the specified status code.
HttpResponse(int, Representation<?>) - Constructor for class com.sun.ws.rest.api.response.HttpResponse
Create a new instance
HttpResponseContext - Interface in com.sun.ws.rest.api.core
Encapsulates the response to a HTTP request.

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