@Response public abstract class HttpResponse extends Object
Consists simply of a simple string message.
| Modifier | Constructor and Description |
|---|---|
protected |
HttpResponse(String message)
Constructor.
|
protected HttpResponse(String message)
message - Message to send as the response.@ResponseBody public String toString()
Copyright © 2016–2019 The Apache Software Foundation. All rights reserved.