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 longsuspendDeprecated.
-
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.Objectinject()Deprecated.Inject outside the context of an HTTP request.java.lang.Objectinject(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:ValueInjectorInject 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:
injectin interfaceValueInjector- Returns:
-
inject
public java.lang.Object inject(HttpRequest request, HttpResponse response)
Deprecated.Description copied from interface:ValueInjectorInject inside the context of an HTTP request.- Specified by:
injectin interfaceValueInjector- Returns:
-
-