Package 

Class Request.Event.Start

  • 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.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private final Response value
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final Response getValue()
      final Response component1()
      final Request.Event.Start copy(Response value)
      • Methods inherited from class kotlin.Any

        equals, hashCode, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait