Interface RestResponseBuilder<B extends RestResponseBuilder<B>>
- All Known Implementing Classes:
NettyRestResponse.Builder
,SimpleRestResponse.Builder
public interface RestResponseBuilder<B extends RestResponseBuilder<B>>
- Since:
- 10.0
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
default CompletionStage<RestResponse>
cacheControl
(CacheControl cacheControl) contentLength
(long length) contentType
(String type) contentType
(MediaType type) int
lastModified
(Long epoch) status
(int status)
-
Method Details
-
build
RestResponse build() -
buildFuture
-
status
-
entity
-
cacheControl
-
header
-
contentType
-
contentType
-
contentLength
-
expires
-
lastModified
-
location
-
addProcessedDate
-
eTag
-
getStatus
int getStatus() -
getEntity
Object getEntity() -
getHeader
-