public interface HTTPEndpoint
| Modifier and Type | Method and Description |
|---|---|
HTTPResponse |
process(HTTPRequest httpRequest)
Processes an HTTP request.
|
HTTPResponse process(HTTPRequest httpRequest)
httpRequest - The HTTP request to process. Must not be
null.Copyright © 2013 NimbusDS. All Rights Reserved.