Package | Description |
---|---|
javax.ws.rs |
High-level interfaces and annotations used to create RESTful service
resources.
|
javax.ws.rs.core |
Low-level interfaces and annotations used to create RESTful service
resources.
|
javax.ws.rs.ext |
APIs that provide extensions to the types supported by the JAX-RS API.
|
org.jboss.resteasy.client | |
org.jboss.resteasy.client.core | |
org.jboss.resteasy.core | |
org.jboss.resteasy.plugins.providers.jaxb | |
org.jboss.resteasy.specimpl | |
org.jboss.resteasy.spi |
Modifier and Type | Method and Description |
---|---|
Response |
WebApplicationException.getResponse()
Get the HTTP response.
|
Constructor and Description |
---|
WebApplicationException(Response response)
Construct a new instance using the supplied response
|
WebApplicationException(Throwable cause,
Response response)
Construct a new instance using the supplied response
|
Modifier and Type | Method and Description |
---|---|
abstract Response |
Response.ResponseBuilder.build()
Create a Response instance from the current ResponseBuilder.
|
Modifier and Type | Method and Description |
---|---|
static Response.ResponseBuilder |
Response.fromResponse(Response response)
Create a new ResponseBuilder by performing a shallow copy of an
existing Response.
|
Modifier and Type | Method and Description |
---|---|
Response |
ExceptionMapper.toResponse(E exception)
Map an exception to a
Response . |
Modifier and Type | Class and Description |
---|---|
class |
ClientResponse<T>
Response extension for the RESTEasy client framework.
|
Modifier and Type | Class and Description |
---|---|
class |
BaseClientResponse<T> |
Modifier and Type | Class and Description |
---|---|
class |
ServerResponse |
Modifier and Type | Method and Description |
---|---|
Response |
AsynchronousDispatcher.get(long wait,
String jobId) |
protected Response |
SynchronousDispatcher.getResponse(HttpRequest request,
HttpResponse response,
ResourceInvoker invoker) |
Response |
SynchronousDispatcher.internalInvocation(HttpRequest request,
HttpResponse response,
Object entity) |
Response |
Dispatcher.internalInvocation(HttpRequest request,
HttpResponse response,
Object entity) |
protected Response |
AsynchronousDispatcher.process(long wait,
String jobId,
boolean eatJob) |
Response |
AsynchronousDispatcher.readAndRemove(long wait,
String jobId) |
Modifier and Type | Method and Description |
---|---|
void |
SynchronousDispatcher.asynchronousDelivery(HttpRequest request,
HttpResponse response,
Response jaxrsResponse) |
static ServerResponse |
ServerResponse.copyIfNotServerResponse(Response response) |
protected void |
SynchronousDispatcher.writeDefaultOptionsMethod(HttpRequest request,
HttpResponse response,
Response jaxrsResponse) |
protected void |
SynchronousDispatcher.writeFailure(HttpRequest request,
HttpResponse response,
Response jaxrsResponse) |
protected void |
SynchronousDispatcher.writeJaxrsResponse(HttpRequest request,
HttpResponse response,
Response jaxrsResponse) |
Constructor and Description |
---|
JAXBMarshalException(String s,
Response response) |
JAXBMarshalException(String s,
Throwable throwable,
Response response) |
JAXBMarshalException(Throwable throwable,
Response response) |
JAXBUnmarshalException(String s,
Response response) |
JAXBUnmarshalException(String s,
Throwable throwable,
Response response) |
JAXBUnmarshalException(Throwable throwable,
Response response) |
Modifier and Type | Method and Description |
---|---|
Response |
ResponseBuilderImpl.build() |
Modifier and Type | Field and Description |
---|---|
protected Response |
Failure.response |
Modifier and Type | Method and Description |
---|---|
Response |
InternalDispatcher.delete(String uri) |
Response |
InternalDispatcher.executeEntity(String method,
String uri,
String contentType,
Object entity) |
Response |
Failure.getResponse() |
Response |
InternalDispatcher.getResponse(MockHttpRequest request) |
Response |
InternalDispatcher.getResponse(MockHttpRequest request,
Object entity) |
Response |
InternalDispatcher.getResponse(String uri) |
Response |
InternalDispatcher.postEntity(String uri,
Object entity) |
Response |
InternalDispatcher.postEntity(String uri,
String contentType,
Object entity) |
Response |
InternalDispatcher.putEntity(String uri,
Object entity) |
Response |
InternalDispatcher.putEntity(String uri,
String contentType,
Object entity) |
Modifier and Type | Method and Description |
---|---|
void |
AsynchronousResponse.setResponse(Response response) |
Copyright © 2018 JBoss by Red Hat. All rights reserved.