public class EchoHandler
A handler that echos the incoming request entity.
| Type Params | Return Type | Name and description | 
|---|---|---|
|  | void | handle(HttpRequest request, HttpResponse response, HttpContext context)Handles a request by echoing the incoming request entity. | 
| Methods inherited from class | Name | 
|---|---|
| class java.lang.Object | java.lang.Object#wait(long), java.lang.Object#wait(long, int), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() | 
Handles a request by echoing the incoming request entity. If there is no request entity, an empty document is returned.
request -   the requestresponse -  the responsecontext -   the context