Class SuspendInjector

java.lang.Object
org.jboss.resteasy.core.SuspendInjector
All Implemented Interfaces:
ValueInjector

@Deprecated public class SuspendInjector extends Object implements ValueInjector
Deprecated.
Replaced by org.jboss.resteasy.core.AsynchronousResponseInjector
Version:
$Revision: 1 $
See Also:
  • Field Details

    • suspend

      private long suspend
      Deprecated.
  • Constructor Details

    • SuspendInjector

      public SuspendInjector(long suspend, Class type)
      Deprecated.
  • Method Details

    • inject

      public 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 interface ValueInjector
      Returns:
    • inject

      public Object inject(HttpRequest request, HttpResponse response)
      Deprecated.
      Description copied from interface: ValueInjector
      Inject inside the context of an HTTP request.
      Specified by:
      inject in interface ValueInjector
      Returns: