@Deprecated public class SuspendInjector extends java.lang.Object implements ValueInjector
AsynchronousResponseInjector| Modifier and Type | Field and Description |
|---|---|
private long |
suspend
Deprecated.
|
| Constructor and Description |
|---|
SuspendInjector(long suspend,
java.lang.Class type)
Deprecated.
|
| Modifier and Type | Method and 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.
|
public SuspendInjector(long suspend,
java.lang.Class type)
public java.lang.Object inject()
ValueInjectorinject in interface ValueInjectorpublic java.lang.Object inject(HttpRequest request, HttpResponse response)
ValueInjectorinject in interface ValueInjector