@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()
ValueInjector
inject
in interface ValueInjector
public java.lang.Object inject(HttpRequest request, HttpResponse response)
ValueInjector
inject
in interface ValueInjector