| Package | Description |
|---|---|
| javax.ws.rs.container |
Container-specific JAX-RS API.
|
| org.jboss.resteasy.core | |
| org.jboss.resteasy.spi |
| 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 | Class and Description |
|---|---|
class |
AbstractAsynchronousResponse |
protected class |
SynchronousExecutionContext.SynchronousAsynchronousResponse |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ResteasyAsynchronousResponse |
Copyright © 2015. All Rights Reserved.