| Package | Description |
|---|---|
| com.holonplatform.core.messaging | |
| com.holonplatform.http | |
| com.holonplatform.http.internal | |
| com.holonplatform.http.rest | |
| com.holonplatform.http.servlet |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Message<P,H>
Generic message representation with headers and payload.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
HttpHeaders
HTTP headers representation.
|
interface |
HttpMessage<P>
HTTP generic request/response
Message representation. |
interface |
HttpRequest
Represents a generic HTTP request
|
interface |
HttpResponse<T>
Represents a generic HTTP response
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractHttpRequest
HttpRequest base class. |
class |
DefaultHttpResponse<T>
Default
HttpResponse implementation. |
| 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 © 2019 The Holon Platform. All rights reserved.