Package | Description |
---|---|
javax.ws.rs.container |
Container-specific JAX-RS API.
|
org.jboss.example.jaxrs2.async | |
org.jboss.resteasy.core | |
org.jboss.resteasy.example.pubsub | |
org.jboss.resteasy.spi | |
org.jboss.resteasy.test.async |
Modifier and Type | Method and Description |
---|---|
void |
TimeoutHandler.handleTimeout(AsyncResponse asyncResponse)
Invoked when the suspended asynchronous response is about to time out.
|
void |
ConnectionCallback.onDisconnect(AsyncResponse disconnected)
This callback notification method is invoked in case the container detects
that the remote client connection associated with the asynchronous response
has been disconnected.
|
Modifier and Type | Method and Description |
---|---|
void |
ChatListener.listen(AsyncResponse res) |
Constructor and Description |
---|
ChatListener(List<AsyncResponse> listeners) |
ChatSpeaker(List<AsyncResponse> listeners) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractAsynchronousResponse |
protected class |
SynchronousExecutionContext.SynchronousAsynchronousResponse |
Modifier and Type | Method and Description |
---|---|
AsyncResponse |
SynchronousExecutionContext.suspend() |
AsyncResponse |
SynchronousExecutionContext.suspend(long millis) |
AsyncResponse |
SynchronousExecutionContext.suspend(long time,
TimeUnit unit) |
Modifier and Type | Field and Description |
---|---|
protected AsyncResponse |
Subscriber.response |
Modifier and Type | Method and Description |
---|---|
void |
SubscriptionResource.longPoll(String name,
AsyncResponse response) |
void |
Subscriber.poll(AsyncResponse response) |
Modifier and Type | Interface and Description |
---|---|
interface |
ResteasyAsynchronousResponse |
Modifier and Type | Method and Description |
---|---|
AsyncResponse |
ResteasyAsynchronousContext.suspend() |
AsyncResponse |
ResteasyAsynchronousContext.suspend(long millis) |
AsyncResponse |
ResteasyAsynchronousContext.suspend(long time,
TimeUnit unit) |
Modifier and Type | Method and Description |
---|---|
void |
JaxrsResource.cancel(AsyncResponse response) |
void |
JaxrsResource.get(AsyncResponse response) |
void |
JaxrsResource.timeout(AsyncResponse response) |
Copyright © 2013. All Rights Reserved.