public interface Returnable<T>
| Modifier and Type | Method and Description |
|---|---|
T |
andReturn(int statusCode,
Object content) |
T |
andReturnChunked(int statusCode,
Object... content) |
Copyright © 2015–2024 Red Hat. All rights reserved.