public interface RequestFactory
| Modifier and Type | Method and Description |
|---|---|
Request |
newRequest(RequestContext context)
Create a request within specified context.
|
@Nullable Request newRequest(@Nonnull RequestContext context) throws java.lang.Exception
context - the request context.java.lang.Exception - if there is an error creating request.