Package | Description |
---|---|
com.holonplatform.http | |
com.holonplatform.http.rest | |
com.holonplatform.http.servlet |
Modifier and Type | Interface and Description |
---|---|
interface |
HttpRequest
Represents a generic HTTP request
|
interface |
HttpResponse<T>
Represents a generic HTTP response
|
Modifier and Type | Interface and Description |
---|---|
interface |
ResponseEntity<T>
HttpResponse extension that adds HTTP entity handling, dealing with HTTP response body processing
and conversion into a supported Java type, besides the one expected as declared response type. |
Modifier and Type | Interface and Description |
---|---|
interface |
ServletHttpRequest
A
HttpRequest backed by a Servlet HttpServletRequest . |
Copyright © 2018 The Holon Platform. All rights reserved.