| Package | Description |
|---|---|
| com.holonplatform.http | |
| com.holonplatform.http.internal | |
| com.holonplatform.http.rest |
| Modifier and Type | Method and Description |
|---|---|
HttpResponse<T> |
HttpResponse.Builder.build()
Build the
HttpResponse instance. |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultHttpResponse<T>
Default
HttpResponse implementation. |
| Modifier and Type | Method and Description |
|---|---|
HttpResponse<T> |
DefaultHttpResponse.DefaultBuilder.build() |
| 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. |
Copyright © 2019 The Holon Platform. All rights reserved.