|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Response | |
---|---|
javax.ws.rs | High-level interfaces and annotations used to create RESTful service resources. |
javax.ws.rs.client | The JAX-RS client API |
javax.ws.rs.container | Container-specific JAX-RS API. |
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.cdi.asynch | This package (along with @see org.jboss.resteasy.test.cdi.asynch) tests JAX-RS and EJB asynchronous processing. |
org.jboss.resteasy.cdi.decorators | This package (along with @see org.jboss.resteasy.test.cdi.decorators) tests the application of CDI decorators to: *) ContainerRequestFilter *) ContainerResponseFilter *) ReaderInterceptor *) MessageBodyReader *) WriterInterceptor *) MessageBodyWriter *) Resources |
org.jboss.resteasy.cdi.events | This package (along with @see org.jboss.resteasy.test.cdi.events) tests CDI event processing with JAX-RS components. |
org.jboss.resteasy.cdi.extension.bean | This package (along with @see org.jboss.resteasy.test.cdi.extension.bean) introduces an application defined implementation of javax.enterprise.inject.spi.Bean. |
org.jboss.resteasy.cdi.extension.scope | This package (along with @see org.jboss.resteasy.test.cdi.extension.scope) introduces an application defined scope. |
org.jboss.resteasy.cdi.generic | This package (along with @see org.jboss.resteasy.test.cdi.generic) tests injection with parameterized required types and/or parameterized bean types. |
org.jboss.resteasy.cdi.inheritence | This package (along with @see org.jboss.resteasy.test.cdi.inheritence) tests alternatives, alternative stereotypes, and specialization. |
org.jboss.resteasy.cdi.injection | This package (along with @see org.jboss.resteasy.test.cdi.injection) tests injection into JAX-RS components. |
org.jboss.resteasy.cdi.injection.reverse | This package (along with @see org.jboss.resteasy.test.cdi.injection.reverse) tests injection of JAX-RS components into EJBs. |
org.jboss.resteasy.cdi.interceptors | This package (along with @see org.jboss.resteasy.test.cdi.interceptors) tests the application of interceptors to: *) ContainerRequestFilter *) ContainerResponseFilter *) ReaderInterceptor *) MessageBodyReader *) WriterInterceptor *) MessageBodyWriter *) Resources There are class level interceptors and method level interceptors. |
org.jboss.resteasy.cdi.modules | This package (along with @see org.jboss.resteasy.test.cdi.modules) tests injection of beans into JAX-RS resources across various jar, ejb-jar, war, and ear boundaries. |
org.jboss.resteasy.cdi.validation | This package (along with @see org.jboss.resteasy.test.cdi.validation) tests the application of validation (@see JSR 303: Bean Validation) to JAX-RS resources. |
org.jboss.resteasy.client | |
org.jboss.resteasy.client.core | |
org.jboss.resteasy.client.jaxrs.internal | |
org.jboss.resteasy.core | |
org.jboss.resteasy.core.interception | |
org.jboss.resteasy.keystone.client | |
org.jboss.resteasy.keystone.server | |
org.jboss.resteasy.plugins.providers.jaxb | |
org.jboss.resteasy.plugins.providers.validation | |
org.jboss.resteasy.skeleton.key.idm.service | |
org.jboss.resteasy.skeleton.key.jaxrs | |
org.jboss.resteasy.specimpl | |
org.jboss.resteasy.spi | |
org.jboss.resteasy.test.application | |
org.jboss.resteasy.test.async |
Uses of Response in javax.ws.rs |
---|
Methods in javax.ws.rs that return Response | |
---|---|
Response |
WebApplicationException.getResponse()
Get the HTTP response. |
Constructors in javax.ws.rs with parameters of type Response | |
---|---|
BadRequestException(Response response)
Construct a new bad client request exception. |
|
BadRequestException(Response response,
Throwable cause)
Construct a new bad client request exception. |
|
ClientErrorException(Response response)
Construct a new client error exception. |
|
ClientErrorException(Response response,
Throwable cause)
Construct a new client error exception. |
|
InternalServerErrorException(Response response)
Construct a new internal server error exception. |
|
InternalServerErrorException(Response response,
Throwable cause)
Construct a new internal server error exception. |
|
NotAcceptableException(Response response)
Construct a new "request not acceptable" exception. |
|
NotAcceptableException(Response response,
Throwable cause)
Construct a new "request not acceptable" exception. |
|
NotAllowedException(Response response)
Construct a new method not allowed exception. |
|
NotAllowedException(Response response,
Throwable cause)
Construct a new method not allowed exception. |
|
NotAuthorizedException(Response response)
Construct a new "not authorized" exception. |
|
NotAuthorizedException(Response response,
Throwable cause)
Construct a new "not authorized" exception. |
|
NotFoundException(Response response)
Construct a new "not found" exception. |
|
NotFoundException(Response response,
Throwable cause)
Construct a new "not found" exception. |
|
NotSupportedException(Response response)
Construct a new unsupported media type exception. |
|
NotSupportedException(Response response,
Throwable cause)
Construct a new unsupported media type exception. |
|
RedirectionException(Response response)
Construct a new redirection exception. |
|
ServerErrorException(Response response)
Construct a new server error exception. |
|
ServerErrorException(Response response,
Throwable cause)
Construct a new server error exception. |
|
ServiceUnavailableException(Response response)
Construct a new "service unavailable" exception. |
|
ServiceUnavailableException(Response response,
Throwable cause)
Construct a new "service unavailable" exception. |
|
WebApplicationException(Response response)
Construct a new instance using the supplied response. |
|
WebApplicationException(Throwable cause,
Response response)
Construct a new instance using the supplied response. |
Uses of Response in javax.ws.rs.client |
---|
Methods in javax.ws.rs.client that return Response | |
---|---|
Response |
SyncInvoker.delete()
Invoke HTTP DELETE method for the current request synchronously. |
Response |
SyncInvoker.get()
Invoke HTTP GET method for the current request synchronously. |
Response |
SyncInvoker.head()
Invoke HTTP HEAD method for the current request synchronously. |
Response |
Invocation.invoke()
Synchronously invoke the request and receive a response back. |
Response |
SyncInvoker.method(String name)
Invoke an arbitrary method for the current request synchronously. |
Response |
SyncInvoker.method(String name,
Entity<?> entity)
Invoke an arbitrary method for the current request synchronously. |
Response |
SyncInvoker.options()
Invoke HTTP OPTIONS method for the current request synchronously. |
Response |
SyncInvoker.post(Entity<?> entity)
Invoke HTTP POST method for the current request synchronously. |
Response |
SyncInvoker.put(Entity<?> entity)
Invoke HTTP PUT method for the current request synchronously. |
Response |
SyncInvoker.trace()
Invoke HTTP TRACE method for the current request synchronously. |
Methods in javax.ws.rs.client that return types with arguments of type Response | |
---|---|
Future<Response> |
AsyncInvoker.delete()
Invoke HTTP DELETE method for the current request asynchronously. |
Future<Response> |
AsyncInvoker.get()
Invoke HTTP GET method for the current request asynchronously. |
Future<Response> |
AsyncInvoker.head()
Invoke HTTP HEAD method for the current request asynchronously. |
Future<Response> |
AsyncInvoker.head(InvocationCallback<Response> callback)
Invoke HTTP HEAD method for the current request asynchronously. |
Future<Response> |
AsyncInvoker.method(String name)
Invoke an arbitrary method for the current request asynchronously. |
Future<Response> |
AsyncInvoker.method(String name,
Entity<?> entity)
Invoke an arbitrary method for the current request asynchronously. |
Future<Response> |
AsyncInvoker.options()
Invoke HTTP OPTIONS method for the current request asynchronously. |
Future<Response> |
AsyncInvoker.post(Entity<?> entity)
Invoke HTTP POST method for the current request asynchronously. |
Future<Response> |
AsyncInvoker.put(Entity<?> entity)
Invoke HTTP PUT method for the current request asynchronously. |
Future<Response> |
Invocation.submit()
Submit the request for an asynchronous invocation and receive a future response back. |
Future<Response> |
AsyncInvoker.trace()
Invoke HTTP TRACE method for the current request asynchronously. |
Methods in javax.ws.rs.client with parameters of type Response | |
---|---|
void |
ClientRequestContext.abortWith(Response response)
Abort the filter chain with a response. |
Method parameters in javax.ws.rs.client with type arguments of type Response | |
---|---|
Future<Response> |
AsyncInvoker.head(InvocationCallback<Response> callback)
Invoke HTTP HEAD method for the current request asynchronously. |
Uses of Response in javax.ws.rs.container |
---|
Methods in javax.ws.rs.container with parameters of type Response | |
---|---|
void |
ContainerRequestContext.abortWith(Response response)
Abort the filter chain with a response. |
void |
ResumeCallback.onResume(AsyncResponse resuming,
Response response)
A resume callback notification method that will be invoked when the asynchronous response is about to be resumed with a JAX-RS response instance. |
Uses of Response in javax.ws.rs.core |
---|
Methods in javax.ws.rs.core that return Response | |
---|---|
abstract Response |
Response.ResponseBuilder.build()
Create a Response instance from the current ResponseBuilder. |
Methods in javax.ws.rs.core with parameters of type Response | |
---|---|
static Response.ResponseBuilder |
Response.fromResponse(Response response)
Create a new ResponseBuilder by performing a shallow copy of an existing Response. |
Uses of Response in javax.ws.rs.ext |
---|
Methods in javax.ws.rs.ext that return Response | |
---|---|
Response |
ExceptionMapper.toResponse(E exception)
Map an exception to a Response . |
Uses of Response in org.jboss.resteasy.cdi.asynch |
---|
Methods in org.jboss.resteasy.cdi.asynch that return Response | |
---|---|
Response |
AsynchronousResource.asynchSimple()
|
Uses of Response in org.jboss.resteasy.cdi.decorators |
---|
Methods in org.jboss.resteasy.cdi.decorators that return Response | |
---|---|
Response |
TestResourceIntf.createBook(Book book)
|
Response |
TestResource.createBook(Book book)
|
Response |
ResourceDecorator.createBook(Book book)
|
Response |
TestResourceIntf.test()
|
Response |
TestResource.test()
|
abstract Response |
ResourceDecorator.test()
|
Uses of Response in org.jboss.resteasy.cdi.events |
---|
Methods in org.jboss.resteasy.cdi.events that return Response | |
---|---|
Response |
EventResource.createBook(Book book)
|
Response |
EventResource.test()
|
Uses of Response in org.jboss.resteasy.cdi.extension.bean |
---|
Methods in org.jboss.resteasy.cdi.extension.bean that return Response | |
---|---|
Response |
TestResource.setup()
|
Uses of Response in org.jboss.resteasy.cdi.extension.scope |
---|
Methods in org.jboss.resteasy.cdi.extension.scope that return Response | |
---|---|
Response |
ExtensionResource.setup()
|
Response |
ExtensionResource.test1()
|
Response |
ExtensionResource.test2()
|
Response |
ExtensionResource.test3()
|
Uses of Response in org.jboss.resteasy.cdi.generic |
---|
Methods in org.jboss.resteasy.cdi.generic that return Response | |
---|---|
Response |
UpperBoundTypedResourceIntf.clear()
|
Response |
UpperBoundTypedResource.clear()
|
Response |
LowerBoundTypedResourceIntf.clear()
|
Response |
LowerBoundTypedResource.clear()
|
Response |
ConcreteResourceIntf.clear()
|
Response |
ConcreteResource.clear()
|
Response |
UpperBoundTypedResourceIntf.execute()
|
Response |
UpperBoundTypedResource.execute()
|
Response |
UpperBoundDecorator.execute()
|
Response |
LowerBoundTypedResourceIntf.execute()
|
Response |
LowerBoundTypedResource.execute()
|
Response |
LowerBoundDecorator.execute()
|
Response |
ConcreteResourceIntf.execute()
|
Response |
ConcreteResource.execute()
|
Response |
ConcreteDecorator.execute()
|
Response |
UpperBoundTypedResourceIntf.testDecorators()
|
Response |
UpperBoundTypedResource.testDecorators()
|
Response |
ObjectTypedResourceIntf.testDecorators()
|
Response |
ObjectTypedResource.testDecorators()
|
Response |
NestedTypedResourceIntf.testDecorators()
|
Response |
NestedTypedResource.testDecorators()
|
Response |
LowerBoundTypedResourceIntf.testDecorators()
|
Response |
LowerBoundTypedResource.testDecorators()
|
Response |
HierarchyTypedResourceIntf.testDecorators()
|
Response |
HierarchyTypedResource.testDecorators()
|
Response |
ConcreteResourceIntf.testDecorators()
|
Response |
ConcreteResource.testDecorators()
|
abstract Response |
ConcreteDecorator.testDecorators()
|
Response |
UpperBoundTypedResourceIntf.testGenerics()
|
Response |
UpperBoundTypedResource.testGenerics()
|
Response |
ObjectTypedResourceIntf.testGenerics()
|
Response |
ObjectTypedResource.testGenerics()
|
Response |
NestedTypedResourceIntf.testGenerics()
|
Response |
NestedTypedResource.testGenerics()
|
Response |
LowerBoundTypedResourceIntf.testGenerics()
|
Response |
LowerBoundTypedResource.testGenerics()
|
Response |
HierarchyTypedResourceIntf.testGenerics()
|
Response |
HierarchyTypedResource.testGenerics()
|
Response |
ConcreteResourceIntf.testGenerics()
|
Response |
ConcreteResource.testGenerics()
|
Uses of Response in org.jboss.resteasy.cdi.inheritence |
---|
Methods in org.jboss.resteasy.cdi.inheritence that return Response | |
---|---|
Response |
InheritanceResource.alternativeSelected()
|
Response |
InheritanceResource.alternativeVanilla()
|
Response |
InheritanceResource.specialized()
|
Response |
InheritanceResource.vanilla()
|
Uses of Response in org.jboss.resteasy.cdi.injection |
---|
Methods in org.jboss.resteasy.cdi.injection that return Response | |
---|---|
Response |
BookResource.consumeBookMessageFromMDB()
|
Response |
BookResource.consumeBookMessageFromQueue()
|
Response |
BookResource.createBook(Book book)
|
Response |
BookResource.produceBookMessage(Book book)
|
Response |
BookResource.sessionAdd(javax.servlet.http.HttpServletRequest request,
Book book)
|
Response |
BookResource.sessionTest(javax.servlet.http.HttpServletRequest request)
|
Response |
BookResource.testDisposer()
|
Response |
BookResource.testEntityManager()
|
Response |
BookResource.verifyScopes()
|
Uses of Response in org.jboss.resteasy.cdi.injection.reverse |
---|
Methods in org.jboss.resteasy.cdi.injection.reverse that return Response | |
---|---|
Response |
ReverseInjectionResource.setup()
|
Response |
ReverseInjectionResource.test()
|
Response |
ReverseInjectionResource.testScopes()
|
Uses of Response in org.jboss.resteasy.cdi.interceptors |
---|
Methods in org.jboss.resteasy.cdi.interceptors that return Response | |
---|---|
Response |
InterceptorResource.createBook(Book book)
|
Response |
TimerInterceptorResourceIntf.scheduleTimer()
|
Response |
TimerInterceptorResource.scheduleTimer()
|
Response |
InterceptorResource.test()
|
Response |
TimerInterceptorResourceIntf.testTimer()
|
Response |
TimerInterceptorResource.testTimer()
|
Uses of Response in org.jboss.resteasy.cdi.modules |
---|
Methods in org.jboss.resteasy.cdi.modules that return Response | |
---|---|
Response |
ModulesResourceIntf.test()
|
Response |
ModulesResource.test()
|
Uses of Response in org.jboss.resteasy.cdi.validation |
---|
Methods in org.jboss.resteasy.cdi.validation that return Response | |
---|---|
Response |
ErroneousResourceImpl.test(int num)
|
Response |
ErroneousResource.test(int num)
|
Uses of Response in org.jboss.resteasy.client |
---|
Subclasses of Response in org.jboss.resteasy.client | |
---|---|
class |
ClientResponse<T>
Deprecated. |
Uses of Response in org.jboss.resteasy.client.core |
---|
Subclasses of Response in org.jboss.resteasy.client.core | |
---|---|
class |
BaseClientResponse<T>
|
Uses of Response in org.jboss.resteasy.client.jaxrs.internal |
---|
Subclasses of Response in org.jboss.resteasy.client.jaxrs.internal | |
---|---|
class |
AbortedResponse
|
Fields in org.jboss.resteasy.client.jaxrs.internal declared as Response | |
---|---|
protected Response |
ClientRequestContextImpl.abortedWithResponse
|
Methods in org.jboss.resteasy.client.jaxrs.internal that return Response | |
---|---|
Response |
ClientInvocationBuilder.delete()
|
Response |
ClientInvocationBuilder.get()
|
Response |
ClientRequestContextImpl.getAbortedWithResponse()
|
Response |
ClientInvocationBuilder.head()
|
Response |
ClientInvocation.invoke()
|
Response |
ClientInvocationBuilder.method(String name)
|
Response |
ClientInvocationBuilder.method(String name,
Entity<?> entity)
|
Response |
ClientInvocationBuilder.options()
|
Response |
ClientInvocationBuilder.post(Entity<?> entity)
|
Response |
ClientInvocationBuilder.put(Entity<?> entity)
|
Response |
ClientInvocationBuilder.trace()
|
Methods in org.jboss.resteasy.client.jaxrs.internal that return types with arguments of type Response | |
---|---|
Future<Response> |
AsynchronousInvoke.delete()
|
Future<Response> |
AsynchronousInvoke.get()
|
Future<Response> |
AsynchronousInvoke.head()
|
Future<Response> |
AsynchronousInvoke.head(InvocationCallback<Response> callback)
|
Future<Response> |
AsynchronousInvoke.method(String name)
|
Future<Response> |
AsynchronousInvoke.method(String name,
Entity<?> entity)
|
Future<Response> |
AsynchronousInvoke.options()
|
Future<Response> |
AsynchronousInvoke.post(Entity<?> entity)
|
Future<Response> |
AsynchronousInvoke.put(Entity<?> entity)
|
Future<Response> |
ClientInvocation.submit()
|
Future<Response> |
AsynchronousInvoke.trace()
|
Methods in org.jboss.resteasy.client.jaxrs.internal with parameters of type Response | ||
---|---|---|
void |
ClientRequestContextImpl.abortWith(Response response)
|
|
static
|
ClientInvocationBuilder.extractResult(GenericType<T> responseType,
Response response,
Annotation[] annotations)
Extracts result from response throwing an appropriate exception if not a successful response. |
|
static
|
ClientInvocationBuilder.handleErrorStatus(Response response)
Throw an exception. |
Method parameters in org.jboss.resteasy.client.jaxrs.internal with type arguments of type Response | |
---|---|
Future<Response> |
AsynchronousInvoke.head(InvocationCallback<Response> callback)
|
Constructors in org.jboss.resteasy.client.jaxrs.internal with parameters of type Response | |
---|---|
AbortedResponse(ClientConfiguration configuration,
Response response)
|
Uses of Response in org.jboss.resteasy.core |
---|
Subclasses of Response in org.jboss.resteasy.core | |
---|---|
class |
ServerResponse
|
Methods in org.jboss.resteasy.core that return Response | |
---|---|
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)
|
Response |
SynchronousDispatcher.preprocess(HttpRequest in)
Call pre-process ContainerRequestFilters |
protected Response |
AsynchronousDispatcher.process(long wait,
String jobId,
boolean eatJob)
|
Response |
AsynchronousDispatcher.readAndRemove(long wait,
String jobId)
|
Methods in org.jboss.resteasy.core with parameters of type Response | |
---|---|
void |
SynchronousDispatcher.asynchronousDelivery(HttpRequest request,
HttpResponse response,
Response jaxrsResponse)
|
protected void |
AbstractAsynchronousResponse.sendResponse(Response response)
|
protected void |
SynchronousDispatcher.writeFailure(HttpRequest request,
HttpResponse response,
Response jaxrsResponse)
|
protected void |
SynchronousDispatcher.writeJaxrsResponse(HttpRequest request,
HttpResponse response,
Response jaxrsResponse)
|
Uses of Response in org.jboss.resteasy.core.interception |
---|
Fields in org.jboss.resteasy.core.interception declared as Response | |
---|---|
protected Response |
PreMatchContainerRequestContext.response
|
Methods in org.jboss.resteasy.core.interception that return Response | |
---|---|
Response |
PreMatchContainerRequestContext.getResponseAbortedWith()
|
Methods in org.jboss.resteasy.core.interception with parameters of type Response | |
---|---|
void |
ResponseContainerRequestContext.abortWith(Response response)
|
void |
PreMatchContainerRequestContext.abortWith(Response response)
|
Uses of Response in org.jboss.resteasy.keystone.client |
---|
Methods in org.jboss.resteasy.keystone.client that return Response | |
---|---|
Response |
ProjectsResource.create(Project project)
|
Response |
RolesResource.create(Role role)
|
Response |
UsersResource.create(StoredUser user)
|
Response |
RolesResource.create(String roleName)
|
Response |
UsersResource.delete(String id)
|
Response |
ProjectsResource.delete(String id)
|
Uses of Response in org.jboss.resteasy.keystone.server |
---|
Methods in org.jboss.resteasy.keystone.server that return Response | |
---|---|
Response |
ProjectsService.create(Project project)
|
Response |
RolesService.create(UriInfo uriInfo,
Role role)
|
Response |
UsersService.create(UriInfo uriInfo,
StoredUser user)
|
Response |
RolesService.create(UriInfo uriInfo,
String roleName)
|
Response |
UsersService.delete(String id)
|
Response |
RolesService.delete(String id)
|
Response |
ProjectsService.delete(String id)
|
Uses of Response in org.jboss.resteasy.plugins.providers.jaxb |
---|
Constructors in org.jboss.resteasy.plugins.providers.jaxb with parameters of type Response | |
---|---|
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)
|
Uses of Response in org.jboss.resteasy.plugins.providers.validation |
---|
Methods in org.jboss.resteasy.plugins.providers.validation that return Response | |
---|---|
Response |
ResteasyViolationExceptionMapper.toResponse(ResteasyViolationExceptionExtension exception)
|
Uses of Response in org.jboss.resteasy.skeleton.key.idm.service |
---|
Methods in org.jboss.resteasy.skeleton.key.idm.service that return Response | |
---|---|
Response |
TokenManagement.accessRequest(String realmId,
MultivaluedMap<String,String> formData)
|
Response |
TokenManagement.accessTokenGrant(String realmId,
MultivaluedMap<String,String> formParams)
OAuth Section 4.4 Client Credentials Grant |
Response |
RealmResource.getRealmsByName(String name)
|
Response |
RealmFactory.importDomain(RealmRepresentation rep)
|
Response |
TokenManagement.login(String realmName,
MultivaluedMap<String,String> formData)
|
Response |
TokenManagement.requestAccessCode(String realmName,
String responseType,
String redirect,
String clientId,
String scopeParam,
String state)
|
Uses of Response in org.jboss.resteasy.skeleton.key.jaxrs |
---|
Methods in org.jboss.resteasy.skeleton.key.jaxrs that return Response | |
---|---|
Response |
JaxrsOAuthClient.redirect(UriInfo uriInfo,
String redirectUri)
|
Uses of Response in org.jboss.resteasy.specimpl |
---|
Subclasses of Response in org.jboss.resteasy.specimpl | |
---|---|
class |
BuiltResponse
A response object not attached to a client or server invocation. |
Methods in org.jboss.resteasy.specimpl that return Response | |
---|---|
Response |
ResponseBuilderImpl.build()
|
Uses of Response in org.jboss.resteasy.spi |
---|
Fields in org.jboss.resteasy.spi declared as Response | |
---|---|
protected Response |
Failure.response
|
Methods in org.jboss.resteasy.spi that return Response | |
---|---|
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)
|
Methods in org.jboss.resteasy.spi with parameters of type Response | |
---|---|
void |
Failure.setResponse(Response response)
|
void |
AsynchronousResponse.setResponse(Response response)
|
Uses of Response in org.jboss.resteasy.test.application |
---|
Methods in org.jboss.resteasy.test.application that return Response | |
---|---|
Response |
FooExceptionMapper.toResponse(FooException exception)
|
Uses of Response in org.jboss.resteasy.test.async |
---|
Methods in org.jboss.resteasy.test.async that return Response | |
---|---|
Response |
JaxrsResource.getCancelled()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |