Package org.jboss.resteasy.core
Class SuspendInjector
- java.lang.Object
-
- org.jboss.resteasy.core.SuspendInjector
-
- All Implemented Interfaces:
ValueInjector
@Deprecated public class SuspendInjector extends java.lang.Object implements ValueInjector
Deprecated.Replaced by org.jboss.resteasy.core.AsynchronousResponseInjector- Version:
- $Revision: 1 $
- See Also:
AsynchronousResponseInjector
-
-
Field Summary
Fields Modifier and Type Field Description private long
suspend
Deprecated.
-
Constructor Summary
Constructors Constructor Description SuspendInjector(long suspend, java.lang.Class type)
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description java.lang.Object
inject()
Deprecated.Inject outside the context of an HTTP request.java.lang.Object
inject(HttpRequest request, HttpResponse response)
Deprecated.Inject inside the context of an HTTP request.
-
-
-
Method Detail
-
inject
public java.lang.Object 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
public java.lang.Object inject(HttpRequest request, HttpResponse response)
Deprecated.Description copied from interface:ValueInjector
Inject inside the context of an HTTP request.- Specified by:
inject
in interfaceValueInjector
- Returns:
-
-