Class 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.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • suspend

        private long suspend
        Deprecated.
    • Constructor Detail

      • SuspendInjector

        public SuspendInjector​(long suspend,
                               java.lang.Class type)
        Deprecated.
    • 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 interface ValueInjector
        Returns: