-
- All Implemented Interfaces:
-
io.outfoxx.sunday.http.Request.Event
public final class Request.Event.Start implements Request.Event
HTTP 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.
-
-
Constructor Summary
Constructors Constructor Description Request.Event.Start(Response value)
-
Method Summary
Modifier and Type Method Description final ResponsegetValue()final Responsecomponent1()final Request.Event.Startcopy(Response value)-
-
Constructor Detail
-
Request.Event.Start
Request.Event.Start(Response value)
-
-
Method Detail
-
component1
final Response component1()
-
copy
final Request.Event.Start copy(Response value)
-
-
-
-