-
- All Implemented Interfaces:
public interface Request.EventEvents representing the state of the HTTP request/response.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classRequest.Event.StartHTTP response has started.
The provided response will include status and headers. Response.body and Response.trailers will not be available. The response body data, if any, will be provided in Data events that follow.
public final classRequest.Event.DataHTTP response body data has been received.
public final classRequest.Event.EndHTTP response has completed.
Response trailers are provided, if any were delivered.
-