public AfterMiddleware<Response>
After middleware interface
Indicates that implementation can be used in validating responses before they are sent to the server.
class Middleware
Modifier and Type | Method and Description |
---|---|
boolean |
after(Response response)
Returns true when Response can be sent to the server.
|