JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
io.servicetalk.http.api
Interface LastHttpMetaData
public interface
LastHttpMetaData
An indicator that can be attached to the last chunk of payload to carry
trailer headers
. This will signify the end of a request or response and no other data can come after this object.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
HttpHeaders
trailers
()
Get the
trailer headers
.
Method Detail
trailers
HttpHeaders
trailers()
Get the
trailer headers
.
Returns:
the
trailer headers
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method