Package org.jboss.resteasy.core
Class SuspendInjector
java.lang.Object
org.jboss.resteasy.core.SuspendInjector
- All Implemented Interfaces:
ValueInjector
Deprecated.
Replaced by org.jboss.resteasy.core.AsynchronousResponseInjector
- Version:
- $Revision: 1 $
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioninject()
Deprecated.Inject outside the context of an HTTP request.inject
(HttpRequest request, HttpResponse response) Deprecated.Inject inside the context of an HTTP request.
-
Field Details
-
suspend
private long suspendDeprecated.
-
-
Constructor Details
-
SuspendInjector
Deprecated.
-
-
Method Details
-
inject
Deprecated.Description copied from interface:ValueInjector
Inject outside the context of an HTTP request. For instance, a singleton may have proxiable and injectable jax-rs objects like Request, UriInfo, or HttpHeaders.- Specified by:
inject
in interfaceValueInjector
- Returns:
-
inject
Deprecated.Description copied from interface:ValueInjector
Inject inside the context of an HTTP request.- Specified by:
inject
in interfaceValueInjector
- Returns:
-